aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
AgeCommit message (Expand)Author
2018-11-15indexamajig: Name and shame slow processing stagesThomas White
2018-11-14Remove unused variablesThomas White
2018-11-09Time account fussinessThomas White
2018-07-10Add more filenames to cleanup listThomas White
2018-07-10Delete mosflm.lp and SUMMARY when cleaning up temporary folderThomas White
2018-07-10indexamajig: Move into temporary folder when probing and preparing indexing m...Thomas White
2018-06-28indexamajig: Delete the temporary folder afterwardsThomas White
2018-06-28indexamajig: Tighten permissions on temporary folderThomas White
2018-05-24indexamajig: Warn if a frame takes more than 10 minutes to processThomas White
2018-05-24indexamajig: Show timeout in minutes not secondsThomas White
2018-04-27get_pattern(): Check event ID could be parsed correctlyThomas White
2018-04-27FussinessThomas White
2017-12-12indexamajig: Rename --serial-offset to --serial-startThomas White
2017-12-12indexamajig: Add --serial-offsetThomas White
2017-09-27Fix check for CBF files in event enumerationThomas White
2017-09-21Improve error message when using CBF files and a multi-event geometryThomas White
2017-05-02Skeleton image file APIThomas White
2017-03-08Allow indexing system to store its own data, independently of indexing methodsThomas White
2017-02-02Cannot use stamp_response() hereThomas White
2017-02-02indexamajig: Add ping mechanism to avoid timing out when trying lots of indexersThomas White
2017-01-12indexamajig: Fix hanging on "Waiting for last patterns"Thomas White
2016-08-16indexamajig: Detect and kill hung worker processesThomas White
2016-08-16Remove unused memberThomas White
2016-03-14Add SA_RESTART to signal handlersThomas White
2016-03-01indexamajig: Wall clock profilingThomas White
2015-12-13indexamajig: Restart fgets() in pump_chunk() if interrupted by system callThomas White
2015-07-13Fix racy queue fillingThomas White
2015-07-13Slow down the status updatesThomas White
2015-07-13Clean up semaphore on interruptThomas White
2015-07-13Use named semaphores instead of unnamedThomas White
2015-07-13indexamajig: Avoid forking while multithreadedThomas White
2015-07-13Re-work im-sandboxThomas White
2015-07-09Tidy up error handling when given dodgy data locationsThomas White
2015-06-25Tidy up some small leaks and memory bugsThomas White
2015-06-23s/MAP_ANONYMOUS/MAP_ANON/Thomas White
2015-06-18Replace semaphore with a mutexThomas White
2015-06-17Use a POSIX semaphore for synchronising terminal access during indexingThomas White
2015-02-05Remove --element option from inxexamajigValerio Mariani
2014-12-10Further improvements to reading of events in worker processesThomas White
2014-12-10Do not send the next filename if suspend/release occursThomas White
2014-12-10Improve detection of error conditions when reading events in worker processesThomas White
2014-12-10Don't shut down worker process just because main process takes a while to pro...Thomas White
2014-10-23Fix a load of memory leaksThomas White
2014-10-23Add serial numbers to chunksThomas White
2014-10-16FussinessThomas White
2014-09-24Avoid a malloc() callThomas White
2014-09-24FussinessThomas White
2014-09-24Move photon_energy to "geometry" fileThomas White
2014-09-22Beam file removal, part IThomas White
2014-09-05Multi-event mode bug fixesValerio Mariani