]> git.sesse.net Git - plocate/shortlog
plocate
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.
2020-10-30 Steinar H.... Bump version number.
2020-10-29 Steinar H.... Release plocate 1.0.6. 1.0.6
2020-10-29 Steinar H.... Escape unprintable characters when outputting filenames...
2020-10-20 Steinar H.... Fix a crash when we have a too few blocks to train...
2020-10-20 Steinar H.... Support building databases from plaintext files.
2020-10-17 Steinar H.... Add an alternative for __builtin_clz.
2020-10-17 Steinar H.... Remove some unneeded __attribute__((unused)).
2020-10-17 Steinar H.... Fix the function multiversioning Meson test.
2020-10-17 Steinar H.... Bump version number.
2020-10-17 Steinar H.... Release plocate 1.0.5. 1.0.5
2020-10-17 Steinar H.... Fix the -r short option.
2020-10-17 Steinar H.... Support compiling on x86 platforms without working...
2020-10-17 Steinar H.... clang-format.
2020-10-17 Steinar H.... Add the missing end timing if linear scan and --debug...
2020-10-17 Steinar H.... Fix some inconsistencies in the man page.
2020-10-17 Steinar H.... Implement the -b (--basename) option.
2020-10-16 Steinar H.... Fix a wrong IWYU include.
2020-10-16 Steinar H.... Fix detection of -latomic (it doesn't come from pkg...
2020-10-16 Steinar H.... Add -latomic if it exists; seems to be required on...
2020-10-16 Steinar H.... Bump the version number.
2020-10-15 Steinar H.... Release plocate 1.0.4. 1.0.4
2020-10-15 Steinar H.... Move the cache-flushing behavior into an undocumented...
2020-10-15 Steinar H.... Move several needle/searching related functions into...
2020-10-15 Steinar H.... Move AccessRXCache into its own file.
2020-10-15 Steinar H.... Run clang-format.
2020-10-15 Steinar H.... Move Serializer into its own file.
2020-10-15 Steinar H.... Merge non-results from worker threads to put less load...
2020-10-15 Steinar H.... Give the WorkerThread results a proper struct instead...
2020-10-15 Steinar H.... Multithread linear scans.
2020-10-14 Steinar H.... Don't flush the cache on plocate.db.
2020-10-14 Steinar H.... Bump version number.
2020-10-14 Steinar H.... Release plocate 1.0.3. 1.0.3
2020-10-14 Steinar H.... In plocate-build, open the file only once.
2020-10-14 Steinar H.... If plocate-build cannot open the output file, give...
2020-10-14 Steinar H.... Add some options for controlling installation and proce...
2020-10-14 Steinar H.... Unbreak compilation for non-x86.
2020-10-14 Steinar H.... Unbreak compilation of bench.
2020-10-13 Steinar H.... Support --debug for plocate-build, and unbreak some...
2020-10-13 Steinar H.... Fix --version in plocate-build.
2020-10-13 Steinar H.... Use zstd dictionaries.
2020-10-12 Steinar H.... Reuse zstd compression contexts, for a tiny speed boost.
2020-10-12 Steinar H.... Bump version number.
2020-10-12 Steinar H.... Release plocate 1.0.2. 1.0.2
2020-10-12 Steinar H.... Add a NEWS file (pretty boring currently).
2020-10-12 Steinar H.... Fix some 32-bit issues.
2020-10-11 Steinar H.... Update the correct (generated) version of update-plocat...
2020-10-11 Steinar H.... Bump the version number.
2020-10-11 Steinar H.... Release plocate 1.0.1. 1.0.1
2020-10-11 Steinar H.... Make update-plocate.sh work properly if installed to...
2020-10-11 Steinar H.... Unbreak non-trigram matches after we changed to asynchr...
2020-10-11 Steinar H.... Correct section of plocate-build manpage.
next