summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
|
* Remove edi.cJune McEnroe2018-10-07
|
* Add sans6x12June McEnroe2018-10-03
|
* Add -H flag to psfed to increase heightJune McEnroe2018-10-03
|
* Fix ≈ glyph of sans6x8June McEnroe2018-10-03
|
* Fill E0 through FE of sans6x10June McEnroe2018-10-03
|
* Fill 03 through 1F of sans6x10June McEnroe2018-10-03
|
* Fix ¼ glyph of sans6x8June McEnroe2018-10-03
|
* Fill A6 through AF of sans6x10June McEnroe2018-10-03
|
* Rewrite schemeJune McEnroe2018-10-02
|
* Allow setting colors in psf2pngJune McEnroe2018-10-02
|
* Add some '80s music notesJune McEnroe2018-09-30
|
* Fix case of ASCII constants in psfedJune McEnroe2018-09-30
|
* Squish Ñ in sans6x10 consistentlyJune McEnroe2018-09-29
|
* Add -c and -s to psf2pngJune McEnroe2018-09-29
|
* Add box drawing glyphs to sans6x10June McEnroe2018-09-29
|
* Tweak sans6x8 shading blocksJune McEnroe2018-09-29
|
* 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
| | | | Without it, $(PWD) is unset in GNU make.
* 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
|
ui-patch: 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-11ui-log: 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-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: 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