Commit Graph

1061 Commits (52c926cadbff5fd0aaf00ebd79619112aba46182)
 

Author SHA1 Message Date
John Keeping b1f17f168b Fix out-of-bounds memory accesses with virtual_root=""
12 years ago
Lukas Fleischer 4b4a62d507 ui-refs.c: Refactor print_tag()
12 years ago
Lukas Fleischer caca860ba7 ui-refs.c: Remove global header variable
12 years ago
Lukas Fleischer 3edfd83db6 html.c: Replace strdup() with xstrdup()
12 years ago
John Keeping 8f20879431 Always #include corresponding .h in .c files
12 years ago
John Keeping a5e4ad2d8b cgit.mk: fix dependency handling
12 years ago
John Keeping cfb77e97fa Makefile: re-include cgit.conf in cgit.mk
12 years ago
Lukas Fleischer a92678b5f1 Do not unnecessarily strdup() environment variables
12 years ago
Lukas Fleischer 3a84324379 Maŕk cgit_environment members const
12 years ago
Lukas Fleischer 996f86e664 Return const char * in cgit_{httpscheme, hosturl, rooturl}()
12 years ago
John Keeping 849ecd961d Update git to v1.8.2.1
12 years ago
John Keeping 1c32e008c8 ui-blob: don't segfault when no path is given
12 years ago
Lukas Fleischer b60e6bff75 Convert pager navigation into a unordered list
12 years ago
Jason A. Donenfeld 121089ced5 Makefile: remove CGIT-CFLAGS files in clean stage
12 years ago
Lukas Fleischer 977a3ad7bf ui-summary.c: Move urls variable into print_urls()
12 years ago
Lukas Fleischer ef8a97d9c6 Fix colspan values
12 years ago
Jason A. Donenfeld 6d7e3596eb html: check return value of write
12 years ago
Jason A. Donenfeld 40e1d9b617 ui-shared: squelch compiler warning.
12 years ago
John Keeping 7669f7f730 cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh
12 years ago
John Keeping d6768a6709 cgit.mk: don't rebuild everything if CGIT_VERSION changes
12 years ago
John Keeping 1a6feaf5fa ui-patch: use cgit_version not CGIT_VERSION
12 years ago
John Keeping 5f323c1ff4 Makefile: re-use Git's Makefile where possible
12 years ago
John Keeping e1e0e038fd tests: check that Git version are in sync
12 years ago
Jason A. Donenfeld 0255821e22 Merge branch 'wip'
12 years ago
John Keeping 6d8a789d61 ui-shared: fix return type of cgit_self_link
12 years ago
Lukas Fleischer 59fe348dea cgit_print_snapshot_links(): Free prefix variable
12 years ago
Lukas Fleischer bc2f5a6d53 cgit_print_commit(): Free tmp variable
12 years ago
Lukas Fleischer 985d6ca7e7 cgit_print_tree(): Free curr_rev after usage
12 years ago
Lukas Fleischer 0ffdc46f08 find_default_branch(): Free refmatch after usage
12 years ago
Lukas Fleischer fab385ef5c print_tag_downloads(): Free ref variable
12 years ago
Lukas Fleischer 1268afe836 Free reflists after usage
12 years ago
Lukas Fleischer 1a5e8633ce ui-shared.c: Remove unused function print_archive_ref()
12 years ago
Lukas Fleischer 71926bfb34 ui-shared.c: Remove unused function cgit_currurl()
12 years ago
Lukas Fleischer bafab423f2 Mark several functions/variables static
12 years ago
John Keeping d5a43b429a t0107-snapshot: add tests for ZIP archives
12 years ago
John Keeping f9b801a174 tests: make whitespace consistent
12 years ago
John Keeping 392e07d28a tests: "grep -e" is not portable to all platforms
12 years ago
Lukas Fleischer 78a24e5c55 Makefile: Disable gettext in the Git submodule
12 years ago
Jamie Couture ca59b26dfd Makefile: improve dependency generation
12 years ago
Lukas Fleischer fac4da38a0 cgit.c: Remove parameter from guess_defbranch()
12 years ago
Lukas Fleischer 210a5711ad ui-tree.c: Use a context structure in walk_tree()
12 years ago
Lukas Fleischer bfe5766245 ui-tree.c: Drop the header variable
12 years ago
Lukas Fleischer c4b8db3f09 ui-tree.c: Declare the state variable globally
12 years ago
Lukas Fleischer fb5a37317d ui-tree.c: Pass current revision to print_object()
12 years ago
Lukas Fleischer b1db30cd25 ui-plain.c: Use a context structure in walk_tree()
12 years ago
Lukas Fleischer a6317505ea ui-plain.c: Do not access match variable in print_*()
12 years ago
Lukas Fleischer 41f9c4e2f6 ui-blob.c: Use a context structure in walk_tree()
12 years ago
Jason A. Donenfeld 973deda0ea ui-snapshot.c: Fill argv[0] with dummy.
12 years ago
Jason A. Donenfeld bdae1d8a8d White space around control verbs.
12 years ago
Lukas Fleischer 53bc747d31 Fix several whitespace errors
12 years ago