aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
AgeCommit message (Expand)Author
2017-10-15ui-shared: use type='search' for the search boxGravatar Ville Skyttä
2017-10-03ui-tree: link to blame UI if enabledGravatar Jeff Smith
2017-10-03ui-shared: make a char* parameter constGravatar Jeff Smith
2017-10-03ui-tree: move set_title_from_path to ui-sharedGravatar Jeff Smith
2017-08-10ui-shared: don't print path crumbs without a repoGravatar John Keeping
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Gravatar Christian Hesse
2016-10-01ui-shared: fix decl-after-statement warningsGravatar John Keeping
2016-07-06ui-shared: fix segfault when defbranch is NULLGravatar Eric Wong
2016-07-05Avoid ambiguities when prettifying snapshot namesGravatar Lukas Fleischer
2016-06-07Hosted on HTTPS nowGravatar Jason A. Donenfeld
2016-05-12forms: action should not be emptyGravatar Jason A. Donenfeld
2016-05-12ui-shared: Remove a name attribute with an empty valueGravatar Juuso Lapinlampi
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Gravatar Juuso Lapinlampi
2016-05-12ui-shared: Simplify cgit_print_error_page() logicGravatar Juuso Lapinlampi
2016-02-26ui-shared: redirect should not exit early for cacheGravatar Jason A. Donenfeld
2016-02-23tabs: do not use target=_blankGravatar Jason A. Donenfeld
2016-02-22ui-shared: add homepage to tabsGravatar Jason A. Donenfeld
2016-02-08Avoid DATE_STRFTIME for long/short datesGravatar John Keeping
2016-02-08ui-shared: remove cgit_print_date()Gravatar John Keeping
2016-02-08ui-shared: use show_date for footer timestampGravatar John Keeping
2016-02-08ui: show ages in the originator's timezoneGravatar John Keeping
2016-02-08ui-shared: add cgit_date_mode()Gravatar John Keeping
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