summaryrefslogtreecommitdiff
path: root/shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * added a chk_non_negative checkMichael Krelin2007-07-201-0/+7
* | Add ui-tag.cLars Hjemli2007-07-221-1/+1
|/
* Merge branch 'lh/menu'Lars Hjemli2007-06-291-1/+26
|\
| * Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-261-1/+23
| * Add setting to enable/disable extra links on index pageLars Hjemli2007-06-191-0/+3
* | Add version info from git-describeLars Hjemli2007-06-181-0/+2
|/
* Add cgit_diff_link()Lars Hjemli2007-06-171-1/+1
* ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-161-1/+2
* Implemented configurable HEAD shortlog on summary page.Ondrej Jirman2007-05-311-0/+3
* Add repo.readme parameterLars Hjemli2007-05-231-1/+7
* Show time since last change on index pageLars Hjemli2007-05-221-0/+3
* Merge branch 'repogroups'Lars Hjemli2007-05-201-0/+4
|\
td/> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli9-837/+50 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout updateLars Hjemli9-32/+127 2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22 Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli8-8/+153 Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2v0.2Lars Hjemli1-1/+1 Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37 This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli1-21/+32 Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37 There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120 This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6 When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>