Commit Graph

93 Commits (b2a3d31e8839b53a623b4c99124c2c637d0e3cbb)

Author SHA1 Message Date
Stefan Naewe 0f0ab148c6 Added `local-time` option to cgitrc 17 years ago
Lars Hjemli 952f4ece29 Modify default value for a few cgitrc options 17 years ago
Lars Hjemli 25c84326de Be prepared for empty repositories 17 years ago
Lars Hjemli 502865a5ec Add a favicon option to cgitrc 17 years ago
Lars Hjemli de5e928171 Add support for including a footer on all pages 17 years ago
Michael Krelin 42effc9390 allow specification of directly linked blobs mimetypes 17 years ago
Lars Hjemli af2e75616d cache.c: do not ignore errors from print_slot() 17 years ago
Lars Hjemli c6078b8b00 Add a pager on the repolist 17 years ago
Lars Hjemli c6431a7150 Prepare for 'about site' page / add 'root-readme' option to cgitrc 17 years ago
Lars Hjemli 651ef79768 Make it possible for a single cmd to work both with and without a repo 17 years ago
Lars Hjemli 4c9916043d Re-enable 'index-info' and add support for 'root-desc' in cgitrc 17 years ago
Lars Hjemli 939d32fda7 Redesign the caching layer 17 years ago
Lars Hjemli 78031f92b0 Fix search in repo index even if caching is enabled 17 years ago
Lars Hjemli c6f747649a Reset ctx.repo to NULL when the config parser is finished 17 years ago
Lars Hjemli e87e896333 Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() 17 years ago
Lars Hjemli 20a33548b9 Move function for configfile parsing into configfile.[ch] 17 years ago
Lars Hjemli ee4056bd2c Add cache.h 17 years ago
Lars Hjemli dc3282f0ba Remove global and obsolete cgit_cmd 17 years ago
Lars Hjemli 92908af455 Move cgit_version from shared.c to cgit.c 17 years ago
Lars Hjemli 163037e79c Move non-generic functions from shared.c to cgit.c 17 years ago
Lars Hjemli a4d1ca1dc6 Add ui-shared.h 17 years ago
Lars Hjemli e0e4478e7b Add command dispatcher 17 years ago
Lars Hjemli b608e88adb Remove obsolete cacheitem parameter to ui-functions 17 years ago
Lars Hjemli f3c1a187fe Add struct cgit_page to cgit_context 17 years ago
Lars Hjemli b1f9b9c145 Introduce html.h 17 years ago
Lars Hjemli b88fb016d0 Improve initialization of git directory 17 years ago
Lars Hjemli d1f3bbe9d2 Move cgit_repo into cgit_context 17 years ago
Lars Hjemli b228d4ff82 Add all config variables into struct cgit_context 17 years ago
Lars Hjemli d14d77fe95 Introduce struct cgit_context 17 years ago
Lars Hjemli f80ff37a17 Handle missing default branch and error out on invalid branch names 18 years ago
Lars Hjemli 620bb3e5e4 Add plain patch view 18 years ago
Lars Hjemli 68ca032dbe Teach log search about --grep, --author and --committer 18 years ago
Lars Hjemli 7937d06090 Add support for refs view 18 years ago
Lars Hjemli 1a6025b7a5 Add prefix parameter to cgit_print_diff() 18 years ago
Lars Hjemli eb45342e73 cgit_print_snapshot_links: use url to specify snapshot name 18 years ago
Lars Hjemli 4e9107abfe Add ui-tag.c 18 years ago
Michael Krelin dc3c9b5bc4 allow selective enabling of snapshots 18 years ago
Michael Krelin 97c025ae8e shorten snapshot names to repo basename 18 years ago
Michael Krelin f97c707a3b add support for snapshot tarballs 18 years ago
Michael Krelin 51f6547879 make config adjustable via env variable CGIT_CONFIG 18 years ago
Lars Hjemli 7d6ee4ee8a Include querystring as part of cached filename for repo summary page 18 years ago
Lars Hjemli f69250358a Add version info from git-describe 18 years ago
Lars Hjemli 4a0be58666 Add cgit_diff_link() 18 years ago
Lars Hjemli cd79c16844 ui-log: honor id=sha1 on querystring 18 years ago
Lars Hjemli 42a7eb9c73 Add cgit_commit_link() + support for id=sha1 to commit view 18 years ago
Lars Hjemli ffc69736a6 ui-tree: unify with ui-view, use path to select tree/blob 18 years ago
Ondrej Jirman a922615dae Add option to disable pager to cgit_print_log(). 18 years ago
Lars Hjemli 30ccdcaa74 Enable url=value querystring parameter 18 years ago
Lars Hjemli 305414df12 Move cgit_get_repoinfo into shared.c 18 years ago
Lars Hjemli f9ff7df613 Add support for commitdiff via h parameter 18 years ago