aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
AgeCommit message (Collapse)Author
2017-12-12indexamajig: Rename --serial-offset to --serial-startThomas White
Because "offset" sounds like it will add the argument to the serial numbers, i.e. --serial-offset=500 would start at 501. Actually, you just give the first serial number you'd like.
2017-12-12indexamajig: Add --serial-offsetThomas White
2017-02-02indexamajig: Add ping mechanism to avoid timing out when trying lots of indexersThomas White
2015-07-13Use named semaphores instead of unnamedThomas White
2015-07-13Re-work im-sandboxThomas White
... it certainly needed it.
2014-05-22Rationalise and document stream "open for write" functionsThomas White
A nice side-effect is that streams now only have one set of headers
2014-05-08Strip out the "prepare_filename" rubbishThomas White
2013-10-10indexamajig: Add --temp-dirThomas White
2013-02-22Avoid the use of stdio for writing to final streamThomas White
Something really weird goes on when using stdio
2013-02-22Move processing pipeline to separate fileThomas White
2013-02-18indexamajig: Remove --verbose optionThomas White
This hasn't done anything at all since the new indexing subsystem, and hasn't done anything useful for a lot longer.
2013-02-09Fussiness, formatting and SPOTThomas White
2013-02-09Rework indexamajig option processingThomas White
2013-02-09uncenter_cell: Free transformation if it's not needed by the callerThomas White
2013-02-08Put the command line back in the streamThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-05Indexing pipeline - "done"!Thomas White
2013-01-10indexamajig: Add --integrate-foundThomas White
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-07-15Move indexer sandbox to a new fileThomas White