about summary refs log tree commit diff homepage
Commit message (Expand)AuthorAge
* Add gztell(3) to gzseek.3June McEnroe2018-11-13
* Add gzseek.3June McEnroe2018-11-13
* Add gzflush.3June McEnroe2018-11-13
* Fix spacing after parenthetical sentencesJune McEnroe2018-11-13
* Add gzungetc.3June McEnroe2018-11-13
* Add gzgetc.3June McEnroe2018-11-13
* Add gzputc.3June McEnroe2018-11-13
* Add gzgets.3June McEnroe2018-11-13
* Add gzputs.3June McEnroe2018-11-13
* Add gzprintf.3June McEnroe2018-11-13
* Add gzfwrite.3June McEnroe2018-11-13
* Add gzwrite.3June McEnroe2018-11-13
* Add gzfread.3June McEnroe2018-11-12
* Add gzread.3June McEnroe2018-11-12
* Add gzsetparams.3June McEnroe2018-11-12
* Add gzbuffer.3June McEnroe2018-11-12
* Add gzdopen to gzopen.3June McEnroe2018-11-12
* Add gzopen.3June McEnroe2018-11-12
* Add inflateBackEnd.3June McEnroe2018-11-12
* Add inflateBack.3June McEnroe2018-11-12
* Add inflateBackInit.3June McEnroe2018-11-12
* Add inflateGetHeader.3June McEnroe2018-11-11
* Add inflateMark.3June McEnroe2018-11-11
* Add inflatePrime.3June McEnroe2018-11-11
* Add inflateReset.3June McEnroe2018-11-11
* Add inflateCopy.3June McEnroe2018-11-11
* Add inflateSync.3June McEnroe2018-11-11
* Add inflateGetDictionary.3June McEnroe2018-11-11
* Add inflateSetDictionary.3June McEnroe2018-11-11
* Add inflateInit2.3June McEnroe2018-11-11
* Add deflateSetHeader.3June McEnroe2018-11-11
* Add deflatePrime.3June McEnroe2018-11-11
* Fix inflate.3 NAME sectionJune McEnroe2018-11-11
* Remove symlinksJune McEnroe2018-11-11
* Separate out inflateInit.3 and inflateEnd.3June McEnroe2018-11-11
* Separate out deflateInit.3 and deflateEnd.3June McEnroe2018-11-11
* Separate out deflateGetDictionary.3June McEnroe2018-11-11
* Fix trailing whitespaceJune McEnroe2018-11-11
* Separate out compressBound.3June McEnroe2018-11-11
* Separate out crc32_combine.3June McEnroe2018-11-11
* Separate out adler32_combine.3June McEnroe2018-11-11
* Add missing .In zlib.hJune McEnroe2018-11-11
* Add deflatePending.3June McEnroe2018-11-11
* Add deflateBound.3June McEnroe2018-11-11
* Add deflateTune.3June McEnroe2018-11-11
* Add deflateParams.3June McEnroe2018-11-10
* Add deflateReset.3June McEnroe2018-11-10
* Add deflateCopy.3June McEnroe2018-11-10
* Add deflateSetDictionary.3June McEnroe2018-11-10
* Remove initial deflate(3) reference in deflateInit2.3June McEnroe2018-11-10
hi.c?id=d68b21f47152278f49e0645fb849ea38eceba98d&follow=1'>Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe