aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-20Fix memory allocation routinesThomas White
2024-12-20Merge branch 'smallcell'Thomas White
2024-12-19CrystFEL support for the ffbidx indexer (implementation of the TORO algorithm)Hans-Christian Stadler
2024-12-12indexamajig: Keep pumping data until there are no more complete chunksThomas White
2024-12-11indexamajig: Add final drain step for stream/Mille pipesThomas White
2024-12-11indexamajig: Add missing close of read end of pipe in main processThomas White
2024-12-11indexamajig: Use poll() instead of select()Thomas White
2024-12-11indexamajig: Exit if exec failsThomas White
2024-12-11indexamajig: Clean up buffer read logicThomas White
2024-12-10indexamajig: Add a warning if closing a pipe with bytes remainingThomas White
2024-12-10indexamajig: Fix str_in_strThomas White
2024-12-09GUI: Fix missing read of cell tolerancesThomas White
2024-11-14indexamajig: Avoid duplicate indexer infoThomas White
2024-11-08GUI: Add missing initialisation for peakfinder8_fastThomas White
2024-10-28peakfinder8: Disable max-res cutoff by defaultThomas White
2024-10-28indexamajig: Set up peakfinder8 after fork/execThomas White
2024-10-22indexamajig: Fix incorrect peak list handling for MsgPackThomas White
2024-10-22indexamajig: Fix incorrect bounds check in pump_milleThomas White
2024-10-15Move powder ring enumeration routine into libcrystfelThomas White
2024-10-15Implement smallcell indexing algorithmIsabel Costello
2024-10-14indexamajig: Fix random mixed types and reduce precision of timingThomas White
2024-10-14Fix some review commentsThomas White
2024-10-14indexamajig: Move warned_long_running out of sb_shmThomas White
2024-10-14indexamajig: Add a couple more missing locksThomas White
2024-10-14indexamajig: Break down queue_lockThomas White
2024-10-14Move set_last_task and sandbox ping into global routinesThomas White
2024-10-14indexamajig: Exit if argument parsing failsThomas White
2024-10-14indexamajig: Fix pipe deletionThomas White
2024-10-14Replace stream_get_fd() with stream_get_fh()Thomas White
2024-10-14Remove unnecessary GSL error handler changeThomas White
2024-10-14indexamajig: New memory-based data pumpThomas White
2024-10-09indexamajig: Add some missing locksThomas White
2024-10-09Remove unnecessary includeThomas White
2024-10-09Fix some leaks on the error pathThomas White
2024-10-09indexamajig: Tweak peak radii before forkThomas White
2024-10-09ASAP::O: Add a missing constThomas White
2024-10-09indexamajig: Shut down on non-zero exit code from workerThomas White
2024-10-09indexamajig: SPOT for semaphore nameThomas White
2024-10-09indexamajig: const-fixingThomas White
2024-10-09indexamajig: Call fftw_cleanup to eliminate Valgrind memory leak spamThomas White
2024-10-09indexamajig: Probe indexing methods in main process, pass via command lineThomas White
2024-10-09indexamajig: Remove debugThomas White
2024-10-09indexamajig: Figure out full path for execThomas White
2024-10-09indexamajig: Unify argument cleanupThomas White
2024-10-09indexamajig: Plug memory leaks in main processThomas White
2024-10-09Set stream FD, set size of SHM, unlink it at the endThomas White
2024-10-09indexamajig: Work on sandboxThomas White
2024-10-09FixupThomas White
2024-10-09Move run_work back to indexamajig.cThomas White
2024-10-09Move indexing stuff to worker (only)Thomas White