about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix section-from-path > 1Lukas Fleischer2013-08-121-4/+4
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-121-1/+1
* Use strbuf for reading configuration filesLukas Fleischer2013-08-122-31/+35
* add a note about generating agefile in hookChristian Hesse2013-08-121-1/+2
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-121-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-123-13/+31
* robots.txt: disallow access to snapshotsJason A. Donenfeld2013-08-122-0/+4
* use favicon by defaultChristian Hesse2013-08-122-3/+4
* Add faviconChristian Hesse2013-05-312-0/+2
* ui-summary: do not free refJason A. Donenfeld2013-05-281-1/+0
* filters: toggle perl utf8 situationJason A. Donenfeld2013-05-281-4/+0
* CGIT-0.9.2 v0.9.2Jason A. Donenfeld2013-05-271-2/+2
* README: add trailing slash to homepageJason A. Donenfeld2013-05-271-1/+1
* cgitrc.5: improve example configJason A. Donenfeld2013-05-271-0/+53
* filters: import more modern scriptsJason A. Donenfeld2013-05-2710-15/+1815
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-2610-122/+160
* ui-summary: Disallow directory traversalJason A. Donenfeld2013-05-251-0/+16
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-251-6/+11
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-255-31/+95
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-254-8/+22
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-252-2/+9
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-252-22/+0
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-251-0/+14
* git: update to 1.8.3John Keeping2013-05-252-1/+1
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-222-7/+14
* tests: introduce strip_header() helper functionJohn Keeping2013-05-222-2/+10
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-221-5/+4
* html.c: die when write failsJohn Keeping2013-05-221-1/+1
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-221-0/+2
* Makefile: fix parallel "make test"John Keeping2013-05-221-5/+3
* cache.c: fix cache_lsJohn Keeping2013-05-181-4/+10
* t0109: "function" is a bash-ismJohn Keeping2013-05-131-1/+1
* New mailing list.Jason A. Donenfeld2013-05-131-2/+3
* ui-snapshot: do not access $HOMEJason A. Donenfeld2013-04-302-0/+10
* t0001: validate Git -rcN version numbers correctlyJohn Keeping2013-04-271-1/+6
* git: update to 1.8.2.2John Keeping2013-04-272-1/+1
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-171-0/+2
* t0001: ignore ".dirty" suffix on Git versionJohn Keeping2013-04-151-1/+1
* tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping2013-04-151-0/+1
* t0109: test more URLsJohn Keeping2013-04-151-4/+20
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-101-9/+11
* ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer2013-04-101-2/+6
* t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer2013-04-101-4/+10
* tests/: Do not use `sed -i`Lukas Fleischer2013-04-102-5/+8
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-105-22/+46
* t0109: chain operations with &&John Keeping2013-04-101-1/+1
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-101-2/+4
* t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer2013-04-091-1/+1
* tests: Make sure that git does not access $HOMEJason A. Donenfeld2013-04-081-0/+25
* tests/.gitignore: update for using Git's test infrastructureJohn Keeping2013-04-082-3/+3
* tests: use Git's test frameworkJohn Keeping2013-04-0813-291/+239
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-083-2/+24
* use struct strbuf instead of static buffersJohn Keeping2013-04-0812-243/+305
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-082-3/+3
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-0811-45/+57
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-082-0/+8
* html.c: add various strbuf and varadic helpersJohn Keeping2013-04-083-4/+63
* Mark char* fields in struct cgit_page as constJohn Keeping2013-04-082-7/+8
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-084-18/+25
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-081-29/+27
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-081-6/+0
* html.c: Replace strdup() with xstrdup()Lukas Fleischer2013-04-081-5/+2
* Always #include corresponding .h in .c filesJohn Keeping2013-04-0822-8/+20
* cgit.mk: fix dependency handlingJohn Keeping2013-04-081-0/+8
* Makefile: re-include cgit.conf in cgit.mkJohn Keeping2013-04-081-0/+2
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-081-15/+10
* Maŕk cgit_environment members constLukas Fleischer2013-04-082-12/+12
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-083-9/+9
* Update git to v1.8.2.1John Keeping2013-04-084-5/+6
* ui-blob: don't segfault when no path is givenJohn Keeping2013-04-071-1/+1
* Convert pager navigation into a unordered listLukas Fleischer2013-03-203-9/+20
* Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld2013-03-201-1/+1
* ui-summary.c: Move urls variable into print_urls()Lukas Fleischer2013-03-201-6/+14
* Fix colspan valuesLukas Fleischer2013-03-203-14/+28
* html: check return value of writeJason A. Donenfeld2013-03-201-2/+3
* ui-shared: squelch compiler warning.Jason A. Donenfeld2013-03-201-0/+1
* cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping2013-03-201-1/+1
* cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping2013-03-201-1/+8
* ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping2013-03-201-1/+1
* Makefile: re-use Git's Makefile where possibleJohn Keeping2013-03-203-119/+80
* tests: check that Git version are in syncJohn Keeping2013-03-201-0/+36
* Merge branch 'wip'Jason A. Donenfeld2013-03-2018-111/+125
|\
| * cgit_print_snapshot_links(): Free prefix variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-041-0/+1
| * cgit_print_tree(): Free curr_rev after usageLukas Fleischer2013-03-041-2/+6
| * find_default_branch(): Free refmatch after usageLukas Fleischer2013-03-041-0/+8
| * print_tag_downloads(): Free ref variableLukas Fleischer2013-03-041-1/+7
| * Free reflists after usageLukas Fleischer2013-03-043-0/+41
| * ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer2013-03-041-39/+0
| * ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer2013-03-041-12/+0
| * Mark several functions/variables staticLukas Fleischer2013-03-0414-60/+64
* | ui-shared: fix return type of cgit_self_linkJohn Keeping2013-03-201-41/+42
|/
* t0107-snapshot: add tests for ZIP archivesJohn Keeping2013-03-041-2/+37
* tests: make whitespace consistentJohn Keeping2013-03-043-14/+17
* tests: "grep -e" is not portable to all platformsJohn Keeping2013-03-048-55/+55
* Makefile: Disable gettext in the Git submoduleLukas Fleischer2013-03-041-1/+1
* Makefile: improve dependency generationJamie Couture2013-03-041-70/+82
* cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer2013-03-041-2/+2
* ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-22/+29
* ui-tree.c: Drop the header variableLukas Fleischer2013-03-041-6/+2
* ui-tree.c: Declare the state variable globallyLukas Fleischer2013-03-041-1/+2
* ui-tree.c: Pass current revision to print_object()Lukas Fleischer2013-03-041-3/+3
* ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-13/+20
* ui-plain.c: Do not access match variable in print_*()Lukas Fleischer2013-03-041-12/+14
* ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-16/+26
* ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld2013-03-041-0/+1
* White space around control verbs.Jason A. Donenfeld2013-03-0416-42/+42
* Fix several whitespace errorsLukas Fleischer2013-03-0414-99/+99
* Update git to v1.7.12.4John Keeping2013-03-021-0/+0
* Update git to v1.7.9.7John Keeping2013-03-022-1/+1
* Update git to v1.7.8.6John Keeping2013-03-021-0/+0
* Update git to v1.7.7.7John Keeping2013-03-023-25/+38
* Update git to v1.7.6.5John Keeping2013-03-024-12/+43
* Update git to v1.7.5.4John Keeping2013-03-023-6/+6
* Print submodule revision next to submodule linkstfn2013-03-021-0/+1
* Support unannotated tags in git-clone.Jason A. Donenfeld2013-02-011-4/+2
* ssdiff: correctly manage tab expansionJulius Plenz2013-02-011-2/+1
* Make "owner" column on index page configurableFlorian Pritz2013-02-014-7/+20
* man: fix up default value duplicationJason A. Donenfeld2012-11-151-2/+2
* CGIT-0.9.1 v0.9.1Jason A. Donenfeld2012-11-151-1/+1
* man: show mime type default valueJason A. Donenfeld2012-11-151-0/+1
* ssdiff: point line links at exact blob by prepending "id="Julius Plenz2012-11-151-2/+2
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-152-14/+22
* Makefile: get snapshots from githubFerry Huberts2012-11-041-2/+2
* Makefile: remove tags fileJamie Couture2012-10-311-1/+1
* ui-shared: use placeholder for empty commit subjectChristian Franke2012-10-281-1/+4
* syntax-highlighting.sh: Fix command injection.Jason A. Donenfeld2012-10-271-2/+2
* Fix man page typo.Jason A. Donenfeld2012-10-181-2/+2
* Makefile: Support OpenBSD just like FreeBSDJason A. Donenfeld2012-10-171-2/+2
* Makefile: support FreeBSD libiconv pathsJason A. Donenfeld2012-10-171-0/+7
* tests: check for proper html entityJason A. Donenfeld2012-10-171-1/+1
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-178-6/+40
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-174-3/+13
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-175-58/+36
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-172-8/+8
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-164-7/+7
* repo_config: do not let globals override repo settingsTobias Bieniek2012-10-161-3/+3
* README: times, they are a-changinJason A. Donenfeld2012-10-091-1/+1
* syntax-highlight: when the file has no extension, assume textFerry Huberts2012-10-091-1/+4
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-091-2/+4
* Revert "filters/syntax-highlighting.sh: work around highlight --force bug"Ferry Huberts2012-10-091-17/+0
* Makefile: add tag target to generate ctagsJamie Couture2012-10-081-1/+5
* ui-repolist: Bold the currently viewed page.Jamie Couture2012-10-082-4/+11
* do not write outside heap bufferJim Meyering2012-10-021-0/+2
* ui-snapshot: pass -n to gzip, to suppress timestampJason A. Donenfeld2012-09-271-8/+10
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-123-2/+3
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-124-5/+37
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-124-0/+14
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-124-7/+28
* css: only use div#cgitFerry Huberts2012-03-201-4/+1
* Merge branch 'fh/mimetypes'Lars Hjemli2012-03-184-1/+65
|\
| * ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts2011-07-194-1/+65
* | Merge branch 'jp/defbranch'Lars Hjemli2012-03-184-4/+18
|\ \
| * | ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli2011-07-191-1/+2
| * | cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli2011-06-201-26/+6
| * | Only guess default branch when a repo page is requestedLars Hjemli2011-06-203-38/+34
| * | guess default branch from HEADJulius Plenz2011-06-202-1/+38
* | | Merge branch 'lh/module-links'Lars Hjemli2012-03-188-15/+85
|\ \ \
| * | | Do not provide a default value for `module-link`Lars Hjemli2011-06-152-2/+1
| * | | ui-plain.c: add support for path-selected submodule linksLars Hjemli2011-06-151-3/+6
| * | | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-157-10/+78
* | | | Merge branch 'stable'Lars Hjemli2012-03-183-3/+31
|\ \ \ \
| * | | | filters/syntax-highlighting.sh: work around highlight --force bugFerry Huberts2012-03-181-0/+17
| * | | | filters/highlight.sh: manually support highlight version 2 and 3Ferry Huberts2012-03-181-0/+11
| * | | | tests: properly quote arguments to printfFerry Huberts2012-03-181-1/+1
| * | | | tests: handle paths with whitespaceFerry Huberts2012-03-182-2/+2
* | | | | css: force text color to black on decorationsFerry Huberts2012-03-181-0/+4
* | | | | css: vertically align the cgit logo imageFerry Huberts2012-03-181-0/+1
* | | | | css: prefix all styles with div#cgitFerry Huberts2012-03-181-169/+169
* | | | | Merge branch 'stable'Lars Hjemli2012-03-181-1/+1
|\| | | |
| * | | | CGIT-0.9.0.3 v0.9.0.3Lars Hjemli2012-03-181-1/+1
* | | | | Merge branch 'stable'Lars Hjemli2012-03-182-7/+5
|\| | | |
| * | | | segfault fix on some bogus requestsEric Wong2012-03-181-2/+2
| * | | | use correct type for sizeofJamie Couture2012-03-181-1/+1
| * | | | ui-ssdiff.c: correct length check for LCS tableEric Wong2012-01-081-4/+2
* | | | | Merge branch 'stable'Lars Hjemli2012-01-031-1/+1
|\| | | |
| * | | | Fix segmentation fault in empty repositoryJohn Keeping2012-01-031-1/+1
* | | | | Merge branch 'stable'Lars Hjemli2012-01-032-3/+3
|\| | | |
| * | | | Makefile: fetch git tarballs from http://hjemli.net/git/git/Lars Hjemli2012-01-031-1/+1
| * | | | fix css color value and vertical-align valueNorberto Lopes2012-01-031-2/+2
* | | | | ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen2012-01-031-3/+1
* | | | | Merge branch 'stable'Lars Hjemli2012-01-039-17/+68
|\| | | |
| * | | | Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-033-2/+3
| * | | | ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller2012-01-031-0/+3
| * | | | Add sort parameter to pager of repo listTobias Grimm2012-01-033-13/+19
| * | | | ui-ssdiff: move LCS table away from the stackJamie Couture2012-01-032-2/+43
* | | | | shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-032-2/+2
* | | | | shared.c: Remove unused "linux/limits.h" includeLukas Fleischer2012-01-031-1/+0
* | | | | Merge branch 'stable'Lars Hjemli2011-07-222-5/+7
|\| | | |
| * | | | Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-221-4/+6
| * | | | Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-221-1/+1
* | | | | Merge branch 'stable'Lars Hjemli2011-07-212-3/+3
|\| | | |
| * | | | CGIT 0.9.0.2 v0.9.0.2Lars Hjemli2011-07-211-1/+1
| * | | | html.c: avoid out-of-bounds access for url_escape_tableEric Wong2011-07-211-2/+2
* | | | | Merge branch 'stable'Lars Hjemli2011-07-211-0/+1
|\| | | | | |_|_|/ |/| | |
| * | | tests: fix failures when CDPATH is setFerry Huberts2011-07-211-0/+1
* | | | Makefile: fix oversight of not using $(DESTDIR) in uninstallFerry Huberts2011-07-191-3/+3
* | | | commit-links.sh: improve regular expressionsFerry Huberts2011-07-191-2/+5
| |_|/ |/| |
* | | Merge branch 'stable'Lars Hjemli2011-06-181-1/+5
|\| | | |/ |/|
| * cgit.c: improve error message when git repo cannot be accessedLars Hjemli2011-06-181-1/+5
* | Merge branch 'stable'Lars Hjemli2011-06-151-0/+6
|\|
| * cgitrc.5.txt: document repo.module-linkLars Hjemli2011-06-151-0/+6
* | Merge branch 'lh/clone-url'Lars Hjemli2011-06-1311-16/+40
|\ \
| * | cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-137-4/+26
| * | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-138-12/+14
|/ /
* | cgitrc.5.txt: reformat the "FILTER API" sectionLars Hjemli2011-06-131-26/+24
* | Merge branch 'stable'Lars Hjemli2011-06-131-4/+26
|\|
| * cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli2011-06-131-4/+26
* | Merge branch 'stable'Lars Hjemli2011-06-131-16/+6
|\|
| * README: update some stale information/add some newLars Hjemli2011-06-131-16/+6
* | Merge branch 'stable'Lars Hjemli2011-06-131-1/+1
|\|
| * CGIT 0.9.0.1 v0.9.0.1Lars Hjemli2011-06-131-1/+1
* | Merge branch 'stable'Lars Hjemli2011-06-121-19/+46
|\|
| * ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli2011-06-121-19/+46
* | Merge branch 'stable'Lars Hjemli2011-06-061-0/+2
|\|
| * scan-tree.c: avoid memory leakJamie Couture2011-06-061-0/+2
* | Merge branch 'stable'Lars Hjemli2011-06-023-12/+1
|\|
| * ui-log.c: do not link from age columnLars Hjemli2011-06-022-10/+1
| * ui-snapshot.c: remove debug cruftLars Hjemli2011-06-021-2/+0
* | ui-stats.c: fix invalid htmlLars Hjemli2011-05-301-1/+1
* | Merge branch 'stable'Lars Hjemli2011-05-301-1/+3
|\|
| * Properly escape ampersands inside HTML attributesLukas Fleischer2011-05-301-1/+3
* | ui_repolist: get modtime from packed-refs as fallbackFerry Huberts2011-05-301-3/+12
* | Merge branch 'lh/panel'Lars Hjemli2011-05-238-62/+124
|\ \
| * | ui-stats.c: create a control panel for stat optionsLars Hjemli2011-03-071-24/+27
| * | ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-065-38/+88
| * | html.c: add html_intoption()Lars Hjemli2011-03-062-0/+9
* | | Merge branch 'fh/filter-api'Lars Hjemli2011-05-2311-21/+127
|\ \ \
| * | | shared.c: use execvp() to execute filter commandsLars Hjemli2011-03-261-56/+10
| * | | filters: document environment variables in filter scriptsFerry Huberts2011-03-263-5/+64
| * | | cgit_open_filter: hand down repo configuration to scriptFerry Huberts2011-03-261-1/+77
| * | | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-267-9/+9
| * | | new_filter: determine extra_args from filter typeFerry Huberts2011-03-262-7/+24
| |/ /
* | | Merge branch 'stable'Lars Hjemli2011-05-239-29/+61
|\ \ \ | | |/ | |/|
| * | fix virtual-root if script-name is ""Mark Lodato2011-05-231-1/+4
| * | ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli2011-05-231-1/+1
| * | Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-231-2/+6
| * | Avoid null pointer dereference in reencode().Lukas Fleischer2011-05-231-1/+4
| * | Fix memory leak in http_parse_querystring().Lukas Fleischer2011-05-231-2/+3
| * | Remove unused variable from cgit_diff_tree().Lukas Fleischer2011-05-231-3/+2
| * | shared.c: do not modify const memoryLars Hjemli2011-05-231-11/+3
| * | tests: add tests for links with space in path and/or argsLars Hjemli2011-05-233-3/+19
| * | tests/setup.sh: add support for known bugsLars Hjemli2011-05-231-1/+13
| * | Fix escaping of paths with spacesJonathon Mah2011-05-231-4/+6
* | | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-145-23/+40
|\ \ \
| * | | Return 404 on command not foundDan McGee2011-02-191-1/+3
| * | | Allow disabling of HTTP clone URLsDan McGee2011-02-193-0/+14
| * | | Add is_clone flag to available commandsDan McGee2011-02-192-22/+23
* | | | Merge branch 'stable'Lars Hjemli2011-03-262-11/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Add advice about scan-path in cgitrc.5.txtJulius Plenz2011-03-261-2/+3