aboutsummaryrefslogtreecommitdiffstats
path: root/shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared.c: avoid memory leak during diffLars Hjemli2010-04-081-0/+8
* 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
* Add command dispatcherLars Hjemli2008-03-241-13/+0
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-0/+3
* Introduce html.hLars Hjemli2008-03-181-2/+0
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-31/+30
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-75/+63
* Introduce struct cgit_contextLars Hjemli2008-02-161-29/+14
* Use GIT-1.5.4.rc4Lars Hjemli2008-01-211-1/+1
* Merge branch 'stable'Lars Hjemli2008-01-131-1/+1
|\
| * Default repo description to "[no description]"Evan Martin2007-12-031-1/+1
* | Add plain patch viewLars Hjemli2007-12-111-1/+1
* | Add support for automatic and custom clone urlsLars Hjemli2007-12-031-0/+5
* | Add support for "robots" meta-tagLars Hjemli2007-11-111-0/+3
* | Merge branch 'stable'Lars Hjemli2007-11-081-2/+4
|\|
| * Support "/" as virtual-rootLars Hjemli2007-11-081-2/+4
* | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-051-0/+2
|/
* Change the cgit layoutLars Hjemli2007-10-301-0/+31
* Add config param 'index-info'Lars Hjemli2007-10-301-0/+3
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-0/+3
* Add support for refs viewLars Hjemli2007-10-271-1/+1
* Add support for config param summary-branchesLars Hjemli2007-10-271-0/+3
* Add support for config param summary-tagsLars Hjemli2007-10-271-0/+3
* Add functions and types for ref listsLars Hjemli2007-10-271-0/+41
* Add prefix parameter to cgit_diff_tree()Lars Hjemli2007-10-011-2/+9
* Add support for a renamelimit option in cgitrcLars Hjemli2007-09-251-0/+4
* Use trim_end() to remove trailing slashesLars Hjemli2007-09-201-3/+3
* Remove a few compiler warningsLars Hjemli2007-09-201-1/+2
* Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel2007-09-081-1/+1
* Set xdemitconf_t.findfunc=NULLLars Hjemli2007-09-041-0/+1
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-221-2/+9
|\
| * allow selective enabling of snapshotsMichael Krelin2007-07-211-2/+2