summaryrefslogtreecommitdiff
path: root/ui-summary.c
AgeCommit message (Expand)Author
2015-08-17ui-summary: send images plain for about pageChristian Hesse
2015-08-14summary: move layout into page functionJohn Keeping
2015-08-14about: move layout into page functionsJohn Keeping
2015-08-13Remove redundant includesJohn Keeping
2015-03-09Avoid non-ANSI function declarationsJohn Keeping
2015-03-05cgit: show clone URLs for empty repoJason A. Donenfeld
2014-12-24ui-summary: add "rel='vcs-git'" to clone URL linksJohn Keeping
2014-12-24Extract clone URL printing to ui-shared.cJohn Keeping
2014-06-28git: update for git 2.0Christian Hesse
2014-04-17remove trailing whitespaces from source filesChristian Hesse
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-05-28ui-summary: do not free refJason A. Donenfeld
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld
2013-05-25ui-summary: Disallow directory traversalJason A. Donenfeld
2013-05-25readme: Accept multiple candidates and test them.Jason A. Donenfeld
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld
2013-05-25ui-summary: Use default branch for readme if : prefixJason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer
2013-03-20Fix colspan valuesLukas Fleischer
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland
2010-08-22Add support for "readme" optionLars Hjemli
2010-08-20Support refspecs in about-filter.Jason A. Donenfeld
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli
2008-10-05ui-summary: use html_url_path()Lars Hjemli
2008-07-27ui-summary: show clone urlsLars Hjemli
2008-04-28Prepare for 'about repo' pageLars Hjemli
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli
2008-03-24Add separate header-files for each page/viewLars Hjemli
2008-03-18Introduce html.hLars Hjemli
2008-02-16Move cgit_repo into cgit_contextLars Hjemli
2008-02-16Add all config variables into struct cgit_contextLars Hjemli
2008-02-16Introduce struct cgit_contextLars Hjemli
2007-11-11Fix html error detected by test-suiteLars Hjemli
2007-11-03Add search parameters to cgit_log_linkLars Hjemli
2007-10-30Change the cgit layoutLars Hjemli
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli
2007-10-27Add links to the new refs page from summary pageLars Hjemli
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli