]> git.sesse.net Git - plocate/shortlog
plocate
2020-09-30 Steinar H.... Start some basic command line options.
2020-09-30 Steinar H.... Rerun clang-format.
2020-09-30 Steinar H.... Support building without io_uring.
2020-09-30 Steinar H.... Add a missing .o to make clean.
2020-09-30 Steinar H.... Fix a bug where posting lists intersecting to nothing...
2020-09-30 Steinar H.... Switch trigram lookup from binary search to a hash...
2020-09-30 Steinar H.... Remove unused variable.
2020-09-30 Steinar H.... Test for errors from zstd.
2020-09-30 Steinar H.... Some dprintf fixes for plocate-build.
2020-09-30 Steinar H.... Replace mmap with io_uring.
2020-09-30 Steinar H.... Remove an unused macro.
2020-09-28 Steinar H.... Support patterns shorter than 3 bytes.
2020-09-28 Steinar H.... Format everything with clang-format.
2020-09-28 Steinar H.... Remove some commented-out code.
2020-09-28 Steinar H.... Abstract out some details of reading the corpus into...
2020-09-28 Steinar H.... Refactor scanning through a filename block into its...
2020-09-28 Steinar H.... Remove a redundant #include.
2020-09-28 Steinar H.... Optimize pending_docids storage for smaller posting...
2020-09-28 Steinar H.... Encode posting lists as we go.
2020-09-28 Steinar H.... Compress filename blocks as we read them.
2020-09-28 Steinar H.... Hold compressed filenames more efficiently in memory.
2020-09-28 Steinar H.... Deduplicate docids as we go.
2020-09-27 Steinar H.... Compress filenames with zstd.
2020-09-27 Steinar H.... In build debug output, print the total size.
2020-09-27 Steinar H.... Initial checkin.