aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
AgeCommit message (Expand)Author
2016-02-08ui-shared: remove "format" from cgit_print_age()Gravatar John Keeping
2016-01-14ui-shared: prevent malicious filename from injecting headersGravatar Jason A. Donenfeld
2016-01-14ui-shared: Avoid new line injection into redirect headerGravatar Jason A. Donenfeld
2016-01-13Fix segmentation fault in hc()Gravatar Lukas Fleischer
2016-01-13git: update to v2.7.0Gravatar Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlGravatar Christian Hesse
2015-10-09ui-shared: return value of cgit_hosturl is not constGravatar Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlGravatar Christian Hesse
2015-10-09ui-shared: return value of cgit_currenturl is not constGravatar Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlGravatar Christian Hesse
2015-08-14ui-shared: cache errors for "dynamic TTL"Gravatar John Keeping
2015-08-14ui-shared: add cgit_print_layout_{start,end}()Gravatar John Keeping
2015-08-14ui-shared: add cgit_print_error_page() functionGravatar John Keeping
2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeGravatar John Keeping
2015-08-13ui-shared: use common function in print_rel_date()Gravatar John Keeping
2015-08-13ui-shared: extract date formatting to a functionGravatar John Keeping
2015-08-13redirect: cleanlinessGravatar Jason A. Donenfeld
2015-08-12log: allow users to follow a fileGravatar John Keeping
2015-08-12about: always ensure page has a trailing slashGravatar Jason A. Donenfeld
2015-08-12git: update to v2.5.0Gravatar Christian Hesse
2015-03-18ui-shared: allow remote refs in branch switcherGravatar Christian Hesse
2015-03-13Remove no-op link from submodule entriesGravatar Lukas Fleischer
2015-03-09ui-shared: currenturl should take into account leading slashGravatar Jason A. Donenfeld
2015-03-09ui-shared: don't use an integer as a NULL pointerGravatar John Keeping
2015-03-09ui-shared: avoid initializing static variable to zeroGravatar John Keeping
2015-03-09ui-shared: make cgit_doctype 'static'Gravatar John Keeping
2015-03-09Avoid non-ANSI function declarationsGravatar John Keeping
2015-03-03Make root handling sane again.Gravatar Jason A. Donenfeld
2015-03-03ui-shared: Add current url helper function.Gravatar Jason A. Donenfeld
2015-03-03ui-shared: keep filter repolist page in paginationGravatar Jason A. Donenfeld
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringGravatar Jason A. Donenfeld
2015-02-05ui-shared.c: Refactor add_clone_urls()Gravatar Lukas Fleischer
2015-01-19tag: reference with "h" instead of "id"Gravatar John Keeping
2014-12-23footer: link back to cgit home pageGravatar Jason A. Donenfeld
2014-12-23ui-shared: show absolute time in tooltip for relative datesGravatar John Keeping
2014-12-23ui-shared: add rel-vcs microformat links to HTML headerGravatar John Keeping
2014-12-23Extract clone URL printing to ui-shared.cGravatar John Keeping
2014-12-13Change "ss" diff flag to an enumGravatar John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()Gravatar John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()Gravatar John Keeping
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-01-17ui-shared: do not allow negative minutesGravatar Jason A. Donenfeld
2014-01-17ui-shared: move about tab all the way to the leftGravatar Jason A. Donenfeld
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-16auth: have cgit calculate login addressGravatar Jason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkGravatar Jason A. Donenfeld
2014-01-12ui-shared: URL-escape script_nameGravatar John Keeping
2014-01-10Replace most uses of strncmp() with prefixcmp()Gravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-09-14ui-shared: Drop filepair_cb_raw() and helperGravatar Lukas Fleischer