summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Only run pacman on zsh start if it existsJune McEnroe2013-05-12
* Add mplayer configurationJune McEnroe2013-05-09
* Float mplayer2 windowsJune McEnroe2013-05-08
* Update awesome themeJune McEnroe2013-05-04
* Update terminal colors with proper base16 paletteJune McEnroe2013-04-27
* Update location of Xfce4-Terminal configurationJune McEnroe2013-04-27
* Update system configurationsJune McEnroe2013-04-24
* Fix terminal colorsJune McEnroe2013-04-23
* Start xcompmgrJune McEnroe2013-04-14
* Drop pacman-color, regular pacman now has colorJune McEnroe2013-04-06
* Restore wallpaper automaticallyJune McEnroe2013-04-06
* Simplify autostartJune McEnroe2013-03-22
* Default to Ruby 2.0June McEnroe2013-02-24
* Make pretty riplrcJune McEnroe2013-01-26
* Default to awesome sessionJune McEnroe2013-01-26
* Add git promptJune McEnroe2013-01-26
* Actually port awesome config to 3.5June McEnroe2013-01-26
* Make pretty zshrcJune McEnroe2013-01-26
* Port awesome config to 3.5June McEnroe2013-01-26
* Replace RVM with chrubyJune McEnroe2013-01-26
* Add PulseAudio configurationJune McEnroe2012-12-19
* Remove rc.confJune McEnroe2012-12-19
* Simplify Greek compose keysJune McEnroe2012-11-26
* Add custom compose key sequencesJune McEnroe2012-11-25
* Add zJune McEnroe2012-11-11
* No more consolekitJune McEnroe2012-11-04
* Float feh windowsJune McEnroe2012-11-04
* Add MPD configurationJune McEnroe2012-10-13
* Use transparent backgrounds in awesomeJune McEnroe2012-10-07
* Add cpupower configurationJune McEnroe2012-10-06
* Add system-wide configuration filesJune McEnroe2012-10-06
* Remove gnome-keyringJune McEnroe2012-10-06
* Use Base16 colors in TerminalJune McEnroe2012-10-05
* Add dropboxJune McEnroe2012-09-04
* Use real pacman for update checkingJune McEnroe2012-08-31
* Rewrote zshrcJune McEnroe2012-08-31
* Make awesome play nice with latest viciousJune McEnroe2012-08-24
* Remove pkgfile hookJune McEnroe2012-08-24
* Add my Tomorrow-Night-based themeJune McEnroe2012-08-20
* Add Awesome iconsJune McEnroe2012-07-08
* Fuck awesomeJune McEnroe2012-07-07
* Switch to default ruby when leaving project directoryJune McEnroe2012-07-07
* Set up RVMJune McEnroe2012-07-07
* Add gfrop commandJune McEnroe2012-07-07
* Make gs output terseJune McEnroe2012-07-02
* Fix unclutter cursor flicker on GTK appsJune McEnroe2012-07-02
* Start unclutter at loginJune McEnroe2012-05-05
* Task stuffJune McEnroe2012-05-05
* Float QEMU windowsJune McEnroe2012-05-05
* Remove unreversible minimize keymapJune McEnroe2012-05-05
'nohover-highlight'> 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