about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* git: update to v2.37.1 HEAD masterChristian Hesse2022-07-27
* git: update to v2.37.0Christian Hesse2022-07-01
* Bump version to 1.4.1 1.4.1June McEnroe2022-05-17
* Fix bad free in cgit_diff_treeJune McEnroe2022-05-17
* Bump version to 1.4.0 1.4.0June McEnroe2022-05-15
* Tolerate short writes in print_slotHristo Venev2022-05-13
* git: update to v2.36.1Christian Hesse2022-05-13
* git: update to v2.36.0Christian Hesse2022-05-13
* Use release_commit_memory()John Keeping2022-02-18
* Reset font size for blame oidJohn Keeping2022-02-18
* Add a link to the parent commit in blameJohn Keeping2022-02-18
* Fix fmt() off-by-one errorlemon2022-02-18
* Allow to give readme head from queryChristian Hesse2022-02-17
* Bump version to 1.3.0 1.3.0June McEnroe2022-02-13
* Update information for forkJune McEnroe2022-02-13
* Remove Lua supportJune McEnroe2022-02-13
* Merge remote-tracking branch 'ch/git-2-35'June McEnroe2022-02-13
|\
| * git: update to v2.35.1Christian Hesse2022-01-29
| * git: update to v2.35.0Christian Hesse2022-01-24
| * git: update to v2.34.1Christian Hesse2021-11-24
| * git: update to v2.34.0Christian Hesse2021-11-15
| * git: update to v2.33.0Christian Hesse2021-11-03
* | Silence owner-info errorJune McEnroe2022-02-13
* | Remove default faviconJune McEnroe2022-02-13
* | Show about path in page titleJune McEnroe2022-02-13
* | Generate valid Atom feedsJune McEnroe2022-02-13
* | Merge up to git v2.32.0June McEnroe2022-02-13
|\|
| * git: update to v2.32.0Christian Hesse2021-06-08
| * git: update to v2.31.1Christian Hesse2021-05-18
| * md2html: use proper formatting for hrChristian Hesse2021-05-12
| * git: update to v2.31.0Christian Hesse2021-03-16
| * git: update to v2.30.1Christian Hesse2021-02-10
| * tests: t0107: support older and/or non-GNU tarTodd Zullinger2020-12-29
| * md2html: use sane_lists extensionJason A. Donenfeld2020-12-29
| * git: update to v2.30.0Christian Hesse2020-12-29
| * git: update to v2.29.2Christian Hesse2020-10-30
| * git: update to v2.29.1Christian Hesse2020-10-27
| * tests: try with commit-graphChristian Hesse2020-10-22
| * tests: do not copy snapshots to /tmp/Christian Hesse2020-10-22
| * global: replace hard coded hash lengthChristian Hesse2020-10-20
| * global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-20
| * git: update to v2.29.0Christian Hesse2020-10-19
| * git: update to v2.28.0Christian Hesse2020-07-27
| * git: update to v2.27.0Christian Hesse2020-06-02
| * git: update to v2.26.0Christian Hesse2020-03-23
* | Fix crash trying to print "this commit" on 404sJune McEnroe2022-02-13
* | Use owner-filter for repo page headersJune McEnroe2022-02-13
* | Fix tests for diff spansJune McEnroe2022-02-13
* | Use <pre> and <span> to print diffsJune McEnroe2022-02-13
* | Use buffered stdioEric Wong2022-02-13
gmsg'> 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