| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: use Git's test framework | John Keeping | 2013-04-08 | 13 | -291/+239 |
* | Do not load user or system gitconfig and gitattributes | Jason A. Donenfeld | 2013-04-08 | 3 | -2/+24 |
* | use struct strbuf instead of static buffers | John Keeping | 2013-04-08 | 12 | -243/+305 |
* | Remove redundant calls to fmt("%s", ...) | John Keeping | 2013-04-08 | 2 | -3/+3 |
* | Convert cgit_print_error to a variadic function | John Keeping | 2013-04-08 | 11 | -45/+57 |
* | shared.c: add strbuf_ensure_end | John Keeping | 2013-04-08 | 2 | -0/+8 |
* | html.c: add various strbuf and varadic helpers | John Keeping | 2013-04-08 | 3 | -4/+63 |
* | Mark char* fields in struct cgit_page as const | John Keeping | 2013-04-08 | 2 | -7/+8 |
* | Fix out-of-bounds memory accesses with virtual_root="" | John Keeping | 2013-04-08 | 4 | -18/+25 |
* | ui-refs.c: Refactor print_tag() | Lukas Fleischer | 2013-04-08 | 1 | -29/+27 |
* | ui-refs.c: Remove global header variable | Lukas Fleischer | 2013-04-08 | 1 | -6/+0 |
* | html.c: Replace strdup() with xstrdup() | Lukas Fleischer | 2013-04-08 | 1 | -5/+2 |
* | Always #include corresponding .h in .c files | John Keeping | 2013-04-08 | 22 | -8/+20 |
* | cgit.mk: fix dependency handling | John Keeping | 2013-04-08 | 1 | -0/+8 |
* | Makefile: re-include cgit.conf in cgit.mk | John Keeping | 2013-04-08 | 1 | -0/+2 |
* | Do not unnecessarily strdup() environment variables | Lukas Fleischer | 2013-04-08 | 1 | -15/+10 |
* | Maŕk cgit_environment members const | Lukas Fleischer | 2013-04-08 | 2 | -12/+12 |
* | Return const char * in cgit_{httpscheme, hosturl, rooturl}() | Lukas Fleischer | 2013-04-08 | 3 | -9/+9 |
* | Update git to v1.8.2.1 | John Keeping | 2013-04-08 | 4 | -5/+6 |
* | ui-blob: don't segfault when no path is given | John Keeping | 2013-04-07 | 1 | -1/+1 |
* | Convert pager navigation into a unordered list | Lukas Fleischer | 2013-03-20 | 3 | -9/+20 |
* | Makefile: remove CGIT-CFLAGS files in clean stage | Jason A. Donenfeld | 2013-03-20 | 1 | -1/+1 |
* | ui-summary.c: Move urls variable into print_urls() | Lukas Fleischer | 2013-03-20 | 1 | -6/+14 |
* | Fix colspan values | Lukas Fleischer | 2013-03-20 | 3 | -14/+28 |
* | html: check return value of write | Jason A. Donenfeld | 2013-03-20 | 1 | -2/+3 |
* | ui-shared: squelch compiler warning. | Jason A. Donenfeld | 2013-03-20 | 1 | -0/+1 |
* | cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh | John Keeping | 2013-03-20 | 1 | -1/+1 |
* | cgit.mk: don't rebuild everything if CGIT_VERSION changes | John Keeping | 2013-03-20 | 1 | -1/+8 |
* | ui-patch: use cgit_version not CGIT_VERSION | John Keeping | 2013-03-20 | 1 | -1/+1 |
* | Makefile: re-use Git's Makefile where possible | John Keeping | 2013-03-20 | 3 | -119/+80 |
* | tests: check that Git version are in sync | John Keeping | 2013-03-20 | 1 | -0/+36 |
* | Merge branch 'wip' | Jason A. Donenfeld | 2013-03-20 | 18 | -111/+125 |
|\ |
|
| * | cgit_print_snapshot_links(): Free prefix variable | Lukas Fleischer | 2013-03-04 | 1 | -0/+1 |
| * | cgit_print_commit(): Free tmp variable | Lukas Fleischer | 2013-03-04 | 1 | -0/+1 |
| * | cgit_print_tree(): Free curr_rev after usage | Lukas Fleischer | 2013-03-04 | 1 | -2/+6 |
| * | find_default_branch(): Free refmatch after usage | Lukas Fleischer | 2013-03-04 | 1 | -0/+8 |
| * | print_tag_downloads(): Free ref variable | Lukas Fleischer | 2013-03-04 | 1 | -1/+7 |
| * | Free reflists after usage | Lukas Fleischer | 2013-03-04 | 3 | -0/+41 |
| * | ui-shared.c: Remove unused function print_archive_ref() | Lukas Fleischer | 2013-03-04 | 1 | -39/+0 |
| * | ui-shared.c: Remove unused function cgit_currurl() | Lukas Fleischer | 2013-03-04 | 1 | -12/+0 |
| * | Mark several functions/variables static | Lukas Fleischer | 2013-03-04 | 14 | -60/+64 |
* | | ui-shared: fix return type of cgit_self_link | John Keeping | 2013-03-20 | 1 | -41/+42 |
|/ |
|
* | t0107-snapshot: add tests for ZIP archives | John Keeping | 2013-03-04 | 1 | -2/+37 |
* | tests: make whitespace consistent | John Keeping | 2013-03-04 | 3 | -14/+17 |
* | tests: "grep -e" is not portable to all platforms | John Keeping | 2013-03-04 | 8 | -55/+55 |
* | Makefile: Disable gettext in the Git submodule | Lukas Fleischer | 2013-03-04 | 1 | -1/+1 |
* | Makefile: improve dependency generation | Jamie Couture | 2013-03-04 | 1 | -70/+82 |
* | cgit.c: Remove parameter from guess_defbranch() | Lukas Fleischer | 2013-03-04 | 1 | -2/+2 |
* | ui-tree.c: Use a context structure in walk_tree() | Lukas Fleischer | 2013-03-04 | 1 | -22/+29 |
* | ui-tree.c: Drop the header variable | Lukas Fleischer | 2013-03-04 | 1 | -6/+2 |