summaryrefslogtreecommitdiff
path: root/cgit.c
AgeCommit message (Expand)Author
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-14filter: add support for email filterJason A. Donenfeld
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld
2014-01-14filter: add fprintf_filter functionJohn Keeping
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld
2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer
2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-08-12cache: id means static, even if head is specified tooJason A. Donenfeld
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld
2013-08-12use favicon by defaultChristian Hesse
2013-05-26readme: use string_list instead of space deliminationsJason 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-25cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld
2013-05-25cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer
2013-04-08Maŕk cgit_environment members constLukas Fleischer
2013-03-04find_default_branch(): Free refmatch after usageLukas Fleischer
2013-03-04Mark several functions/variables staticLukas Fleischer
2013-03-04cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-04Fix several whitespace errorsLukas Fleischer
2013-03-02Update git to v1.7.9.7John Keeping
2013-02-01Make "owner" column on index page configurableFlorian Pritz
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld
2012-10-16repo_config: do not let globals override repo settingsTobias Bieniek
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld
2012-03-18Merge branch 'fh/mimetypes'Lars Hjemli
2012-03-18Merge branch 'jp/defbranch'Lars Hjemli
2012-03-18Merge branch 'lh/module-links'Lars Hjemli
2012-01-03Merge branch 'stable'Lars Hjemli
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts
2011-06-20cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli
2011-06-20Only guess default branch when a repo page is requestedLars Hjemli