| Commit message (Expand) | Author | |||
|---|---|---|---|---|
| 2020-11-22 | Solve day 11 part 2 | June McEnroe -0400'>2018-09-29 | Fill 7F through A5 of sans6x10 | June McEnroe |
| 2018-09-29 | Add f and ' to psfed | June McEnroe | ||
| 2018-09-28 | Add sans6x10 basic glyphs | June McEnroe | ||
| 2018-09-28 | Make sans6x8 double quote narrower | June McEnroe | ||
| 2018-09-28 | Add greek glyphs to sans6x8 | June McEnroe | ||
| 2018-09-28 | Add png target in etc/psf | June McEnroe | ||
| 2018-09-28 | Disable visual bell in light terminal profile | June McEnroe | ||
| 2018-09-28 | Add psf2png | June McEnroe | ||
| 2018-09-27 | Add HJKL for moving glyphs to psfed | June McEnroe | ||
| 2018-09-27 | Move psfed paste to edit mode | June McEnroe | ||
| 2018-09-27 | Export PWD | June McEnroe | ||
| Without it, $(PWD) is unset in GNU make. | ||||
| 2018-09-27 | Add sans6x8 PSF2 font | June McEnroe | ||
| 2018-09-26 | Add copy paste to psfed | June McEnroe | ||
| 2018-09-25 | Add r to psfed for invert | June McEnroe | ||
| 2018-09-24 | Add psfed, a PSF2 font editor | June McEnroe | ||
| 2018-09-21 | Add scheme -i to swap white and black | June McEnroe | ||
| 2018-09-21 | Map caps lock to escape on Linux console | June McEnroe | ||
| 2018-09-19 | Fix README mandoc lints | June McEnroe | ||
| 2018-09-19 | Un-NOT trans.alpha values in pngo | June McEnroe | ||
| 2018-09-18 | Refactor reads in pngo and clear palette between files | June McEnroe | ||
| 2018-09-17 | Add tRNS support to pngo | June McEnroe | ||
| 2018-09-11 | Move gfx man pages to gfx/man | June McEnroe | ||
| 2018-09-11 | Move bin man pages to bin/man | June McEnroe | ||
| 2018-09-11 | Rewrite gfx.7 and render plaintext README | June McEnroe | ||
| 2018-09-11 | Remove GAMES from BINS | June McEnroe | ||
| 2018-09-11 | Rewrite bin.7 and render to plaintext README | June McEnroe | ||
| 2018-09-11 | Add "blank" lines to man pages | June McEnroe | ||
| 2018-09-10 | Add mdoc syntax file | June McEnroe | ||
| 2018-09-08 | Fix Nm usage in multi-name man pages | June McEnroe | ||
| 2018-09-08 | Put real dates on man pages | June McEnroe | ||
| 2018-09-08 | Replace gfx README with REAMDE.7 | June McEnroe | ||
| 2018-09-08 | Link gfx man pages in ~/.local | June McEnroed> | ui-ssdiff: ban strcat() | Christian Hesse |
| Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
| 2018-09-11 | ui-ssdiff: 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-11 | ui-shared: ban strcat() | Christian Hesse | ||
| Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
| 2018-09-11 | 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-11 | ui-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-11 | ui-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-11 | 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-11 | parsing: 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-28 | filters: generate anchor links from markdown | Christian 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-03 | Bump version. | Jason A. Donenfeld | ||
| Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
| 2018-08-03 | clone: fix directory traversal | Jason 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-03 | config: record repo.snapshot-prefix in the per-repo config | Konstantin Ryabitsev | ||