aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filter: introduce "filter type" prefixJohn Keeping2014-01-142-2/+40
* filter: add interface layerJohn Keeping2014-01-143-22/+63
* filter: add fprintf_filter functionJohn Keeping2014-01-143-3/+9
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-121-1/+1
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-121-1/+3
* ui-shared: URL-escape script_nameJohn Keeping2014-01-121-2/+2
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-121-2/+2
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-125-30/+38
* ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping2014-01-121-4/+4
* html: remove redundant htmlfd variableJohn Keeping2014-01-121-3/+1
* tests: add Valgrind supportJohn Keeping2014-01-122-1/+48
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-121-1/+1
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-081-3/+8
* git: update to 1.8.4John Keeping2013-08-262-1/+1
* git: update to 1.8.3John Keeping2013-05-252-1/+1
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-222-7/+14
* tests: introduce strip_header() helper functionJohn Keeping2013-05-222-2/+10
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-221-5/+4
* html.c: die when write failsJohn Keeping2013-05-221-1/+1
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-221-0/+2
* Makefile: fix parallel "make test"John Keeping2013-05-221-5/+3
* cache.c: fix cache_lsJohn Keeping2013-05-181-4/+10
* t0109: "function" is a bash-ismJohn Keeping2013-05-131-1/+1
* t0001: validate Git -rcN version numbers correctlyJohn Keeping2013-04-271-1/+6
* git: update to 1.8.2.2John Keeping2013-04-272-1/+1
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-171-0/+2
* t0001: ignore ".dirty" suffix on Git versionJohn Keeping2013-04-151-1/+1
* tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping2013-04-151-0/+1
* t0109: test more URLsJohn Keeping2013-04-151-4/+20
* t0109: chain operations with &&John Keeping2013-04-101-1/+1
* tests/.gitignore: update for using Git's test infrastructureJohn Keeping2013-04-082-3/+3
* tests: use Git's test frameworkJohn Keeping2013-04-0813-291/+239
* use struct strbuf instead of static buffersJohn Keeping2013-04-0812-243/+305
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-082-3/+3
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-0811-45/+57
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-082-0/+8
* html.c: add various strbuf and varadic helpersJohn Keeping2013-04-083-4/+63
* Mark char* fields in struct cgit_page as constJohn Keeping2013-04-082-7/+8
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-084-18/+25
* Always #include corresponding .h in .c filesJohn Keeping2013-04-0822-8/+20
* cgit.mk: fix dependency handlingJohn Keeping2013-04-081-0/+8
* Makefile: re-include cgit.conf in cgit.mkJohn Keeping2013-04-081-0/+2
* Update git to v1.8.2.1John Keeping2013-04-084-5/+6
* ui-blob: don't segfault when no path is givenJohn Keeping2013-04-071-1/+1
* cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping2013-03-201-1/+1
* cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping2013-03-201-1/+8
* ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping2013-03-201-1/+1
* Makefile: re-use Git's Makefile where possibleJohn Keeping2013-03-203-119/+80
* tests: check that Git version are in syncJohn Keeping2013-03-201-0/+36
* ui-shared: fix return type of cgit_self_linkJohn Keeping2013-03-201-41/+42