summaryrefslogtreecommitdiffstatshomepage
path: root/shared.c (follow)
Commit message (Expand)AuthorAgeLines
* ui-plain: add enable-html-serving flagJason A. Donenfeld2016-01-14-0/+1
* git: update to v2.7.0Christian Hesse2016-01-13-2/+2
* Avoid use of non-reentrant functionsJason A. Donenfeld2015-10-09-3/+3
* mime: rewrite detection functionJason A. Donenfeld2015-08-17-36/+26
* refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse2015-08-17-28/+37
* move get_mimetype_from_file() to sharedChristian Hesse2015-08-17-0/+40
* Remove redundant includesJohn Keeping2015-08-13-1/+0
* shared: make cgit_diff_tree_cb publicJohn Keeping2015-08-12-2/+2
* git: update to v2.5.0Christian Hesse2015-08-12-4/+4
* shared: make some variables 'static'John Keeping2015-03-09-2/+2
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-29-0/+3
* repolist: add owner-filterChris Burroughs2014-12-23-0/+1
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-20-0/+1
* filter: add support for email filterJason A. Donenfeld2014-01-14-0/+1
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-10-35/+0
* filter: make exit status localJason A. Donenfeld2014-01-10-3/+4
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-10-11/+12
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-10-1/+1
* Update copyright informationLukas Fleischer2014-01-08-1/+1
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-22-5/+4
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-10-0/+1
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-08-0/+6
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-08-0/+15
* Free reflists after usageLukas Fleischer2013-03-04-0/+36
* Mark several functions/variables staticLukas Fleischer2013-03-04-6/+6
* White space around control verbs.Jason A. Donenfeld2013-03-04-4/+4
* Fix several whitespace errorsLukas Fleischer2013-03-04-7/+7
* Update git to v1.7.5.4John Keeping2013-03-02-5/+5
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17-0/+1
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-17-1/+2
* Merge branch 'jp/defbranch'Lars Hjemli2012-03-18-1/+0
|\
| * Only guess default branch when a repo page is requestedLars Hjemli2011-06-20-1/+0
* | Merge branch 'lh/module-links'Lars Hjemli2012-03-18-0/+1
|\ \
| * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-15-0/+1
| |/
* | shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-03-1/+1
* | shared.c: Remove unused "linux/limits.h" includeLukas Fleischer2012-01-03-1/+0
|/
* cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-13-0/+1
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13-4/+3
* Merge branch 'fh/filter-api'Lars Hjemli2011-05-23-1/+31
|\
| * shared.c: use execvp() to execute filter commandsLars Hjemli2011-03-26-57/+11
| * cgit_open_filter: hand down repo configuration to scriptFerry Huberts2011-03-26-1/+77
| * cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26-1/+1
* | Remove unused variable from cgit_diff_tree().Lukas Fleischer2011-05-23-3/+2
* | shared.c: do not modify const memoryLars Hjemli2011-05-23-11/+3
|/
* ui-log: Implement support for commit graphsJohan Herland2010-11-16-0/+1
* ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-09-2/+2
* Add support for "readme" optionLars Hjemli2010-08-22-1/+1
* Merge branch 'jh/ignorews'Lars Hjemli2010-07-18-3/+8
|\
| * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18-3/+8
* | Merge branch 'lh/macros'Lars Hjemli2010-07-18-0/+71
|\ \