]> git.cameronkatri.com Git - cgit.git/history - cgit.c
Add option to disable pager to cgit_print_log().
[cgit.git] / cgit.c
2007-05-31 Ondrej JirmanAdd option to disable pager to cgit_print_log().
2007-05-20 Lars HjemliMerge branch 'repogroups'
2007-05-20 Lars HjemliMerge branch 'virtual-url'
2007-05-18 Lars HjemliEnable url=value querystring parameter
2007-05-18 Lars HjemliMove cgit_get_repoinfo into shared.c
2007-05-15 Lars HjemliAdd support for commitdiff via h parameter
2007-05-15 Lars HjemliChange commit-view to expect h parameter, not id
2007-05-15 Lars HjemliEnable default value for head parameter
2007-05-14 Lars HjemliDon't hardcode urls when SCRIPT_NAME is available
2007-05-14 Lars HjemliLet makefile override the configfile location
2007-05-14 Lars Hjemlicgit.c: fix whitespace breakage
2007-05-14 Lars HjemliAdd log filtering by path and link to it from tree...
2007-05-13 Lars HjemliAdd commitdiff between commit and each of it's parent
2007-05-13 Lars HjemliAdd max-commit-count parameter to cgitrc
2007-05-08 Lars HjemliAdd support for downloading single blobs
2007-05-08 Lars Hjemliui-view: show pathname if specified in querystring
2007-02-20 Lars HjemliLayout update
2007-02-08 Lars HjemliMake snapshot feature configurable
2007-02-08 Lars HjemliAdd support for snapshots
2007-02-04 Lars HjemliRead repo-info from /etc/cgitrc
2007-01-11 Lars HjemliWIP: add paths/backlinks to tree/blobview
2007-01-11 Lars HjemliRemove troublesome chars from cachefile names
2007-01-11 Lars HjemliMove cache_prepare() to cgit
2007-01-05 Lars HjemliUse TTL-settings even in nocache mode
2006-12-28 Lars HjemliAdd basic log filtering
2006-12-28 Lars HjemliAdd generic support for search box in page header
2006-12-20 Lars HjemliAdd basic diff view
2006-12-16 Lars HjemliAllow relative paths for cgit_cache_root
2006-12-16 Lars HjemliAdd argument parsing + switch for uncached operation
2006-12-15 Lars HjemliAdd ui-commit.c + misc ui cleanups
2006-12-13 Lars HjemliAdd simple pager to log page
2006-12-12 Lars HjemliAdd display of tree content w/ui-tree.c
2006-12-11 Lars HjemliDon't truncate valid cachefiles
2006-12-11 Lars HjemliMove global variables + callback functions into shared.c
2006-12-11 Lars HjemliMove functions for generic object output into ui-view.c
2006-12-11 Lars HjemliMove log-functions into ui-log.c
2006-12-11 Lars HjemliMove repo summary functions into ui-summary.c
2006-12-11 Lars HjemliMove functions for repolist output into ui-repolist.c
2006-12-11 Lars HjemliMove common output-functions into ui-shared.c
2006-12-11 Lars HjemliRename config.c to parsing.c + move cgit_parse_query...
2006-12-11 Lars HjemliAvoid infinite loops in caching layer
2006-12-11 Lars HjemliFix cache algorithm loophole
2006-12-10 Lars HjemliAdd version identifier in generated files
2006-12-10 Lars HjemliAdd license file and copyright notices
2006-12-10 Lars HjemliAdd caching infrastructure
2006-12-09 Lars HjemliImport cgit prototype from git tree