aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
Commit message (Expand)AuthorAge
* Enable url=value querystring parameterLars Hjemli2007-05-18
* Move cgit_get_repoinfo into shared.cLars Hjemli2007-05-18
* Add support for commitdiff via h parameterLars Hjemli2007-05-16
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-16
* Enable default value for head parameterLars Hjemli2007-05-16
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-15
* Let makefile override the configfile locationLars Hjemli2007-05-14
* cgit.c: fix whitespace breakageLars Hjemli2007-05-14
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-14
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-13
* Add max-commit-count parameter to cgitrcLars Hjemli2007-05-13
* Add support for downloading single blobsLars Hjemli2007-05-09
* ui-view: show pathname if specified in querystringLars Hjemli2007-05-08
* Layout updateLars Hjemli2007-02-21
* Make snapshot feature configurableLars Hjemli2007-02-08
* Add support for snapshotsLars Hjemli2007-02-08
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-12
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-12
* Move cache_prepare() to cgitLars Hjemli2007-01-12
* Use TTL-settings even in nocache modeLars Hjemli2007-01-05
* Add basic log filteringLars Hjemli2006-12-28
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Add basic diff viewLars Hjemli2006-12-20
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-16
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-16
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16
* Add simple pager to log pageLars Hjemli2006-12-14
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-13
* Don't truncate valid cachefilesLars Hjemli2006-12-11
* Move global variables + callback functions into shared.cLars Hjemli2006-12-11
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-11
* Move log-functions into ui-log.cLars Hjemli2006-12-11
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-11
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-11
* Move common output-functions into ui-shared.cLars Hjemli2006-12-11
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-11
* Avoid infinite loops in caching layerLars Hjemli2006-12-11
* Fix cache algorithm loopholeLars Hjemli2006-12-11
* Add version identifier in generated filesLars Hjemli2006-12-10
* Add license file and copyright noticesLars Hjemli2006-12-10
* Add caching infrastructureLars Hjemli2006-12-10
* Import cgit prototype from git treeLars Hjemli2006-12-09