]> git.sesse.net Git - plocate/shortlog
plocate
2021-09-04 Steinar H.... Release plocate 1.1.11. 1.1.11
2021-09-04 Steinar H.... Fix a crash on --existing and --regex together.
2021-08-23 Steinar H.... Bump version number.
2021-08-23 Steinar H.... Release plocate 1.1.10. 1.1.10
2021-08-23 Steinar H.... Use a more C++-standard way of suppressing the unused...
2021-08-23 Steinar H.... Fix a warning with -Wvla (MB_CUR_MAX is not a compile...
2021-08-23 Arsen Arsenovićfix unused parameter warns in io_uring_engine.cpp
2021-08-23 Steinar H.... Unbreak compilation without systemd.
2021-08-23 Steinar H.... Add missing unistd.h #include.
2021-08-23 Steinar H.... Replace canonicalize_file_name() with realpath().
2021-08-23 Arsen Arsenovićplocate: fix compilation without libiouring
2021-08-23 Steinar H.... Unbreak the benchmark program.
2021-08-18 Steinar H.... Release plocate 1.1.9. 1.1.9
2021-07-27 Steinar H.... Run clang-format.
2021-07-27 Steinar H.... Support the -e (--existing) option from mlocate.
2021-07-27 Steinar H.... Send the result value of the stat to the callback.
2021-06-21 Steinar H.... Make it possible to set systemunitdir explicitly.
2021-06-21 Steinar H.... Bump version number.
2021-06-12 Steinar H.... Release plocate 1.1.8. 1.1.8
2021-06-05 Steinar H.... Fix a printing issue when outputting to a block-buffere...
2021-04-07 Steinar H.... Fix a typo in try_complete_pread().
2021-04-07 Steinar H.... Bump version number.
2021-04-07 Steinar H.... Release plocate 1.1.7. 1.1.7
2021-04-07 Steinar H.... Move timer settings from .service to .timer file.
2021-04-07 Steinar H.... Bump version number.
2021-04-02 Steinar H.... Release plocate 1.1.6. 1.1.6
2021-04-02 Steinar H.... Randomize updatedb systemd unit start time.
2021-03-28 Steinar H.... Support searching multiple databases in plocate.
2021-03-21 Steinar H.... Make updatedb understand DT_UNKNOWN.
2021-03-21 Steinar H.... Give a slightly better error message on short read.
2021-03-21 Steinar H.... Bump version number.
2021-02-24 Steinar H.... Release plocate 1.1.5. 1.1.5
2021-02-19 Steinar H.... Reduce the amount of lseek() syscalls; evidently, ftell...
2021-02-19 Steinar H.... Support filesystems that do not support O_TMPFILE,...
2021-02-19 Steinar H.... Bump version number.
2021-02-14 Steinar H.... Release plocate 1.1.4. 1.1.4
2021-02-13 Steinar H.... Call strlen() a bit less. Helps ~2% CPU.
2021-02-13 Steinar H.... Microoptimizations to docid counting.
2021-02-13 Steinar H.... Take an assert off the hot path.
2021-02-13 Steinar H.... Fix a typo.
2021-02-13 Steinar H.... Switch to histogram-based estimation of PFOR varbyte...
2021-02-12 Steinar H.... Optimize trigram reading somewhat.
2021-02-11 Steinar H.... Replace std::string with std::vector<unsigned char...
2021-02-11 Steinar H.... Streamline the add_docid() path by removing a redundant...
2021-02-11 Steinar H.... Remove an unused member. Saves ~0.5% CPU due to better...
2021-02-11 Steinar H.... Inline EncodingCorpus::get_pl_builder(). Saves ~2%...
2021-02-11 Steinar H.... Rename Corpus to EncodingCorpus, and make it private.
2021-02-10 Steinar H.... Install 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.... Bump version number.
2020-12-19 Steinar H.... Release plocate 1.1.3. 1.1.3
2020-12-12 Steinar H.... Compile on systems without O_TMPFILE.
2020-12-12 Steinar H.... Compile on platforms without O_NOATIME.
2020-12-12 Steinar H.... Fix a Clang warning.
2020-12-12 Steinar H.... Bump version number.
2020-12-09 Steinar H.... Release plocate 1.1.2. 1.1.2
2020-12-09 Steinar H.... Increase hard file limit if possible.
2020-12-09 Steinar H.... Make it possible to rename updatedb (e.g. to updatedb...
2020-12-09 Steinar H.... Fix a typo in plocate(1).
2020-12-09 Steinar H.... Make updatedb(8) stop referring to mlocate (except...
2020-12-09 Steinar H.... Turn off ProtectSystem=full.
2020-12-09 Steinar H.... Fix an issue where the database was too small to create...
2020-12-05 Steinar H.... Release plocate 1.1.1. 1.1.1
2020-12-05 Steinar H.... Fix an issue where the database could be built with...
2020-12-02 Steinar H.... Release plocate 1.1.0. 1.1.0
2020-12-02 Steinar H.... Add missing man page .in files.
2020-12-01 Steinar H.... Import the updatedb and updatedb.conf man pages from...
2020-11-29 Steinar H.... Fix installation when DESTDIR is set.
2020-11-29 Steinar H.... Reuse the locategroup option for the setgid.
2020-11-28 Steinar H.... Small README tweak.
2020-11-28 Steinar H.... In the README, make the group before we install.
2020-11-28 Steinar H.... mlocate -> plocate in some help.
2020-11-28 Steinar H.... setgid to plocate, not mlocate.
2020-11-28 Steinar H.... Add a systemd service and timer for updatedb, obsoletin...
2020-11-28 Steinar H.... Fix verbose printing when updatedb reads directories...
2020-11-28 Steinar H.... Fix writing of the configuration block.
2020-11-28 Steinar H.... Create /var/lib/plocate on install.
2020-11-28 Steinar H.... Put the database file in sharedstatedir.
2020-11-28 Steinar H.... Use join_paths() in Meson.
2020-11-28 Steinar H.... Move to our own directory and group.
2020-11-28 Steinar H.... Update README.
2020-11-28 Steinar H.... Honor the “require visibility” flag (in the negative).
2020-11-25 Steinar H.... Run clang-format.
2020-11-24 Steinar H.... Add a native updatedb.
2020-11-22 Steinar H.... Move complete_pread() into a separate file, to avoid...
2020-11-21 Steinar H.... Make DatabaseBuilder write the file atomically.
2020-11-10 Steinar H.... Remove unfinished debug code.
2020-11-10 Steinar H.... Split DatabaseBuilder into its own compilation unit.
2020-11-09 Steinar H.... When reading mlocate.db, properly skip the configuratio...
2020-11-09 Steinar H.... Encapsulate some database-building logic into a class.
2020-11-07 Steinar H.... Escape file names with backticks in them.
2020-11-07 Steinar H.... Bump version number.
2020-10-31 Steinar H.... Release plocate 1.0.7. 1.0.7
2020-10-31 Steinar H.... Fix an infinite loop when encountering invalid UTF...
2020-10-31 Leah NeukirchenFix two typos in manpages.
2020-10-31 Steinar H.... Run clang-format.
2020-10-31 Steinar H.... Work around brokenness in FreeBSD mbtowc().
2020-10-31 Steinar H.... Check for endian.h before including it. Fixes compilati...
2020-10-31 Steinar H.... Add missing <endian.h> include.
next