index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
tests/: Do not use `sed -i`
Lukas Fleischer
2
-5
/
+8
2013-04-10
Add branch-sort and repo.branch-sort options.
Jason A. Donenfeld
5
-22
/
+46
2013-04-10
t0109: chain operations with &&
John Keeping
1
-1
/
+1
2013-04-10
cgit.c: Do not restore unset environment variables
Lukas Fleischer
1
-2
/
+4
2013-04-09
t0107: Use `tar -z` for gzip'ed archives
Lukas Fleischer
1
-1
/
+1
2013-04-08
tests: Make sure that git does not access $HOME
Jason A. Donenfeld
1
-0
/
+25
2013-04-08
tests/.gitignore: update for using Git's test infrastructure
John Keeping
2
-3
/
+3
2013-04-08
tests: use Git's test framework
John Keeping
13
-291
/
+239
2013-04-08
Do not load user or system gitconfig and gitattributes
Jason A. Donenfeld
3
-2
/
+24
2013-04-08
use struct strbuf instead of static buffers
John Keeping
12
-243
/
+305
2013-04-08
Remove redundant calls to fmt("%s", ...)
John Keeping
2
-3
/
+3
2013-04-08
Convert cgit_print_error to a variadic function
John Keeping
11
-45
/
+57
2013-04-08
shared.c: add strbuf_ensure_end
John Keeping
2
-0
/
+8
2013-04-08
html.c: add various strbuf and varadic helpers
John Keeping
3
-4
/
+63
2013-04-08
Mark char* fields in struct cgit_page as const
John Keeping
2
-7
/
+8
2013-04-08
Fix out-of-bounds memory accesses with virtual_root=""
John Keeping
4
-18
/
+25
2013-04-08
ui-refs.c: Refactor print_tag()
Lukas Fleischer
1
-29
/
+27
2013-04-08
ui-refs.c: Remove global header variable
Lukas Fleischer
1
-6
/
+0
2013-04-08
html.c: Replace strdup() with xstrdup()
Lukas Fleischer
1
-5
/
+2
2013-04-08
Always #include corresponding .h in .c files
John Keeping
22
-8
/
+20
2013-04-08
cgit.mk: fix dependency handling
John Keeping
1
-0
/
+8
2013-04-08
Makefile: re-include cgit.conf in cgit.mk
John Keeping
1
-0
/
+2
2013-04-08
Do not unnecessarily strdup() environment variables
Lukas Fleischer
1
-15
/
+10
2013-04-08
Maŕk cgit_environment members const
Lukas Fleischer
2
-12
/
+12
2013-04-08
Return const char * in cgit_{httpscheme, hosturl, rooturl}()
Lukas Fleischer
3
-9
/
+9
2013-04-08
Update git to v1.8.2.1
John Keeping
4
-5
/
+6
2013-04-07
ui-blob: don't segfault when no path is given
John Keeping
1
-1
/
+1
2013-03-20
Convert pager navigation into a unordered list
Lukas Fleischer
3
-9
/
+20
2013-03-20
Makefile: remove CGIT-CFLAGS files in clean stage
Jason A. Donenfeld
1
-1
/
+1
2013-03-20
ui-summary.c: Move urls variable into print_urls()
Lukas Fleischer
1
-6
/
+14
2013-03-20
Fix colspan values
Lukas Fleischer
3
-14
/
+28
2013-03-20
html: check return value of write
Jason A. Donenfeld
1
-2
/
+3
2013-03-20
ui-shared: squelch compiler warning.
Jason A. Donenfeld
1
-0
/
+1
2013-03-20
cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh
John Keeping
1
-1
/
+1
2013-03-20
cgit.mk: don't rebuild everything if CGIT_VERSION changes
John Keeping
1
-1
/
+8
2013-03-20
ui-patch: use cgit_version not CGIT_VERSION
John Keeping
1
-1
/
+1
2013-03-20
Makefile: re-use Git's Makefile where possible
John Keeping
3
-119
/
+80
2013-03-20
tests: check that Git version are in sync
John Keeping
1
-0
/
+36
2013-03-20
Merge branch 'wip'
Jason A. Donenfeld
18
-111
/
+125
2013-03-20
ui-shared: fix return type of cgit_self_link
John Keeping
1
-41
/
+42
2013-03-05
cgit_print_snapshot_links(): Free prefix variable
Lukas Fleischer
1
-0
/
+1
2013-03-05
cgit_print_commit(): Free tmp variable
Lukas Fleischer
1
-0
/
+1
2013-03-05
cgit_print_tree(): Free curr_rev after usage
Lukas Fleischer
1
-2
/
+6
2013-03-05
find_default_branch(): Free refmatch after usage
Lukas Fleischer
1
-0
/
+8
2013-03-05
print_tag_downloads(): Free ref variable
Lukas Fleischer
1
-1
/
+7
2013-03-05
Free reflists after usage
Lukas Fleischer
3
-0
/
+41
2013-03-05
ui-shared.c: Remove unused function print_archive_ref()
Lukas Fleischer
1
-39
/
+0
2013-03-05
ui-shared.c: Remove unused function cgit_currurl()
Lukas Fleischer
1
-12
/
+0
2013-03-05
Mark several functions/variables static
Lukas Fleischer
14
-60
/
+64
2013-03-05
t0107-snapshot: add tests for ZIP archives
John Keeping
1
-2
/
+37
[next]