aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
Commit message (Expand)AuthorAge
* ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld2016-01-14
* ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld2016-01-14
* Fix segmentation fault in hc()Lukas Fleischer2016-01-13
* git: update to v2.7.0Christian Hesse2016-01-13
* ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse2015-10-09
* ui-shared: return value of cgit_hosturl is not constChristian Hesse2015-10-09
* ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-09
* ui-shared: return value of cgit_currenturl is not constChristian Hesse2015-10-09
* ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-09
* ui-shared: cache errors for "dynamic TTL"John Keeping2015-08-14
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-14
* ui-shared: add cgit_print_error_page() functionJohn Keeping2015-08-14
* ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping2015-08-13
* ui-shared: use common function in print_rel_date()John Keeping2015-08-13
* ui-shared: extract date formatting to a functionJohn Keeping2015-08-13
* redirect: cleanlinessJason A. Donenfeld2015-08-13
* log: allow users to follow a fileJohn Keeping2015-08-12
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-12
* git: update to v2.5.0Christian Hesse2015-08-12
* ui-shared: allow remote refs in branch switcherChristian Hesse2015-03-18
* Remove no-op link from submodule entriesLukas Fleischer2015-03-13
* ui-shared: currenturl should take into account leading slashJason A. Donenfeld2015-03-09
* ui-shared: don't use an integer as a NULL pointerJohn Keeping2015-03-09
* ui-shared: avoid initializing static variable to zeroJohn Keeping2015-03-09
* ui-shared: make cgit_doctype 'static'John Keeping2015-03-09
* Avoid non-ANSI function declarationsJohn Keeping2015-03-09
* Make root handling sane again.Jason A. Donenfeld2015-03-03
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-03
* ui-shared: keep filter repolist page in paginationJason A. Donenfeld2015-03-03
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-03
* ui-shared.c: Refactor add_clone_urls()Lukas Fleischer2015-02-05
* tag: reference with "h" instead of "id"John Keeping2015-01-19
* footer: link back to cgit home pageJason A. Donenfeld2014-12-23
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-23
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-23
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-23
* Change "ss" diff flag to an enumJohn Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-13
* git: update for git 2.0Christian Hesse2014-06-28
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-17
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-17
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-16
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16
* ui-shared: URL-escape script_nameJohn Keeping2014-01-12
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10
* Update copyright informationLukas Fleischer2014-01-08
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-14
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-16