]> git.sesse.net Git - plocate/history
plocate
2021-04-07 Steinar H. GundersonRelease plocate 1.1.7. 1.1.7
2021-04-07 Steinar H. GundersonMove timer settings from .service to .timer file.
2021-04-07 Steinar H. GundersonBump version number.
2021-04-02 Steinar H. GundersonRelease plocate 1.1.6. 1.1.6
2021-04-02 Steinar H. GundersonRandomize updatedb systemd unit start time.
2021-03-28 Steinar H. GundersonSupport searching multiple databases in plocate.
2021-03-21 Steinar H. GundersonMake updatedb understand DT_UNKNOWN.
2021-03-21 Steinar H. GundersonGive a slightly better error message on short read.
2021-03-21 Steinar H. GundersonBump version number.
2021-02-24 Steinar H. GundersonRelease plocate 1.1.5. 1.1.5
2021-02-19 Steinar H. GundersonReduce the amount of lseek() syscalls; evidently, ftell...
2021-02-19 Steinar H. GundersonSupport filesystems that do not support O_TMPFILE,...
2021-02-19 Steinar H. GundersonBump version number.
2021-02-14 Steinar H. GundersonRelease plocate 1.1.4. 1.1.4
2021-02-13 Steinar H. GundersonCall strlen() a bit less. Helps ~2% CPU.
2021-02-13 Steinar H. GundersonMicrooptimizations to docid counting.
2021-02-13 Steinar H. GundersonTake an assert off the hot path.
2021-02-13 Steinar H. GundersonFix a typo.
2021-02-13 Steinar H. GundersonSwitch to histogram-based estimation of PFOR varbyte...
2021-02-12 Steinar H. GundersonOptimize trigram reading somewhat.
2021-02-11 Steinar H. GundersonReplace std::string with std::vector<unsigned char...
2021-02-11 Steinar H. GundersonStreamline the add_docid() path by removing a redundant...
2021-02-11 Steinar H. GundersonRemove an unused member. Saves ~0.5% CPU due to better...
2021-02-11 Steinar H. GundersonInline EncodingCorpus::get_pl_builder(). Saves ~2%...
2021-02-11 Steinar H. GundersonRename Corpus to EncodingCorpus, and make it private.
2021-02-10 Steinar H. GundersonInstall CACHEDIR.tag in /var/lib/plocate.
2021-02-10 Jakub Wilkupdatedb.8: fix typo.
2021-02-10 Jakub Wilkplocate.1: remove spurious space after "(".
2021-02-10 Steinar H. GundersonBump version number.
2020-12-19 Steinar H. GundersonRelease plocate 1.1.3. 1.1.3
2020-12-12 Steinar H. GundersonCompile on systems without O_TMPFILE.
2020-12-12 Steinar H. GundersonCompile on platforms without O_NOATIME.
2020-12-12 Steinar H. GundersonFix a Clang warning.
2020-12-12 Steinar H. GundersonBump version number.
2020-12-09 Steinar H. GundersonRelease plocate 1.1.2. 1.1.2
2020-12-09 Steinar H. GundersonIncrease hard file limit if possible.
2020-12-09 Steinar H. GundersonMake it possible to rename updatedb (e.g. to updatedb...
2020-12-09 Steinar H. GundersonFix a typo in plocate(1).
2020-12-09 Steinar H. GundersonMake updatedb(8) stop referring to mlocate (except...
2020-12-09 Steinar H. GundersonTurn off ProtectSystem=full.
2020-12-09 Steinar H. GundersonFix an issue where the database was too small to create...
2020-12-05 Steinar H. GundersonRelease plocate 1.1.1. 1.1.1
2020-12-05 Steinar H. GundersonFix an issue where the database could be built with...
2020-12-02 Steinar H. GundersonRelease plocate 1.1.0. 1.1.0
2020-12-02 Steinar H. GundersonAdd missing man page .in files.
2020-12-01 Steinar H. GundersonImport the updatedb and updatedb.conf man pages from...
2020-11-29 Steinar H. GundersonFix installation when DESTDIR is set.
2020-11-29 Steinar H. GundersonReuse the locategroup option for the setgid.
2020-11-28 Steinar H. GundersonSmall README tweak.
2020-11-28 Steinar H. GundersonIn the README, make the group before we install.
2020-11-28 Steinar H. Gundersonmlocate -> plocate in some help.
2020-11-28 Steinar H. Gundersonsetgid to plocate, not mlocate.
2020-11-28 Steinar H. GundersonAdd a systemd service and timer for updatedb, obsoletin...
2020-11-28 Steinar H. GundersonFix verbose printing when updatedb reads directories...
2020-11-28 Steinar H. GundersonFix writing of the configuration block.
2020-11-28 Steinar H. GundersonCreate /var/lib/plocate on install.
2020-11-28 Steinar H. GundersonPut the database file in sharedstatedir.
2020-11-28 Steinar H. GundersonUse join_paths() in Meson.
2020-11-28 Steinar H. GundersonMove to our own directory and group.
2020-11-28 Steinar H. GundersonUpdate README.
2020-11-28 Steinar H. GundersonHonor the “require visibility” flag (in the negative).
2020-11-25 Steinar H. GundersonRun clang-format.
2020-11-24 Steinar H. GundersonAdd a native updatedb.
2020-11-22 Steinar H. GundersonMove complete_pread() into a separate file, to avoid...
2020-11-21 Steinar H. GundersonMake DatabaseBuilder write the file atomically.
2020-11-10 Steinar H. GundersonRemove unfinished debug code.
2020-11-10 Steinar H. GundersonSplit DatabaseBuilder into its own compilation unit.
2020-11-09 Steinar H. GundersonWhen reading mlocate.db, properly skip the configuratio...
2020-11-09 Steinar H. GundersonEncapsulate some database-building logic into a class.
2020-11-07 Steinar H. GundersonEscape file names with backticks in them.
2020-11-07 Steinar H. GundersonBump version number.
2020-10-31 Steinar H. GundersonRelease plocate 1.0.7. 1.0.7
2020-10-31 Steinar H. GundersonFix an infinite loop when encountering invalid UTF...
2020-10-31 Leah NeukirchenFix two typos in manpages.
2020-10-31 Steinar H. GundersonRun clang-format.
2020-10-31 Steinar H. GundersonWork around brokenness in FreeBSD mbtowc().
2020-10-31 Steinar H. GundersonCheck for endian.h before including it. Fixes compilati...
2020-10-31 Steinar H. GundersonAdd missing <endian.h> include.
2020-10-30 Steinar H. GundersonBump version number.
2020-10-29 Steinar H. GundersonRelease plocate 1.0.6. 1.0.6
2020-10-29 Steinar H. GundersonEscape unprintable characters when outputting filenames...
2020-10-20 Steinar H. GundersonFix a crash when we have a too few blocks to train...
2020-10-20 Steinar H. GundersonSupport building databases from plaintext files.
2020-10-17 Steinar H. GundersonAdd an alternative for __builtin_clz.
2020-10-17 Steinar H. GundersonRemove some unneeded __attribute__((unused)).
2020-10-17 Steinar H. GundersonFix the function multiversioning Meson test.
2020-10-17 Steinar H. GundersonBump version number.
2020-10-17 Steinar H. GundersonRelease plocate 1.0.5. 1.0.5
2020-10-17 Steinar H. GundersonFix the -r short option.
2020-10-17 Steinar H. GundersonSupport compiling on x86 platforms without working...
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. GundersonFix some inconsistencies in the man page.
2020-10-17 Steinar H. GundersonImplement the -b (--basename) option.
2020-10-16 Steinar H. GundersonFix a wrong IWYU include.
2020-10-16 Steinar H. GundersonFix detection of -latomic (it doesn't come from pkg...
2020-10-16 Steinar H. GundersonAdd -latomic if it exists; seems to be required on...
2020-10-16 Steinar H. GundersonBump the version number.
2020-10-15 Steinar H. GundersonRelease plocate 1.0.4. 1.0.4
2020-10-15 Steinar H. GundersonMove the cache-flushing behavior into an undocumented...
next