summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Use subexpression highlight for system include pathsJune McEnroe2019-02-07
* Move comments below strings in hiJune McEnroe2019-02-07
* Add subexpression highlighting to hiJune McEnroe2019-02-07
* Add pattend to hiJune McEnroe2019-02-06
* Add hi syntax highlighterJune McEnroe2019-02-06
* Update neovim to 0.3.4 on DarwinJune McEnroe2019-02-05
* Fix DEL in aesJune McEnroe2019-02-05
* Add aesJune McEnroe2019-02-05
* Set nvim Directory back to blueJune McEnroe2019-02-01
* Add def scriptJune McEnroe2019-02-01
* Add beef to READMEJune McEnroe2019-01-26
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
* Add back tux to ssh configJune McEnroe2019-01-26
* Set nvim UI colors back to the 8-color paletteJune McEnroe2019-01-25
* Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22
* Add WIP serif8x16.psfJune McEnroe2019-01-22
* Save cash history incrementallyJune McEnroe2019-01-21
* Remove pingbotJune McEnroe2019-01-19
* Add pingbotJune McEnroe2019-01-19
* Revert -std=c11 because GNU sucksJune McEnroe2019-01-19
* Fix ordering issue with va_arg callsJune McEnroe2019-01-19
* Take event number for save incrJune McEnroe2019-01-19
* Add H_SAVE_INCR function to libeditJune McEnroe2019-01-18
* Update gfx-cocoa constants for new macOSJune McEnroe2019-01-18
* Add Girlpool Tiny Desk ConcertJune McEnroe2019-01-17
* Reunify gfx and binJune McEnroe2019-01-17
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
* Don't use string functions in ttpreJune McEnroe2019-01-17
* Fix some symbols in sans8x16June McEnroe2019-01-16
* Add basic HISTFILE load and saveJune McEnroe2019-01-15
* Add !! alias in cashJune McEnroe2019-01-15
* Add shell and unshell targetsJune McEnroe2019-01-15
* Use \$ in cash PS1 and add # to RPS1June McEnroe2019-01-15
* Use flock(2) when loading and saving historyJune McEnroe2019-01-15
* Add sans8x16.psfJune McEnroe2019-01-15
* Add guides to psfedJune McEnroe2019-01-14
* Check for NULL copy or undo buffers in psfedJune McEnroe2019-01-14
* Add cash.7 READMEJune McEnroe2019-01-14
* Document old=new argument of fc -sJune McEnroe2019-01-14
* Allow replacing empty string with fc old=newJune McEnroe2019-01-14
* Enable warnings in libeditJune McEnroe2019-01-13
* Show full path in RPS1June McEnroe2019-01-13
* Shorten $HOME to ~ in prompt expansionJune McEnroe2019-01-13
* Document PSlitJune McEnroe2019-01-13
* Document PS0June McEnroe2019-01-13
* Set PS0 in cashJune McEnroe2019-01-13
* Add PS0June McEnroe2019-01-13
* Change default ENV from cashrc to env.shJune McEnroe2019-01-13
* Use colours in cash promptsJune McEnroe2019-01-13
* Set PSlit like NetBSD shJune McEnroe2019-01-12
worm.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