summaryrefslogtreecommitdiff
path: root/cmd.c
AgeCommit message (Expand)Author
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse
2015-08-14cmd: fix command definitionJohn Keeping
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld
2015-08-14cmd: remove "want_layout" fieldJohn Keeping
2015-08-14tree: move layout into page functionJohn Keeping
2015-08-14tag: move layout into page functionJohn Keeping
2015-08-14summary: move layout into page functionJohn Keeping
2015-08-14stats: move layout into page functionJohn Keeping
2015-08-14refs: move layout to page functionJohn Keeping
2015-08-14log: move layout into page functionJohn Keeping
2015-08-14diff: move layout to page functionJohn Keeping
2015-08-14commit: move layout into page functionJohn Keeping
2015-08-14about: move layout into page functionsJohn Keeping
2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld
2014-02-21Remove unused parameter from cgit_print_snapshot()Lukas Fleischer
2014-01-16Switch to exclusively using global ctxLukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-08-20Allow for creating patch seriesLukas Fleischer
2013-08-16cmd.c: Add a "rawdiff" commandLukas Fleischer
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld
2013-03-04White space around control verbs.Jason A. Donenfeld
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2011-05-23Merge branch 'lh/panel'Lars Hjemli
2011-05-14Merge branch 'dm/disable-clone'Lars Hjemli
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli
2011-02-19Add is_clone flag to available commandsDan McGee
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland
2010-06-22Merge branch 'jh/path-limit'Lars Hjemli
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland
2010-03-22Add 'max-atom-items' config variableAaron Griffin
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli
2009-01-27Merge branch 'lh/stats'Lars Hjemli
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli
2008-12-06Add a 'stats' page to each repoLars Hjemli
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa
2008-10-11ui-snapshot: add dwimmeryLars Hjemli
2008-09-01Merge branch 'lh/plain'Lars Hjemli
2008-09-01Merge branch 'lh/clone'Lars Hjemli
2008-08-06Implement plain viewLars Hjemli
2008-08-06Add support for cloning over httpLars Hjemli
2008-08-01Add atom-supportLars Hjemli
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin
2008-05-03Merge branch 'lh/cache'Lars Hjemli
2008-04-28Add 'about site' and 'about repo' pagesLars Hjemli
2008-04-28Add page 'ls_cache'Lars Hjemli
2008-03-24Add separate header-files for each page/viewLars Hjemli