about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | fix two encoding bugsJulius Plenz2011-03-261-9/+15
* | | | make enable-log-linecount independent of -filecountJulius Plenz2011-03-261-15/+14
|/ / /
* | | new_filter: correctly initialise all arguments for a new filterFerry Huberts2011-03-261-2/+4
* | | source_filter: fix a memory leakFerry Huberts2011-03-261-0/+2
* | | cgitrc.5: tar.xz is a supported snapshot formatLars Hjemli2011-03-261-1/+2
* | | Fix crash when projectsfile cannot be openedStefan Gehn2011-03-261-0/+1
| |/ |/|
* | CGIT 0.9 v0.9Lars Hjemli2011-03-051-1/+1
* | Update READMELars Hjemli2011-03-051-8/+1
* | ui-diff.c: avoid html injectionLukasz Janyst2011-03-051-2/+5
* | Merge branch 'stable'Lars Hjemli2011-03-054-6/+7
|\ \
| * | CGIT 0.8.3.5 v0.8.3.5Lars Hjemli2011-03-051-1/+1
| * | Avoid trailing slash in virtual-rootLars Hjemli2011-03-051-2/+3
| * | do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering2011-03-051-1/+1
| * | ui-shared: silence warningBernhard Reutner-Fischer2011-02-191-1/+1
| * | Makefile: Make `make get-git` work under OpenBSD.Lukas Fleischer2011-02-191-1/+1
* | | Merge branch 'br/misc'Lars Hjemli2011-02-199-17/+74
|\ \ \
| * | | Use transparent background for the cgit logoBernhard Reutner-Fischer2011-02-191-0/+0
| * | | ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-194-11/+43
| * | | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-194-6/+31
| | |/ | |/|
* | | Merge branch 'jh/scan-path'Lars Hjemli2011-02-194-9/+23
|\ \ \
| * | | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-194-0/+14
| * | | scan_path(): Improve handling of inaccessible directoriesJohan Herland2010-11-161-9/+9
| |/ /
* | | Merge branch 'jh/graph'Lars Hjemli2011-02-199-49/+219
|\ \ \
| * | | ui-log: Move 'Age' column when commit graph is presentJohan Herland2010-11-161-12/+30
| * | | ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-164-8/+35
| * | | ui-log: Colorize commit graphJohan Herland2010-11-162-0/+43
| * | | ui-log: Implement support for commit graphsJohan Herland2010-11-166-23/+112
| * | | ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-162-25/+18
* | | | Merge branch 'lh/improve-range-search'Lars Hjemli2011-02-195-13/+118
|\| | |
| * | | html.c: use '+' to escape spaces in urlsLars Hjemli2010-11-101-2/+2
| * | | ui-log.c: improve handling of range-search argumentLars Hjemli2010-11-101-11/+60
| * | | Add vector utility functionsLars Hjemli2010-11-103-0/+56
* | | | Use GIT-1.7.4Lars Hjemli2011-02-192-1/+1
| |/ / |/| |
* | | ui-stats: Remove unnecessary #includeJohan Herland2010-11-161-2/+0
* | | Merge branch 'tz/make-improvements'Lars Hjemli2010-11-103-13/+77
|\ \ \ | |/ / |/| |
| * | Use example.com in documentation, per RFC 2606Todd Zullinger2010-09-191-5/+5
| * | cgit.css: Add syntax highlighting entriesTodd Zullinger2010-09-191-1/+15
| * | Install filter scriptsTodd Zullinger2010-09-191-0/+4
| * | Add Makefile targets to install/uninstall docsTodd Zullinger2010-09-191-1/+38
| * | Generalize doc generationTodd Zullinger2010-09-191-7/+16
* | | ui-log: Prevent crash when given empty range searchJohan Herland2010-11-101-1/+1
* | | Makefile: avoid spurious rebuilds of git sources due to `sudo make`Lars Hjemli2010-11-101-0/+2
* | | ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-093-4/+5
* | | Add `strict-export` optionFelix Hanley2010-11-084-0/+14
* | | Fix a typo in README, s/ExecCGI/+ExecCGIKamil Kaminski2010-11-081-1/+1
* | | Append path and branch to atom feed titleLars Hjemli2010-11-071-0/+8
* | | Use committer date for atom feed entry updated elementChris Mayo2010-11-071-1/+1
* | | Merge branch 'stable'Lars Hjemli2010-11-070-0/+0
|\ \ \ | | |/ | |/|
| * | Use absolute path for scanned repo readmeDean Scarff2010-11-071-1/+1
* | | Makefile: add -MP optionLars Hjemli2010-11-071-1/+1
* | | Merge branch 'stable'Lars Hjemli2010-09-271-1/+1
|\| |
| * | CGIT 0.8.3.4 v0.8.3.4Lars Hjemli2010-09-271-1/+1
| * | Use GIT-1.7.3Lars Hjemli2010-09-275-8/+8
* | | Merge branch 'stable'Lars Hjemli2010-09-191-2/+2
|\| | | |/ |/|
| * RSS items should always use UTC timesAaron Griffin2010-09-191-2/+2
* | Merge branch 'ml/bugfix'Lars Hjemli2010-09-1912-30/+42
|\ \
| * | prefer html_raw() to write()Mark Lodato2010-09-043-12/+12
| * | ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato2010-09-041-6/+0
| * | fix errors in printf-style format stringsMark Lodato2010-09-046-12/+25
| * | use __attribute__ to catch printf format mistakesMark Lodato2010-09-043-0/+5
* | | Merge branch 'lh/section-from-path'Lars Hjemli2010-09-194-6/+45
|\ \ \
| * | | Add support for 'section-from-path' optionLars Hjemli2010-08-224-6/+45
* | | | Merge branch 'lh/readme'Lars Hjemli2010-09-196-24/+43
|\ \ \ \
| * | | | Add support for "readme" optionLars Hjemli2010-08-226-24/+43
| |/ / /
* | / / Use GIT-1.7.3Lars Hjemli2010-09-192-1/+1
| |/ / |/| |
* | | Merge branch 'stable'Lars Hjemli2010-09-011-0/+1
|\ \ \ | | |/ | |/|
| * | ui-snapshot: actually compress zip archivesLars Hjemli2010-09-011-0/+1
* | | Merge branch 'stable'Lars Hjemli2010-08-292-4/+7
|\| | | |/ |/|
| * html: fix strcpy bug in convert_query_hexcharMark Lodato2010-08-291-4/+5
| * t0108-patch: add 'tests_done' to endMark Lodato2010-08-291-0/+2
* | Use GIT-1.7.2.2Lars Hjemli2010-08-227-10/+10
* | Support refspecs in about-filter.Jason A. Donenfeld2010-08-205-7/+63
* | Merge branch 'jd/gitolite'Lars Hjemli2010-08-045-17/+116
|\ \