File Changes for galt
switch to commits view, user indexv374_preview2 to v374_base (2018-11-05 to 2018-11-12) v374
Show details
- src/hg/lib/customFactory.c
- lines changed 21, context: html, text, full: html, text
bde74890d08e6f51bccf7bcbb8f8e75955682b9f Tue Nov 6 12:37:39 2018 -0800
New version #39 fixes somes some access-time touching issues. For a long time Hiram has made the case that touching cts with bigDataUrl in cache is not needed. And skipping it might help the trash cleaner run faster, and keep from locking up unused udc cache space. So I have removed the touchUdc routine in customFactory.c since it is no longer needed. Also, the multiRegionsBedUrl and customComposite files were not getting access time touched correctly.
- src/hg/utils/refreshNamedSessionCustomTracks/refreshNamedSessionCustomTracks.c
- lines changed 4, context: html, text, full: html, text
bde74890d08e6f51bccf7bcbb8f8e75955682b9f Tue Nov 6 12:37:39 2018 -0800
New version #39 fixes somes some access-time touching issues. For a long time Hiram has made the case that touching cts with bigDataUrl in cache is not needed. And skipping it might help the trash cleaner run faster, and keep from locking up unused udc cache space. So I have removed the touchUdc routine in customFactory.c since it is no longer needed. Also, the multiRegionsBedUrl and customComposite files were not getting access time touched correctly.
- lines changed 37, context: html, text, full: html, text
e2e7c4659bbd523f7141894149c2dd4aa8275459 Sun Nov 11 11:45:35 2018 -0800
Version 40 of refreshNamedSessionCustomTracks. Added command-line options to allow testing that various error conditions have taken place in the child process, such as exitCode non-zero, errAbort, timeout, and segfault. Exposed timeout commandline option for flexibility.
- src/lib/https.c
- lines changed 1, context: html, text, full: html, text
883079a5fc2edb6f85650f3f34fd1eabaed81d25 Sun Nov 11 11:48:09 2018 -0800
Fixed typo in error message in https.c. It uses sigwait, not sigtimedwait (which is not available on osx).
switch to commits view, user index