aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
AgeCommit message (Collapse)Author
2013-03-17Fix race condition in reader threadThomas White
I'm not sure what this line was doing. Hopefully just a "brain fart" from before.
2013-02-22FussinessThomas White
2013-02-22If no progress, still check if everything's finished or notThomas White
2013-02-22Avoid fclose(NULL)Thomas White
2013-02-22Avoid the use of stdio for writing to final streamThomas White
Something really weird goes on when using stdio
2013-02-22Keep Valgrind quietThomas White
2013-02-22Move processing pipeline to separate fileThomas White
2013-02-22Create temporary folders only when necessaryThomas White
They might already exist if a previous worker process died and was restarted.
2013-02-22Even more robust stream handlingThomas White
2013-02-22More robust stream marshallingThomas White
2013-02-19Fix incorrect path in stream (which broke check-near-bragg et al.)Thomas White
2013-02-19D'ohThomas White
2013-02-19Don't add ../../ to the filename if it's already absoluteThomas White
2013-02-18Use a different folder for each worker processThomas White
2013-02-15FussinessThomas White
2013-02-12Don't lose the last chunks from each workerThomas White
2013-02-11Improve and fix stream marshallingThomas White
2013-02-09Fussiness, formatting and SPOTThomas White
2013-02-09Rework indexamajig option processingThomas White
2013-02-09Add '--res-cutoff'Thomas White
2013-02-08Small tweaksThomas White
2013-02-08Put the command line back in the streamThomas White
2013-02-08Update docs, comments etcThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-05Indexing pipeline - "done"!Thomas White
2013-01-10indexamajig: Add --integrate-foundThomas White
2012-12-14Beam and detector geometry don't need to be copiedThomas White
The did when this was all done with threads, but with separate processes each worker has its own copy of the structure already. It can be updated after every image and freed at the end.
2012-12-14WhitespaceThomas White
2012-12-13more user options for beam photon energyChun Hong Yoon
2012-11-29indexamajig: Add --no-revalidate and update manpageThomas White
2012-11-29indexamajig: Add --use-saturatedThomas White
2012-11-29indexamajig: Add --integrate-saturatedThomas White
2012-10-22FormattingThomas White
2012-10-22indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5Thomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-10-20FussinessThomas White
2012-10-20Check for nonsensical value of lambda (too high) in HDF5Nadia Zatsepin
2012-08-09indexamajig: Make "-e/--image" work againThomas White
This got lost somewhere in the speed improvements
2012-08-08Fix buglets spotted by new compiler on Fedora 17Thomas White
2012-07-29indexamajig: Count a pattern as 'processed' if the worker process crashedThomas White
2012-07-26New parameter in beam description files: profile_radiusThomas White
2012-07-24FormattingThomas White
2012-07-23indexamajig: Remove "Worker <n> exited normally" messageThomas White
2012-07-20Break down locking a bitThomas White
2012-07-20Tidy up the exit path from run_work()Thomas White
2012-07-20Simplify signal handlingThomas White
2012-07-18Block SIGCHLD while mutex is lockedThomas White
2012-07-15Tweak messages and lockingThomas White
2012-07-15Add lockingThomas White
2012-07-15Sandboxy stuffThomas White