]> git.sesse.net Git - plocate/history - plocate.cpp
Release plocate 1.1.22.
[plocate] / plocate.cpp
2023-12-31 Steinar H. GundersonAdd an undocumented flag --ignore-visibility.
2022-11-07 Clément Pit-ClaudelReturn 1 if no matches were found
2022-10-15 Steinar H. GundersonUse unique_lock CTAD.
2021-11-12 Steinar H. GundersonAdd ignored -A / --all parameter, for better mlocate...
2021-10-18 Steinar H. GundersonOn wrong plocate.db header or version, output the filen...
2021-10-05 Steinar H. GundersonImplement the -N/--literal option.
2021-09-04 Steinar H. GundersonFix a crash on --existing and --regex together.
2021-08-23 Arsen Arsenovićplocate: fix compilation without libiouring
2021-07-27 Steinar H. GundersonSupport the -e (--existing) option from mlocate.
2021-06-05 Steinar H. GundersonFix a printing issue when outputting to a block-buffere...
2021-03-28 Steinar H. GundersonSupport searching multiple databases in plocate.
2020-12-05 Steinar H. GundersonFix an issue where the database could be built with...
2020-11-28 Steinar H. GundersonHonor the “require visibility” flag (in the negative).
2020-11-24 Steinar H. GundersonAdd a native updatedb.
2020-11-22 Steinar H. GundersonMove complete_pread() into a separate file, to avoid...
2020-10-29 Steinar H. GundersonEscape unprintable characters when outputting filenames...
2020-10-17 Steinar H. GundersonRemove some unneeded __attribute__((unused)).
2020-10-17 Steinar H. GundersonFix the -r short option.
2020-10-17 Steinar H. Gundersonclang-format.
2020-10-17 Steinar H. GundersonAdd the missing end timing if linear scan and --debug...
2020-10-17 Steinar H. GundersonImplement the -b (--basename) option.
2020-10-15 Steinar H. GundersonMove the cache-flushing behavior into an undocumented...
2020-10-15 Steinar H. GundersonMove several needle/searching related functions into...
2020-10-15 Steinar H. GundersonMove AccessRXCache into its own file.
2020-10-15 Steinar H. GundersonRun clang-format.
2020-10-15 Steinar H. GundersonMove Serializer into its own file.
2020-10-15 Steinar H. GundersonMerge non-results from worker threads to put less load...
2020-10-15 Steinar H. GundersonGive the WorkerThread results a proper struct instead...
2020-10-15 Steinar H. GundersonMultithread linear scans.
2020-10-14 Steinar H. GundersonDon't flush the cache on plocate.db.
2020-10-13 Steinar H. GundersonUse zstd dictionaries.
2020-10-12 Steinar H. GundersonReuse zstd compression contexts, for a tiny speed boost.
2020-10-12 Steinar H. GundersonFix some 32-bit issues.
2020-10-11 Steinar H. GundersonUnbreak non-trigram matches after we changed to asynchr...
2020-10-11 Steinar H. GundersonDo the access checking asynchronously if possible.
2020-10-11 Steinar H. GundersonUse the PRId64 #define for formatting int64.
2020-10-11 Steinar H. GundersonAdd debug output if io_uring initialization fails.
2020-10-11 Steinar H. GundersonRemove some unneeded whitespace.
2020-10-11 Steinar H. GundersonDisallow limit <= 0.
2020-10-10 Steinar H. GundersonSupport searching by regexp (brute force only).
2020-10-10 Steinar H. GundersonWrite new --help text from scratch, so that we have...
2020-10-10 Steinar H. GundersonAdd a --version option.
2020-10-10 Steinar H. GundersonAllow giving --debug to enable debugging (but drops...
2020-10-10 Steinar H. GundersonUnbreak the --null long option.
2020-10-10 Steinar H. GundersonUse globs if there are wildcards in the pattern.
2020-10-10 Steinar H. GundersonSome clang-formatting.
2020-10-10 Steinar H. GundersonSupport case-insensitive searches.
2020-10-10 Steinar H. GundersonGeneralize the sort+unique+erase pattern into unique_so...
2020-10-10 Steinar H. GundersonRemove the double filtering of too large posting lists...
2020-10-09 Steinar H. GundersonBetter printing of trigrams in debug messages, especial...
2020-10-09 Steinar H. GundersonFull scans (not trigram-based) would always print count...
2020-10-09 Steinar H. Gundersonclang-format again (IWYU and clang-format seemingly...
2020-10-08 Steinar H. GundersonRun include-what-you-use.
2020-10-08 Steinar H. GundersonMove TurboPFor compilation to its own compilation unit.
2020-10-08 Steinar H. Gundersonclang-format.
2020-10-08 Steinar H. GundersonMake the searcher ASan-clean.
2020-10-08 Steinar H. GundersonUnbreak runs with no --limit.
2020-10-08 Steinar H. GundersonImplement the --limit option.
2020-10-08 Steinar H. GundersonImplement the --count option.
2020-10-07 Steinar H. GundersonFix some warnings found by Clang.
2020-10-07 Steinar H. GundersonRemove unneeded vp4.h #include from plocate.cpp.
2020-10-05 Steinar H. GundersonSupport decoding the SIMD interleaved TurboPFor formats.
2020-10-04 Steinar H. GundersonStart reimplementing the TurboPFor decoding functions.
2020-10-04 Steinar H. GundersonTurn off the SIMD temporarily.
2020-10-03 Steinar H. GundersonFix searching for very short (1 or 2 bytes) queries.
2020-10-02 Steinar H. GundersonFormat the usage slightly differently.
2020-10-01 Steinar H. GundersonDo early reject of trigrams we can say up-front will...
2020-10-01 Steinar H. Gundersonclang-format.
2020-10-01 Steinar H. GundersonFix the early abort for zero-trigrams again.
2020-10-01 Steinar H. GundersonLoosen up serialization to be about printing only.
2020-09-30 Steinar H. GundersonQuit on unknown option.
2020-09-30 Steinar H. GundersonFix typo; plocate, not slocate.
2020-09-30 Steinar H. GundersonCredit the source text in usage().
2020-09-30 Steinar H. GundersonSupport the --null option.
2020-09-30 Steinar H. GundersonSupport scanning for multiple patterns.
2020-09-30 Steinar H. GundersonStart some basic command line options.
2020-09-30 Steinar H. GundersonRerun clang-format.
2020-09-30 Steinar H. GundersonFix a bug where posting lists intersecting to nothing...
2020-09-30 Steinar H. GundersonSwitch trigram lookup from binary search to a hash...
2020-09-30 Steinar H. GundersonRemove unused variable.
2020-09-30 Steinar H. GundersonTest for errors from zstd.
2020-09-30 Steinar H. GundersonReplace mmap with io_uring.
2020-09-30 Steinar H. GundersonRemove an unused macro.
2020-09-28 Steinar H. GundersonSupport patterns shorter than 3 bytes.
2020-09-28 Steinar H. GundersonFormat everything with clang-format.
2020-09-28 Steinar H. GundersonRemove some commented-out code.
2020-09-28 Steinar H. GundersonAbstract out some details of reading the corpus into...
2020-09-28 Steinar H. GundersonRefactor scanning through a filename block into its...
2020-09-27 Steinar H. GundersonCompress filenames with zstd.
2020-09-27 Steinar H. GundersonInitial checkin.