]> git.sesse.net Git - plocate/shortlog
plocate
2020-10-11 Steinar H.... Release plocate 1.0.0. 1.0.0
2020-10-11 Steinar H.... Do the access checking asynchronously if possible.
2020-10-11 Steinar H.... Use the PRId64 #define for formatting int64.
2020-10-11 Steinar H.... Add debug output if io_uring initialization fails.
2020-10-11 Steinar H.... Fix #include order.
2020-10-11 Steinar H.... Remove some unneeded whitespace.
2020-10-11 Steinar H.... Disallow limit <= 0.
2020-10-11 Steinar H.... README updates.
2020-10-11 Steinar H.... Add some man pages.
2020-10-10 Steinar H.... Add support for some basic options in plocate-build...
2020-10-10 Steinar H.... Implement support for larger basevals in TurboPFor.
2020-10-10 Steinar H.... Support searching by regexp (brute force only).
2020-10-10 Steinar H.... Write new --help text from scratch, so that we have...
2020-10-10 Steinar H.... Add a --version option.
2020-10-10 Steinar H.... Allow giving --debug to enable debugging (but drops...
2020-10-10 Steinar H.... Unbreak the --null long option.
2020-10-10 Steinar H.... Use globs if there are wildcards in the pattern.
2020-10-10 Steinar H.... Some clang-formatting.
2020-10-10 Steinar H.... Support case-insensitive searches.
2020-10-10 Steinar H.... Generalize the sort+unique+erase pattern into unique_so...
2020-10-10 Steinar H.... Remove the double filtering of too large posting lists...
2020-10-09 Steinar H.... Better printing of trigrams in debug messages, especial...
2020-10-09 Steinar H.... Full scans (not trigram-based) would always print count...
2020-10-09 Steinar H.... clang-format again (IWYU and clang-format seemingly...
2020-10-08 Steinar H.... Run include-what-you-use.
2020-10-08 Steinar H.... Move TurboPFor compilation to its own compilation unit.
2020-10-08 Steinar H.... clang-format.
2020-10-08 Steinar H.... Fix a harmless memory leak in plocate-build.
2020-10-08 Steinar H.... Fix some Valgrind issues in plocate-build.
2020-10-08 Steinar H.... Make the searcher ASan-clean.
2020-10-08 Steinar H.... Unbreak runs with no --limit.
2020-10-08 Steinar H.... Document slop requirements for TurboPFor decoding.
2020-10-08 Steinar H.... Implement the --limit option.
2020-10-08 Steinar H.... Implement the --count option.
2020-10-08 Steinar H.... Switch build systems to Meson.
2020-10-07 Steinar H.... Fix some warnings found by Clang.
2020-10-07 Steinar H.... clang-format again.
2020-10-07 Steinar H.... Switch to our own TurboPFor encoder.
2020-10-07 Steinar H.... Remove unneeded vp4.h #include from plocate.cpp.
2020-10-07 Steinar H.... Make the builder delta-encode posting lists as we go.
2020-10-07 Steinar H.... Run clang-format.
2020-10-07 Steinar H.... Fix a warning.
2020-10-07 Steinar H.... Hand-roll zeroing of destination docids for SSE2; takes...
2020-10-07 Steinar H.... Fix 32-bit compile (without -msse2).
2020-10-07 Steinar H.... Move exception shifting to later; allows us to get...
2020-10-07 Steinar H.... Unroll and specialize decode_bitmap_sse2().
2020-10-07 Steinar H.... Fix undefined behavior when bit_width == 32.
2020-10-06 Steinar H.... Move SSE2 bit reader functionality out into a class.
2020-10-06 Steinar H.... Fuse delta decoding into the decoding loops where appro...
2020-10-06 Steinar H.... Convert the SSE2 delta decoder state into a class.
2020-10-06 Steinar H.... Add some benchmark calculations to bench.cpp.
2020-10-05 Steinar H.... Add SSE2 versions of the _interleaved codecs.
2020-10-05 Steinar H.... Small refactoring to reduce code duplication.
2020-10-05 Steinar H.... Speed up delta-decoding, giving us 50% (!) speed boost...
2020-10-05 Steinar H.... Support decoding the SIMD interleaved TurboPFor formats.
2020-10-05 Steinar H.... Add bench to clean.
2020-10-04 Steinar H.... Support setting LDFLAGS.
2020-10-04 Steinar H.... When failing the benchmark tests, stop printing out...
2020-10-04 Steinar H.... Start reimplementing the TurboPFor decoding functions.
2020-10-04 Steinar H.... Turn off the SIMD temporarily.
2020-10-03 Steinar H.... Inline a function, for ~10% faster building.
2020-10-03 Steinar H.... Get rid of the hash table in plocate-build.
2020-10-03 Steinar H.... Simplify docid deduplication in plocate-builder.
2020-10-03 Steinar H.... Fix searching for very short (1 or 2 bytes) queries.
2020-10-02 Steinar H.... Format the usage slightly differently.
2020-10-02 Steinar H.... Make some padding in the header explicit.
2020-10-02 Steinar H.... Read mlocate.db using stdio.
2020-10-02 Steinar H.... Make the builder write out filenames as they get compre...
2020-10-01 Steinar H.... More microoptimization of the io_uring polling.
2020-10-01 Steinar H.... Support batch io_uring completions.
2020-10-01 Steinar H.... Do early reject of trigrams we can say up-front will...
2020-10-01 Steinar H.... clang-format.
2020-10-01 Steinar H.... Fix the early abort for zero-trigrams again.
2020-10-01 Steinar H.... Loosen up serialization to be about printing only.
2020-09-30 Steinar H.... Quit on unknown option.
2020-09-30 Steinar H.... Fix typo; plocate, not slocate.
2020-09-30 Steinar H.... Credit the source text in usage().
2020-09-30 Steinar H.... Support the --null option.
2020-09-30 Steinar H.... Support scanning for multiple patterns.
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.
next