summaryrefslogtreecommitdiff
path: root/src/straycats.c
Commit message (Expand)AuthorAge
* ult_src: Fix possible NULL dereferenceColin Watson2022-10-13
* Fix error messageColin Watson2022-10-09
* Convert many more ints to boolsColin Watson2022-10-08
* Simplify struct mandata memory allocationColin Watson2022-09-24
* Always allocate struct mandata on the heapColin Watson2022-09-24
* Move manual page file name utilities to lib/Colin Watson2022-09-23
* Move compression file name utilities to lib/Colin Watson2022-09-23
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* Significantly improve mandb performanceColin Watson2022-01-24
* Add a layer of abstraction to decompressionColin Watson2022-01-19
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Move util.c-related declarations out of manconfig.hColin Watson2022-01-16
* Move comp_info and comp_file out of manconfig.hColin Watson2022-01-16
* Move straycats out of manconfig.hColin Watson2022-01-16
* Rename program preprocessor symbols to PROG_*Colin Watson2022-01-16
* Move lexgrog-related bits out of manconfig.hColin Watson2022-01-16
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Remove ability to undefine COMP_SRCColin Watson2019-09-01
* Pass database file name in function parametersColin Watson2019-08-23
* Add missing #includeColin Watson2019-02-04
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Port parse_descriptions to gl_listColin Watson2019-02-04
* Eliminate #ifdef in straycats.cColin Watson2019-02-03
* Add helper functions for common container casesColin Watson2019-02-03
* Port order_files and look_for_file to gl_listColin Watson2019-01-29
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Remove useless if-before-free testsColin Watson2018-05-29
* Refactor sandbox attachment to be more composableColin Watson2018-02-07
* Confine most untrusted data handling using seccompColin Watson2017-12-03
* Stop storing the database handle in a global variableColin Watson2015-04-08
* Avoid using or double-closing closed database handlesColin Watson2014-09-27
* Order files by first physical extent before readingColin Watson2014-09-16
* Simplify <dirent.h> handling using GnulibColin Watson2014-09-13
* Use high-precision timestamps for manual pagesColin Watson2014-09-11
* * src/straycats.c (check_for_stray): Pass mandir_base as baseColin Watson2011-06-06
* * src/straycats.c (check_for_stray): When invoking col, try toColin Watson2011-06-04
* If mandb sees that A is a symlink to B, it should never store aColin Watson2011-01-10
* * lib/pipeline.c, lib/pipeline.h: Rename command to pipecmd,Colin Watson2010-10-29
* Move security to libman.Colin Watson2010-09-27
* * src/encodings.c (struct manconv_codes, manconv_stdin,Colin Watson2010-09-26
* * configure.ac: Stop checking for memory.h (not used) and limits.hColin Watson2008-01-07
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* explicitly import gnulib dirname module; use base_name and dir_name throughoutColin Watson2007-10-15
* use recommended gnulib #include style for canonicalize.h and fnmatch.hColin Watson2007-10-15
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* import gnulib canonicalize module; replace remaining realpath calls with cano...Colin Watson2007-10-14
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13