summary refs log tree commit diff
path: root/bin (follow)
Commit message (Collapse)AuthorAge
...
* Remove klonJune McEnroe2018-10-16
|
* Use wchar_t in ttpreJune McEnroe2018-10-08
|
* Add ttpreJune McEnroe2018-10-08
|
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
|
* Remove edi.cJune McEnroe2018-10-07
|
* Add -H flag to psfed to increase heightJune McEnroe2018-10-03
|
* Rewrite schemeJune McEnroe2018-10-02
|
* Allow setting colors in psf2pngJune McEnroe2018-10-02
|
* Fix case of ASCII constants in psfedJune McEnroe2018-09-30
|
* Add -c and -s to psf2pngJune McEnroe2018-09-29
|
* Add f and ' to psfedJune McEnroe2018-09-29
|
* Add psf2pngJune McEnroe2018-09-28
|
* Add HJKL for moving glyphs to psfedJune McEnroe2018-09-27
|
* Move psfed paste to edit modeJune McEnroe2018-09-27
|
* Add copy paste to psfedJune McEnroe2018-09-26
|
* Add r to psfed for invertJune McEnroe2018-09-25
|
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
|
* Add scheme -i to swap white and blackJune McEnroe2018-09-21
|
* Fix README mandoc lintsJune McEnroe2018-09-19
|
* Un-NOT trans.alpha values in pngoJune McEnroe2018-09-19
|
* Refactor reads in pngo and clear palette between filesJune McEnroe2018-09-18
|
* Add tRNS support to pngoJune McEnroe2018-09-17
|
* Move bin man pages to bin/manJune McEnroe2018-09-11
|
* Remove GAMES from BINSJune McEnroe2018-09-11
|
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
|
* Add "blank" lines to man pagesJune McEnroe2018-09-11
|
* Fix Nm usage in multi-name man pagesJune McEnroe2018-09-08
|
* Put real dates on man pagesJune McEnroe2018-09-08
|
* Replace README with README.7June McEnroe2018-09-07
|
* Add xx.1June McEnroe2018-09-07
|
* Add watch.1June McEnroe2018-09-07
|
* Add wake.1June McEnroe2018-09-07
|
* Add scheme.1June McEnroe2018-09-07
|
* Add pngo.1June McEnroe2018-09-07
|
* Use .Dl for examplesJune McEnroe2018-09-07
|
* Add pbd.1June McEnroe2018-09-07
|
* Add modem.1June McEnroe2018-09-07
|
* Add klon.6June McEnroe2018-09-07
|
* Pass "command ..." as one string to ArJune McEnroe2018-09-07
|
* Add hnel.1June McEnroe2018-09-07
|
* Link man pages in ~/.localJune McEnroe2018-09-07
|
* Symlink atch.1June McEnroe2018-09-07
|
* Add .Os macro to all man pagesJune McEnroe2018-09-07
|
* Add glitch.1June McEnroe2018-09-07
|
* List FRAMEBUFFER defaults in FILES sectionJune McEnroe2018-09-07
|
* Remove -width options from .BlJune McEnroe2018-09-07
|
* Add fbclock.1June McEnroe2018-09-07
|
* Add fbatt.1June McEnroe2018-09-07
|
* Revert "Add README.7"June McEnroe2018-09-07
| | | | | | | This reverts commit 048d9ba1793f9f6caef4a7cf94537d8f9b4c46d6. Gitea generates invalid links when viewed as a README in a directory listing.
* Add README.7June McEnroe2018-09-07
|
gned-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