aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git: update to v2.10.2 againJohn Keeping2016-11-241-0/+0
* patch: reapply path limitJohn Keeping2016-10-121-2/+8
* ui-tree: remove a fixed size bufferJohn Keeping2016-10-011-6/+9
* ui-tag: clean up taginfoJohn Keeping2016-10-011-2/+4
* shared: make cgit_free_taginfo() publicJohn Keeping2016-10-012-1/+2
* shared: remove return value from cgit_free_commitinfo()John Keeping2016-10-012-3/+2
* tree: allow skipping through single-child treesJohn Keeping2016-10-011-2/+68
* ui-ssdiff: fix decl-after-statement warningsJohn Keeping2016-10-011-2/+2
* ui-shared: fix decl-after-statement warningsJohn Keeping2016-10-011-5/+7
* configfile: fix EOF handlingJohn Keeping2016-10-011-1/+3
* ui-atom: avoid DATE_STRFTIMEJohn Keeping2016-02-082-12/+4
* Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-085-13/+10
* ui-stats: cast pointer before checking for zeroJohn Keeping2016-02-081-2/+2
* ui-shared: remove cgit_print_date()John Keeping2016-02-082-21/+0
* ui-atom: use show_date directly for atom datesJohn Keeping2016-02-081-2/+7
* ui-shared: use show_date for footer timestampJohn Keeping2016-02-081-1/+1
* ui: show ages in the originator's timezoneJohn Keeping2016-02-085-18/+18
* ui-{commit,tag}: show dates in originator's timezoneJohn Keeping2016-02-082-3/+6
* ui-shared: add cgit_date_mode()John Keeping2016-02-082-0/+10
* parsing: add timezone to ident structuresJohn Keeping2016-02-082-4/+9
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-085-9/+9
* cache: don't check for match with no keyJohn Keeping2016-01-171-2/+3
* cache: use size_t for string lengthsJohn Keeping2016-01-171-2/+2
* ui-log: handle parse_commit() errorsJohn Keeping2016-01-171-1/+3
* Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping2015-10-091-1/+1
* ui-refs: remove useless null checkJohn Keeping2015-10-091-1/+1
* ui-blob: remove useless null checkJohn Keeping2015-10-091-1/+1
* scan-tree: remove useless strdup()John Keeping2015-10-091-1/+1
* cgit.c: remove useless null checkJohn Keeping2015-10-091-1/+1
* cmd: fix command definitionJohn Keeping2015-08-141-1/+1
* ui-shared: cache errors for "dynamic TTL"John Keeping2015-08-141-0/+1
* cmd: remove "want_layout" fieldJohn Keeping2015-08-143-34/+24
* tree: move layout into page functionJohn Keeping2015-08-142-6/+19
* tag: move layout into page functionJohn Keeping2015-08-142-4/+11
* summary: move layout into page functionJohn Keeping2015-08-142-1/+3
* stats: move layout into page functionJohn Keeping2015-08-142-3/+7
* refs: move layout to page functionJohn Keeping2015-08-142-2/+3
* log: move layout into page functionJohn Keeping2015-08-142-2/+5
* diff: move layout to page functionJohn Keeping2015-08-142-6/+15
* commit: move layout into page functionJohn Keeping2015-08-142-3/+7
* about: move layout into page functionsJohn Keeping2015-08-143-4/+11
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-142-0/+15
* html: remove html_status()John Keeping2015-08-142-8/+0
* snapshot: don't reimplement cgit_print_error_page()John Keeping2015-08-141-17/+4
* snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping2015-08-141-2/+4
* patch: use cgit_print_error_page() for HTTP status codesJohn Keeping2015-08-141-8/+8
* blob: use cgit_print_error_page() to add HTTP headersJohn Keeping2015-08-141-4/+8
* snapshot: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-1/+1
* plain: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-5/+5
* clone: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-5/+5