about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-08html.c: Replace strdup() with xstrdup()Lukas Fleischer-5/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-8/+20
2013-04-08cgit.mk: fix dependency handlingJohn Keeping-0/+8
2013-04-08Makefile: re-include cgit.conf in cgit.mkJohn Keeping-0/+2
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer-15/+10
2013-04-08Maŕk cgit_environment members constLukas Fleischer-12/+12
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer-9/+9
2013-04-08Update git to v1.8.2.1John Keeping-5/+6
2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping-1/+1
2013-03-20Convert pager navigation into a unordered listLukas Fleischer-9/+20
2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld-1/+1
2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer-6/+14
2013-03-20Fix colspan valuesLukas Fleischer-14/+28
2013-03-20html: check return value of writeJason A. Donenfeld-2/+3
2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld-0/+1
2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping-1/+1
2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping-1/+8
2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping-1/+1
2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping-119/+80
2013-03-20tests: check that Git version are in syncJohn Keeping-0/+36
2013-03-20Merge branch 'wip'Jason A. Donenfeld-111/+125
2013-03-20ui-shared: fix return type of cgit_self_linkJohn Keeping-41/+42
2013-03-04cgit_print_snapshot_links(): Free prefix variableLukas Fleischer-0/+1
2013-03-04cgit_print_commit(): Free tmp variableLukas Fleischer-0/+1
2013-03-04cgit_print_tree(): Free curr_rev after usageLukas Fleischer-2/+6
2013-03-04find_default_branch(): Free refmatch after usageLukas Fleischer-0/+8
2013-03-04print_tag_downloads(): Free ref variableLukas Fleischer-1/+7
2013-03-04Free reflists after usageLukas Fleischer-0/+41
2013-03-04ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer-39/+0
2013-03-04ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer-12/+0
2013-03-04Mark several functions/variables staticLukas Fleischer-60/+64
2013-03-04t0107-snapshot: add tests for ZIP archivesJohn Keeping-2/+37
2013-03-04tests: make whitespace consistentJohn Keeping-14/+17
2013-03-04tests: "grep -e" is not portable to all platformsJohn Keeping-55/+55
2013-03-04Makefile: Disable gettext in the Git submoduleLukas Fleischer-1/+1
2013-03-04Makefile: improve dependency generationJamie Couture-70/+82
2013-03-04cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer-2/+2
2013-03-04ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer-22/+29
2013-03-04ui-tree.c: Drop the header variableLukas Fleischer-6/+2
2013-03-04ui-tree.c: Declare the state variable globallyLukas Fleischer-1/+2
2013-03-04ui-tree.c: Pass current revision to print_object()Lukas Fleischer-3/+3
2013-03-04ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer-13/+20
2013-03-04ui-plain.c: Do not access match variable in print_*()Lukas Fleischer-12/+14
2013-03-04ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer-16/+26
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld-0/+1
2013-03-04White space around control verbs.Jason A. Donenfeld-42/+42
2013-03-04Fix several whitespace errorsLukas Fleischer-99/+99
2013-03-02Update git to v1.7.12.4John Keeping-0/+0
2013-03-02Update git to v1.7.9.7John Keeping-1/+1
2013-03-02Update git to v1.7.8.6John Keeping-0/+0