about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer-28/+34
2016-10-12patch: reapply path limitJohn Keeping-2/+8
2016-10-07ui-repolist: fix memory leakChristian Hesse-1/+4
2016-10-04git: update to v2.10.1Christian Hesse-1/+1
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-3/+3
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-6/+6
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-9/+9
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-5/+5
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-3/+3
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-11/+11
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse-1/+1
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-4/+4
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-22/+22
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-4/+5
2016-10-01Makefile: remove extra spaceJason A. Donenfeld-1/+1
2016-10-01Simplify http_parse_querystring()Lukas Fleischer-57/+11
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping-6/+9
2016-10-01ui-tag: clean up taginfoJohn Keeping-2/+4
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping-1/+2
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping-3/+2
2016-10-01tree: allow skipping through single-child treesJohn Keeping-2/+68
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping-2/+2
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping-5/+7
2016-10-01configfile: fix EOF handlingJohn Keeping-1/+3
2016-09-04git: update to v2.10.0Christian Hesse-62/+62
2016-07-12Fix qry.head leak on errorRichard Maw-4/+4
2016-07-12git: update to v2.9.1Christian Hesse-1/+1
2016-07-06Link with -ldl on GNU/kFreeBSDPeter Colberg-2/+2
2016-07-06Fix spelling in man pagePeter Colberg-2/+2
2016-07-06ui-shared: fix segfault when defbranch is NULLEric Wong-1/+1
2016-07-05css: consistent use of empty linesChristian Hesse-0/+6
2016-07-05ui-log: color line changesChristian Hesse-1/+11
2016-07-05Avoid ambiguities when prettifying snapshot namesLukas Fleischer-20/+32
2016-06-17git: update to v2.9.0Christian Hesse-1/+1
2016-06-17cgit.mk: Use $PKG_CONFIGKylie McClain-3/+5
2016-06-17md2html: use utf-8 and flush output bufferJason A. Donenfeld-6/+11
2016-06-07Hosted on HTTPS nowJason A. Donenfeld-5/+5
2016-06-07Bump version.Jason A. Donenfeld-1/+1
2016-05-20git: update to v2.8.3Christian Hesse-1/+1
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld-1/+1
2016-05-12forms: action should not be emptyJason A. Donenfeld-2/+2
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi-1/+1
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi-3/+2
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi-4/+2
2016-05-12git: update to v2.8.2Christian Hesse-2/+2
2016-05-12ui-log: Simplify decoration codeTim Nordell-24/+22
2016-05-12ui-log: Do not always emit decoration spanTim Nordell-0/+2
2016-03-08Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben-1/+1
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld-1/+0
2016-02-26about: path_info might not be validJason A. Donenfeld-1/+2