aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-105-22/+46
* t0109: chain operations with &&John Keeping2013-04-101-1/+1
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-101-2/+4
* t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer2013-04-091-1/+1
* tests: Make sure that git does not access $HOMEJason A. Donenfeld2013-04-081-0/+25
* 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
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-083-2/+24
* 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
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-081-29/+27
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-081-6/+0
* html.c: Replace strdup() with xstrdup()Lukas Fleischer2013-04-081-5/+2
* 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
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-081-15/+10
* Maŕk cgit_environment members constLukas Fleischer2013-04-082-12/+12
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-083-9/+9
* 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
* Convert pager navigation into a unordered listLukas Fleischer2013-03-203-9/+20
* Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld2013-03-201-1/+1
* ui-summary.c: Move urls variable into print_urls()Lukas Fleischer2013-03-201-6/+14
* Fix colspan valuesLukas Fleischer2013-03-203-14/+28
* html: check return value of writeJason A. Donenfeld2013-03-201-2/+3
* ui-shared: squelch compiler warning.Jason A. Donenfeld2013-03-201-0/+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
* Merge branch 'wip'Jason A. Donenfeld2013-03-2018-111/+125
|\
| * cgit_print_snapshot_links(): Free prefix variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_tree(): Free curr_rev after usageLukas Fleischer2013-03-041-2/+6
| * find_default_branch(): Free refmatch after usageLukas Fleischer2013-03-041-0/+8
| * print_tag_downloads(): Free ref variableLukas Fleischer2013-03-041-1/+7
| * Free reflists after usageLukas Fleischer2013-03-043-0/+41
| * ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer2013-03-041-39/+0
| * ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer2013-03-041-12/+0
| * Mark several functions/variables staticLukas Fleischer2013-03-0414-60/+64
* | ui-shared: fix return type of cgit_self_linkJohn Keeping2013-03-201-41/+42
|/
* t0107-snapshot: add tests for ZIP archivesJohn Keeping2013-03-041-2/+37
* tests: make whitespace consistentJohn Keeping2013-03-043-14/+17