summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Add basic viewerJune McEnroe2019-08-05
|
* Import terminal emulation from shottyJune McEnroe2019-07-31
|
* Rename wrapper to dispatchJune McEnroe2019-07-29
|
* Add empty commandsJune McEnroe2019-07-28
|
* Rename ptee streamJune McEnroe2019-07-28
|
* Remove old commandsJune McEnroe2019-07-28
|
* Uncommitted changes from months ago :(June McEnroe2018-04-20
|
* Add stopJune McEnroe2018-02-25
|
* Switch back to static window sizingJune McEnroe2018-02-25
|
* Define rules for multi-object binariesJune McEnroe2018-02-25
|
* Rewrite everythingJune McEnroe2018-02-25
|
* Add setup, start commandJune McEnroe2018-02-22
|
* Rename command to ssh-commandJune McEnroe2018-02-22
|
* Add command.shJune McEnroe2018-02-22
|
* Include libutil in chroot.tarJune McEnroe2018-02-22
|
* Add chroot.tar targetJune McEnroe2018-02-22
|
* Add ingestJune McEnroe2018-02-21
|
* Add view with just window size matchingJune McEnroe2018-02-21
|
* Add broadcastJune McEnroe2018-02-21
='3' class='logmsg'> 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt