Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | indexamajig: Exit only once all workers received kEndOfStream | Thomas White | |
Previously, the whole program would exit if any worker saw kEndOfStream. Unfortunately, this happens quite often, due to data starvation (too many workers for the data rate) or just general slowness. Therefore we need a more robust criterion. | |||
2022-06-22 | indexamajig: Wrap ZMQ parameters into separate structure | Thomas White | |
2022-06-22 | indexamajig: Wrap ASAP::O parameters up inside separate structure | Thomas White | |
2022-06-02 | indexamajig: Add --asapo-stream | Thomas White | |
2022-06-02 | ASAP::O: Remove filesystem path | Thomas White | |
This is only really needed for offline processing. It's an added complication for now. Maybe we'll revisit it later and re-expose this, though. | |||
2022-06-02 | ASAP::O: Expose data source | Thomas White | |
2022-06-02 | ASAP::O: Group ID stuff | Thomas White | |
2022-06-02 | ASAP::O guts | Thomas White | |
2021-05-05 | indexamajig: Add --zmq-request | Thomas White | |
This (re-)adds the ability to get data via a request/reply socket. See afcb7b568947c for when it was removed. | |||
2021-04-23 | indexamajig: Add --zmq-subscribe | Thomas White | |
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-10-17 | indexamajig: Shut down gracefully after failed image load | Thomas White | |
2019-09-23 | Merge branch 'tom/pinkindexer' | Thomas White | |
2019-09-23 | indexamajig: Move 'profile' flag out of iargs | Thomas White | |
2019-09-12 | Increase indexing timeout when using pinkIndexer | Thomas White | |
2019-03-14 | ZMQ connection and setup stuff | Thomas White | |
2019-03-07 | indexamajig: Status message improvements | Thomas White | |
1. Show the number of hits 2. Keep producing updates while the last patterns are being processed 3. Don't duplicate the code for displaying the status messages | |||
2019-01-03 | indexamajig: Return non-zero exit status if no patterns were processed | Thomas White | |
2018-11-15 | indexamajig: Name and shame slow processing stages | Thomas White | |
2018-07-10 | indexamajig: Move into temporary folder when probing and preparing indexing ↵ | Thomas White | |
methods | |||
2018-05-24 | indexamajig: Warn if a frame takes more than 10 minutes to process | Thomas White | |
2017-12-12 | indexamajig: Rename --serial-offset to --serial-start | Thomas 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-12 | indexamajig: Add --serial-offset | Thomas White | |
2017-02-02 | indexamajig: Add ping mechanism to avoid timing out when trying lots of indexers | Thomas White | |
2015-07-13 | Use named semaphores instead of unnamed | Thomas White | |
2015-07-13 | Re-work im-sandbox | Thomas White | |
... it certainly needed it. | |||
2014-05-22 | Rationalise and document stream "open for write" functions | Thomas White | |
A nice side-effect is that streams now only have one set of headers | |||
2014-05-08 | Strip out the "prepare_filename" rubbish | Thomas White | |
2013-10-10 | indexamajig: Add --temp-dir | Thomas White | |
2013-02-22 | Avoid the use of stdio for writing to final stream | Thomas White | |
Something really weird goes on when using stdio | |||
2013-02-22 | Move processing pipeline to separate file | Thomas White | |
2013-02-18 | indexamajig: Remove --verbose option | Thomas 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-09 | Fussiness, formatting and SPOT | Thomas White | |
2013-02-09 | Rework indexamajig option processing | Thomas White | |
2013-02-09 | uncenter_cell: Free transformation if it's not needed by the caller | Thomas White | |
2013-02-08 | Put the command line back in the stream | Thomas White | |
2013-02-05 | Fixes for indexing pipeline | Thomas White | |
2013-02-05 | Indexing pipeline - "done"! | Thomas White | |
2013-01-10 | indexamajig: Add --integrate-found | Thomas White | |
2012-11-29 | indexamajig: Add --no-revalidate and update manpage | Thomas White | |
2012-11-29 | indexamajig: Add --use-saturated | Thomas White | |
2012-11-29 | indexamajig: Add --integrate-saturated | Thomas White | |
2012-07-15 | Move indexer sandbox to a new file | Thomas White | |