summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Sort tail of link.zsh on importJune McEnroe2017-09-27
|
* Remove git from common packagesJune McEnroe2017-09-27
|
* Combine pbcopy and pbpaste rulesJune McEnroe2017-09-27
|
* Remove use of EBADMSGJune McEnroe2017-09-26
| | | | Not defined on OpenBSD, doesn't matter much.
* Simplify bins MakefileJune McEnroe2017-09-17
| | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS.
* Simplify zsh promptsJune McEnroe2017-09-15
|
* Move typo words to separate fileJune McEnroe2017-09-15
|
* Use 4-space indent everywhereJune McEnroe2017-09-15
|
* Rename zsh scripts .zshJune McEnroe2017-09-15
|
* Rename files directory etcJune McEnroe2017-09-15
|
* Remove Code Tarmak 2 layoutJune McEnroe2017-09-15
|
* Draw line in typoJune McEnroe2017-09-14
|
* Count 5 letters as a wordJune McEnroe2017-09-14
|
* Add .gitignore target to bins MakefileJune McEnroe2017-09-14
|
* Add typing gameJune McEnroe2017-09-14
|
* Include sys/types.h in wake.cJune McEnroe2017-09-13
|
* Move C file description commentsJune McEnroe2017-09-06
| | | | Comments are ugly this is why I don't put them in my code ;)
* Fix bin/Makefile FreeBSD compatibilityJune McEnroe2017-09-06
| | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk.
* Remove C code from link scriptJune McEnroe2017-09-06
|
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
|
* Pass final NULL to execlpJune McEnroe2017-09-05
|
* Add watch.cJune McEnroe2017-09-05
|
* Remove Scala highlightingJune McEnroe2017-09-02
|
* Fix Linux console Tarmak 3June McEnroe2017-08-31
| | | | Wow oops.
* Use Tarmak 3 on Linux consoleJune McEnroe2017-08-31
|
* Install ddateJune McEnroe2017-08-25
|
* Move nethack options to envJune McEnroe2017-08-19
|
* Remove scala syntax fileJune McEnroe2017-08-17
|
* Add wakeJune McEnroe2017-08-06
| | | | | That payload can appear anywhere within an ethernet frame. Wake-on-LAN is funny.
* Use $() in install.shJune McEnroe2017-08-04
| | | | | Something gave me the impression that sh did not like this, but it's specified by POSIX.
* Create Code Tarmak 3 layoutJune McEnroe2017-08-02
|
* Add tupJune McEnroe2017-07-31
|
* Use designated initializer for hnel tableJune McEnroe2017-07-31
| | | | I did not know this syntax worked!
* Add juneJune McEnroe2017-07-30
|
* Play nethack as ValkyrieJune McEnroe2017-07-30
|
* Add toggle to hnelJune McEnroe2017-07-28
|
* Install slJune McEnroe2017-07-28
|
* Add up, supJune McEnroe2017-07-25
|
* Autopickup ringsJune McEnroe2017-07-24
|
* Name dogJune McEnroe2017-07-24
|
* Add nethackrcJune McEnroe2017-07-23
|
* Remove useless setuid in briJune McEnroe2017-07-23
| | | | | Don't you think it would be better if the setuid bit only gave you permission to do it and didn't do it for you?
* Clean up hnel a tiny bitJune McEnroe2017-07-23
|
* Set window size in hnelJune McEnroe2017-07-21
|
* Add hnelJune McEnroe2017-07-21
|
* chmod 600 in dtchJune McEnroe2017-07-19
|
* Add Light Terminal.app profileJune McEnroe2017-07-19
|
* Use bright colors for bold text in Terminal.appJune McEnroe2017-07-19
|
* Remove old keyboard layoutsJune McEnroe2017-07-18
|
* Remove iTermJune McEnroe2017-07-18
| | | | We've been through a lot together.
cat()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-11ui-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-11ui-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-11ui-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