summary refs log tree commit diff homepage
path: root/2017/src/bin/day11.rs
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-06 19:28:51 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:24 -0500
commitd4f0a0da562d625479adc52b50c0168b9bfa22f4 (patch)
tree31605050a8cbb2070eaedd0e6219819d34e108e6 /2017/src/bin/day11.rs
parentDay 6, less gross? (diff)
downloadaoc-d4f0a0da562d625479adc52b50c0168b9bfa22f4.tar.gz
aoc-d4f0a0da562d625479adc52b50c0168b9bfa22f4.zip
Day 6 part 2
I still want to refactor this though.
Diffstat (limited to '2017/src/bin/day11.rs')
0 files changed, 0 insertions, 0 deletions
37:19 +0200'>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