aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10tests/: Do not use `sed -i`Gravatar Lukas Fleischer
2013-04-10Add branch-sort and repo.branch-sort options.Gravatar Jason A. Donenfeld
2013-04-10t0109: chain operations with &&Gravatar John Keeping
2013-04-10cgit.c: Do not restore unset environment variablesGravatar Lukas Fleischer
2013-04-09t0107: Use `tar -z` for gzip'ed archivesGravatar Lukas Fleischer
2013-04-08tests: Make sure that git does not access $HOMEGravatar Jason A. Donenfeld
2013-04-08tests/.gitignore: update for using Git's test infrastructureGravatar John Keeping
2013-04-08tests: use Git's test frameworkGravatar John Keeping
2013-04-08Do not load user or system gitconfig and gitattributesGravatar Jason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Remove redundant calls to fmt("%s", ...)Gravatar John Keeping
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08shared.c: add strbuf_ensure_endGravatar John Keeping
2013-04-08html.c: add various strbuf and varadic helpersGravatar John Keeping
2013-04-08Mark char* fields in struct cgit_page as constGravatar John Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""Gravatar John Keeping
2013-04-08ui-refs.c: Refactor print_tag()Gravatar Lukas Fleischer
2013-04-08ui-refs.c: Remove global header variableGravatar Lukas Fleischer
2013-04-08html.c: Replace strdup() with xstrdup()Gravatar Lukas Fleischer
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-04-08cgit.mk: fix dependency handlingGravatar John Keeping
2013-04-08Makefile: re-include cgit.conf in cgit.mkGravatar John Keeping
2013-04-08Do not unnecessarily strdup() environment variablesGravatar Lukas Fleischer
2013-04-08Maŕk cgit_environment members constGravatar Lukas Fleischer
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Gravatar Lukas Fleischer
2013-04-08Update git to v1.8.2.1Gravatar John Keeping
2013-04-07ui-blob: don't segfault when no path is givenGravatar John Keeping
2013-03-20Convert pager navigation into a unordered listGravatar Lukas Fleischer
2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageGravatar Jason A. Donenfeld
2013-03-20ui-summary.c: Move urls variable into print_urls()Gravatar Lukas Fleischer
2013-03-20Fix colspan valuesGravatar Lukas Fleischer
2013-03-20html: check return value of writeGravatar Jason A. Donenfeld
2013-03-20ui-shared: squelch compiler warning.Gravatar Jason A. Donenfeld
2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shGravatar John Keeping
2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesGravatar John Keeping
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONGravatar John Keeping
2013-03-20Makefile: re-use Git's Makefile where possibleGravatar John Keeping
2013-03-20tests: check that Git version are in syncGravatar John Keeping
2013-03-20Merge branch 'wip'Gravatar Jason A. Donenfeld
2013-03-20ui-shared: fix return type of cgit_self_linkGravatar John Keeping
2013-03-04cgit_print_snapshot_links(): Free prefix variableGravatar Lukas Fleischer
2013-03-04cgit_print_commit(): Free tmp variableGravatar Lukas Fleischer
2013-03-04cgit_print_tree(): Free curr_rev after usageGravatar Lukas Fleischer
2013-03-04find_default_branch(): Free refmatch after usageGravatar Lukas Fleischer
2013-03-04print_tag_downloads(): Free ref variableGravatar Lukas Fleischer
2013-03-04Free reflists after usageGravatar Lukas Fleischer
2013-03-04ui-shared.c: Remove unused function print_archive_ref()Gravatar Lukas Fleischer
2013-03-04ui-shared.c: Remove unused function cgit_currurl()Gravatar Lukas Fleischer
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04t0107-snapshot: add tests for ZIP archivesGravatar John Keeping