Commit message (Collapse) | Author | ||
---|---|---|---|
2019-07-08 | Document lack of window size propagation | June McEnroe | |
2019-07-08 | Add ptee | June McEnroe | |
2019-07-08 | Add Wild Seed | June McEnroe | |
2019-07-06 | Add common includes to AGPL template | June McEnroe | |
2019-07-06 | Remove redundant include | June McEnroe | |
2019-07-06 | Add CSS output to scheme | June McEnroe | |
2019-07-01 | Add diff syntax to hi | June McEnroe | |
2019-07-01 | Use env.sh as 1sh todo list | June McEnroe | |
2019-06-29 | Clean up 1sh prompt setting | June McEnroe | |
2019-06-29 | Add Parable of the Talents | June McEnroe | |
2019-06-28 | Rename catsh to 1sh | June McEnroe | |
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique. | |||
2019-06-28 | Set HISTSIZE in catsh | June McEnroe | |
2019-06-28 | Unset iflag when exiting catsh | June McEnroe | |
It saves history! It's usable! | |||
2019-06-24 | Consolidate catsh history documentation | June McEnroe | |
2019-06-19 | Set LESS=FRX | June McEnroe | |
This is how git invokes less by default. I think I want this everywhere. This allows color, exits if the input fits on one screen, and doesn't clear the screen. | |||
2019-06-16 | Alias date=ddate | June McEnroe | |
Will I regret this? | |||
2019-06-15 | Set sensitivity by slot in TF2 | June McEnroe | |
2019-06-15 | Add Acceptance | June McEnroe | |
2019-06-07 | Add variables to bit | June McEnroe | |
2019-06-05 | Add A Closed and Common Orbit | June McEnroe | |
2019-06-02 | Add Reborn | June McEnroe | |
2019-05-30 | Add bit to bin.7 | June McEnroe | |
2019-05-30 | Simplify and build bit | June McEnroe | |
lex is a waste of time. | |||
2019-05-29 | Add xx -p option | June McEnroe | |
2019-05-27 | Add Frontier | June McEnroe | |
2019-05-27 | Break nicks with ZWNJ | June McEnroe | |
This should prevent bad wrapping. | |||
2019-05-26 | Add Dawn | June McEnroe | |
2019-05-20 | Declare vasprintf(3) for GNU | June McEnroe | |
who the fuck is scraeming "#define _GNU_SOURCE" at my house. show yourself, coward. i will never #define _GNU_SOURCE | |||
2019-05-20 | Fix comparison warning in ttpre | June McEnroe | |
2019-05-20 | Add Authority | June McEnroe | |
2019-05-19 | Specify precedence of unary versions of operators | June McEnroe | |
2019-05-18 | Add compound assignment operators to order | June McEnroe | |
2019-05-15 | Support simple assignment in order | June McEnroe | |
2019-05-15 | Implement sizeof in order | June McEnroe | |
2019-05-15 | Add order | June McEnroe | |
2019-05-12 | Add T suffix in bit | June McEnroe | |
2019-05-10 | Highlight yacc and lex files as C | June McEnroe | |
Their %-prefixed directives should probably be highlighted Macro. | |||
2019-05-10 | Use val instead of suboptarg | June McEnroe | |
suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? | |||
2019-05-09 | Add Parable of the Sower | June McEnroe | |
2019-05-07 | Add bit without build | June McEnroe | |
Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. | |||
2019-05-04 | Fix MANDIR typo | June McEnroe | |
2019-05-04 | Move relay to bin | June McEnroed> | 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 |