summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Remove Liberapay buttonsJune McEnroe2021-12-11
* Show weeks plus daysJune McEnroe2021-12-03
* Add Six Months, Three Days, Five OthersJune McEnroe2021-12-02
* Use noinput, nounput options in lex filesJune McEnroe2021-11-28
* Add SorrowlandJune McEnroe2021-11-22
* Add My Pal Foot FootJune McEnroe2021-11-13
* Update my little description of myselfJune McEnroe2021-11-03
* Add A Psalm for the Wild-BuiltJune McEnroe2021-11-03
* Publish "Names"June McEnroe2021-10-30
* Add PiranesiJune McEnroe2021-10-29
* Bounds check color indexesJune McEnroe2021-10-25
* Only match first Nm for feedJune McEnroe2021-10-24
* Add BerserkJune McEnroe2021-10-22
* Only output style attribute if necessaryJune McEnroe2021-10-20
* Run shotty after ptee in up -tJune McEnroe2021-10-20
* Fix showing cursor with default colorsJune McEnroe2021-10-20
* Add entire 256-color palette to shotty -iJune McEnroe2021-10-20
* Ignore XTWINOPS in shottyJune McEnroe2021-10-20
* Add A Wizard of EarthseaJune McEnroe2021-10-20
* Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe2021-10-18
* Add shotty -t to animate (crudely) between snapshotsJune McEnroe2021-10-18
* Add ptee -t to output media copy at an intervalJune McEnroe2021-10-18
* Swap functions of ^Q and ^S in pteeJune McEnroe2021-10-18
* Add shotty -i to output inline colorsJune McEnroe2021-10-18
* Remove leftover scheme.h targetJune McEnroe2021-10-18
* Cite ctlseqs.ms and UTF-8June McEnroe2021-10-18
* Skip DECKP* in lexerJune McEnroe2021-10-18
* Add meta charset to up -t outputJune McEnroe2021-10-18
* Rewrite shotty with lexJune McEnroe2021-10-18
* Remove capsicum support from upJune McEnroe2021-10-17
* Fix nested Bl-compact CSS rulesJune McEnroe2021-10-15
* Add meta viewport tags to bin htmlJune McEnroe2021-10-14
* Set bin WEBROOT to /var/wwwJune McEnroe2021-10-13
* Add Knee Play 1June McEnroe2021-10-11
* Fix lobsters/tildenews loginJune McEnroe2021-10-04
* Limit Atom feed to 20 most recent entriesJune McEnroe2021-10-03
* Add EarthlingsJune McEnroe2021-10-03
* Just zero mailsize on changemailJune McEnroe2021-10-02
* Fix chkmail loop break conditionJune McEnroe2021-10-02
* Check sizes of mailboxes, not timesJune McEnroe2021-10-02
* Replace filter shell scripts with C programJune McEnroe2021-10-02
* Add htagml -m to rename main tagJune McEnroe2021-10-01
* Remove igpJune McEnroe2021-10-01
* Change default WEBROOTs to /var/wwwJune McEnroe2021-10-01
* Remove planJune McEnroe2021-10-01
* Build and copy static binaries to /var/wwwJune McEnroe2021-09-30
* Silence owner-info errorJune McEnroe2021-09-30
* pledge(2) mtagsJune McEnroe2021-09-30
* pledge(2) htagmlJune McEnroe2021-09-30
* pledge(2) hilexJune McEnroe2021-09-30
.0&id=7a8b3b4104aa5924163efd5f2af0de10b7fb5171&follow=1'>cgit.h: keep config flags sortedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25Add support for 'noheader' optionLars Hjemli This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli