summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fill 7F through A5 of sans6x10June McEnroe2018-09-29
* Add f and ' to psfedJune McEnroe2018-09-29
* Add sans6x10 basic glyphsJune McEnroe2018-09-28
* Make sans6x8 double quote narrowerJune McEnroe2018-09-28
* Add greek glyphs to sans6x8June McEnroe2018-09-28
* Add png target in etc/psfJune McEnroe2018-09-28
* Disable visual bell in light terminal profileJune McEnroe2018-09-28
* Add psf2pngJune McEnroe2018-09-28
* Add HJKL for moving glyphs to psfedJune McEnroe2018-09-27
* Move psfed paste to edit modeJune McEnroe2018-09-27
* Export PWDJune McEnroe2018-09-27
* Add sans6x8 PSF2 fontJune McEnroe2018-09-27
* Add copy paste to psfedJune McEnroe2018-09-26
* Add r to psfed for invertJune McEnroe2018-09-25
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
* Add scheme -i to swap white and blackJune McEnroe2018-09-21
* Map caps lock to escape on Linux consoleJune McEnroe2018-09-21
* Fix README mandoc lintsJune McEnroe2018-09-19
* Un-NOT trans.alpha values in pngoJune McEnroe2018-09-19
* Refactor reads in pngo and clear palette between filesJune McEnroe2018-09-18
* Add tRNS support to pngoJune McEnroe2018-09-17
* Move gfx man pages to gfx/manJune McEnroe2018-09-11
* Move bin man pages to bin/manJune McEnroe2018-09-11
* Rewrite gfx.7 and render plaintext READMEJune McEnroe2018-09-11
* Remove GAMES from BINSJune McEnroe2018-09-11
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
* Add "blank" lines to man pagesJune McEnroe2018-09-11
* Add mdoc syntax fileJune McEnroe2018-09-10
* Fix Nm usage in multi-name man pagesJune McEnroe2018-09-08
* Put real dates on man pagesJune McEnroe2018-09-08
* Replace gfx README with REAMDE.7June McEnroe2018-09-08
* Link gfx man pages in ~/.localJune McEnroe2018-09-08
* Add gfxx.1June McEnroe2018-09-08
* Add brot.1June McEnroe2018-09-08
* Replace README with README.7June McEnroe2018-09-07
* Add xx.1June McEnroe2018-09-07
* Add watch.1June McEnroe2018-09-07
* Add wake.1June McEnroe2018-09-07
* Add scheme.1June McEnroe2018-09-07
* Add pngo.1June McEnroe2018-09-07
* Use .Dl for examplesJune McEnroe2018-09-07
* Add pbd.1June McEnroe2018-09-07
* Add modem.1June McEnroe2018-09-07
* Add klon.6June McEnroe2018-09-07
* Pass "command ..." as one string to ArJune McEnroe2018-09-07
* Add hnel.1June McEnroe2018-09-07
* Link man pages in ~/.localJune McEnroe2018-09-07
* Symlink atch.1June McEnroe2018-09-07
* Add .Os macro to all man pagesJune McEnroe2018-09-07
* Add glitch.1June McEnroe2018-09-07
=60a930044d57faae4fcb84cba9d85310b0c767a7&follow=1'>parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev