summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * Add "Writing mdoc"June McEnroe2018-09-27
| * Use here documents in feed.shJune McEnroe2018-09-20
| * Correct typo in Using MakeJune McEnroe2018-09-18
| * Add atom feed generatorJune McEnroe2018-09-18
| * Use install(1) to installJune McEnroe2018-09-17
| * Make install target depend on text filesJune McEnroe2018-09-17
| * Add "Using Make"June McEnroe2018-09-17
* Add new causal.agency with shotty shotsJune McEnroe2019-07-12
* Use -s to infer terminal sizeJune McEnroe2019-07-12
* Add DCH to shottyJune McEnroe2019-07-12
* Support insert mode in shottyJune McEnroe2019-07-12
* Don't do carriage return on line feedJune McEnroe2019-07-11
* Interpret 256color-style SGRsJune McEnroe2019-07-11
* Use inline style rather than <b>, <i>, <u>June McEnroe2019-07-11
* Factor out clearJune McEnroe2019-07-11
* Add bright option to shottyJune McEnroe2019-07-11
* Output <b>, <i>, <u> in shottyJune McEnroe2019-07-11
* Ignore SM and RMJune McEnroe2019-07-10
* Add shotty man page and build itJune McEnroe2019-07-09
* Add up -cJune McEnroe2019-07-09
* Add options for default colors to shottyJune McEnroe2019-07-09
* Use char literals consistentlyJune McEnroe2019-07-08
* Add initial version of shottyJune McEnroe2019-07-08
* Add ^S toggle to pteeJune McEnroe2019-07-08
* Document lack of window size propagationJune McEnroe2019-07-08
* Add pteeJune McEnroe2019-07-08
* Add Wild SeedJune McEnroe2019-07-08
* Add common includes to AGPL templateJune McEnroe2019-07-06
* Remove redundant includeJune McEnroe2019-07-06
* Add CSS output to schemeJune McEnroe2019-07-06
* Add diff syntax to hiJune McEnroe2019-07-01
* Use env.sh as 1sh todo listJune McEnroe2019-07-01
* Clean up 1sh prompt settingJune McEnroe2019-06-29
* Add Parable of the TalentsJune McEnroe2019-06-29
* Rename catsh to 1shJune McEnroe2019-06-28
* Set HISTSIZE in catshJune McEnroe2019-06-28
* Unset iflag when exiting catshJune McEnroe2019-06-28
* Consolidate catsh history documentationJune McEnroe2019-06-24
* Set LESS=FRXJune McEnroe2019-06-19
* Alias date=ddateJune McEnroe2019-06-16
* Set sensitivity by slot in TF2June McEnroe2019-06-15
* Add AcceptanceJune McEnroe2019-06-15
* Add variables to bitJune McEnroe2019-06-07
* Add A Closed and Common OrbitJune McEnroe2019-06-05
* Add RebornJune McEnroe2019-06-02
* Add bit to bin.7June McEnroe2019-05-30
* Simplify and build bitJune McEnroe2019-05-30
* Add xx -p optionJune McEnroe2019-05-29
* Add FrontierJune McEnroe2019-05-27
* Break nicks with ZWNJJune McEnroe2019-05-27
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