summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Rename install.sh to link.shJune McEnroe2017-06-10
* Clean up READMEJune McEnroe2017-06-10
* Move files to one files directoryJune McEnroe2017-06-10
* Move console.sh to linux directoryJune McEnroe2017-06-10
* Move iTerm configuration into a directoryJune McEnroe2017-06-10
* Remove Karabiner config and move key layoutsJune McEnroe2017-06-10
* Move actual dotfiles into curtis directoryJune McEnroe2017-06-10
* Remove Programming keyboard layoutJune McEnroe2017-06-10
* Add Code Tarmak 1 layoutJune McEnroe2017-06-09
* Remap keys in vim for Tarmak 1 more sensiblyJune McEnroe2017-06-09
* Add iTerm light profile and disable hotkeyJune McEnroe2017-06-07
* Remap C-w {n,e} in vim for Tarmak 1June McEnroe2017-06-07
* Rebind hnel in vim for Tarmak 1June McEnroe2017-06-06
* Use C-space as tmux prefixJune McEnroe2017-06-06
* Add Tarmak layoutsJune McEnroe2017-06-06
* Rename keyboard layout ProgrammingJune McEnroe2017-05-26
* Fix Library install conditionJune McEnroe2017-05-25
* Revert "Remove macOS keyboard layout"June McEnroe2017-05-25
* Fix copy mode bindings for tmux 2.4June McEnroe2017-05-08
* Remove option unnecessary in nvim 0.2June McEnroe2017-05-02
* Reorder lines in psqlrcJune McEnroe2017-05-01
* Clean up Karabiner configurationJune McEnroe2017-05-01
* Fix prune script loopJune McEnroe2017-05-01
* Fix prune scriptJune McEnroe2017-05-01
* Clean up SSH configJune McEnroe2017-05-01
* Rename colorscheme "trivial"June McEnroe2017-05-01
* Update vendored pathogenJune McEnroe2017-05-01
* Clean up git configJune McEnroe2017-05-01
* Clean up style in xxJune McEnroe2017-05-01
* Clean up style in pbdJune McEnroe2017-05-01
* Use EX_OK in pbcopyJune McEnroe2017-05-01
* Clean up clockJune McEnroe2017-04-30
* Clean up error strings in briJune McEnroe2017-04-30
* Add -u option to xxJune McEnroe2017-03-18
* Fix non-string-literal-format-string in briJune McEnroe2017-03-15
* Fix bri compilationJune McEnroe2017-03-15
* Use psvar for title settingJune McEnroe2017-03-15
* Add bri brightness control scriptJune McEnroe2017-03-14
* Add comment to tmux terminal overrideJune McEnroe2017-03-14
* Have tmux set block cursor on linux consoleJune McEnroe2017-03-13
* Use inverse for Visual in colorschemeJune McEnroe2017-03-13
* Add console color palette scriptJune McEnroe2017-03-12
* Add custom keymap for consoleJune McEnroe2017-03-12
* Fix OSTYPE check for ARMJune McEnroe2017-03-12
* Use Escape and i to enter/exit tmux copy modeJune McEnroe2017-02-27
* Set inccommand=nosplitJune McEnroe2017-02-22
* Set inccommand=splitJune McEnroe2017-02-22
* Use Hermit font in iTermJune McEnroe2017-02-19
* Remove mayJune McEnroe2017-02-14
* Add W command in vimJune McEnroe2017-02-06
ow=1'>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-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