aboutsummaryrefslogtreecommitdiffstats
path: root/shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-171-1/+2
* Merge branch 'jp/defbranch'Lars Hjemli2012-03-181-1/+0
|\
| * Only guess default branch when a repo page is requestedLars Hjemli2011-06-201-1/+0
* | Merge branch 'lh/module-links'Lars Hjemli2012-03-181-0/+1
|\ \
| * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-151-0/+1
| |/
* | shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-031-1/+1
* | shared.c: Remove unused "linux/limits.h" includeLukas Fleischer2012-01-031-1/+0
|/
* cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-131-0/+1
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-131-4/+3
* Merge branch 'fh/filter-api'Lars Hjemli2011-05-231-1/+31
|\
| * shared.c: use execvp() to execute filter commandsLars Hjemli2011-03-261-57/+11
| * 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-261-1/+1
* | 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
|/
* ui-log: Implement support for commit graphsJohan Herland2010-11-161-0/+1
* ui-log: Fix filecount/linecount when path limit is in effectJohan Herland2010-11-091-2/+2
* Add support for "readme" optionLars Hjemli2010-08-221-1/+1
* Merge branch 'jh/ignorews'Lars Hjemli2010-07-181-3/+8
|\
| * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-181-3/+8
* | Merge branch 'lh/macros'Lars Hjemli2010-07-181-0/+71
|\ \
| * | Add support for environment variable expansionLars Hjemli2010-03-221-0/+71
* | | Merge branch 'jh/context-lines'Lars Hjemli2010-06-221-2/+3
|\ \ \ | | |/ | |/|
| * | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-191-2/+3
* | | Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-1/+0
|\| |
| * | Remove unused variable in shared.cJohan Herland2010-06-191-1/+0
| |/
* | Merge branch 'sn/subject-link'Lars Hjemli2010-06-191-0/+1
|\ \
| * | Optionally generate verbose parent linksLars Hjemli2010-02-271-0/+1
| |/
* | Merge branch 'stable'Lars Hjemli2010-04-081-0/+8
|\ \ | |/ |/|
| * shared.c: avoid memory leak during diffLars Hjemli2010-04-081-0/+8
* | Add support for remote branchesLars Hjemli2009-11-071-0/+1
|/
* shared.c: return original errnoLars Hjemli2009-11-071-3/+5
* Close fd on error in readfile()Rys Sommefeldt2009-11-071-2/+7
* shared.c: initialize cgit_repo structs properlyLars Hjemli2009-08-241-0/+1
* Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-241-1/+1
* Add and use a common readfile() functionLars Hjemli2009-08-181-0/+21
* Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli2009-08-091-0/+1
* Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-091-0/+2
* Add generic filter/plugin infrastructureLars Hjemli2009-07-311-0/+35
* shared.c: avoid SEGFAULT when checking for binary buffersLars Hjemli2009-02-011-2/+2
* Handle binary files in diffsLars Hjemli2009-01-311-2/+11
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-0/+1
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-1/+1
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+1
* | shared.c: future-proof usage of git diff-structuresLars Hjemli2008-12-261-1/+3
* | ui-repolist: implement lazy caching of repo->mtimeLars Hjemli2008-11-291-0/+1
|/
* Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-081-12/+0
* Move cgit_version from shared.c to cgit.cLars Hjemli2008-03-241-2/+0
* Move non-generic functions from shared.c to cgit.cLars Hjemli2008-03-241-151/+1
* Refactor snapshot supportLars Hjemli2008-03-241-0/+27