aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into lookshe/masterlookshe/masterlookshe2016-07-121-46/+51
|\
| * ui-shared: fix segfault when defbranch is NULLEric Wong2016-07-061-1/+1
| * Avoid ambiguities when prettifying snapshot namesLukas Fleischer2016-07-051-5/+21
| * Hosted on HTTPS nowJason A. Donenfeld2016-06-071-1/+1
| * forms: action should not be emptyJason A. Donenfeld2016-05-121-1/+1
| * ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi2016-05-121-1/+1
| * ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi2016-05-121-3/+2
| * ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi2016-05-121-4/+2
| * ui-shared: redirect should not exit early for cacheJason A. Donenfeld2016-02-261-1/+0
| * tabs: do not use target=_blankJason A. Donenfeld2016-02-231-1/+1
| * ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-0/+5
| * Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-081-7/+6
| * ui-shared: remove cgit_print_date()John Keeping2016-02-081-20/+0
| * ui-shared: use show_date for footer timestampJohn Keeping2016-02-081-1/+1
| * ui: show ages in the originator's timezoneJohn Keeping2016-02-081-11/+11
| * ui-shared: add cgit_date_mode()John Keeping2016-02-081-0/+9
| * ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-081-2/+2
* | highlight flyspray-links in log and refs (FS#144)flyspray_integrationlookshe2016-02-271-18/+25
* | check for flyspray-links in summary/refs-pagelookshe2016-02-261-6/+6
* | skip FS# not followed by number correctlylookshe2016-02-261-23/+30
* | implementation to link FS#[0-9]+ to flyspray (FS#141)lookshe2016-02-261-0/+91
* | normalized indentinglookshe2016-02-081-9/+9
* | identify head to use a bit prettierlookshe2016-02-011-5/+1
* | author link with correct brancheslookshe2016-02-011-2/+6
* | escaped author linklookshe2016-02-011-1/+2
* | added link to author (similar to gitweb)lookshe2016-02-011-0/+12
|/
* ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld2016-01-141-3/+5
* ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld2016-01-141-1/+3
* Fix segmentation fault in hc()Lukas Fleischer2016-01-131-0/+3
* git: update to v2.7.0Christian Hesse2016-01-131-1/+1
* ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse2015-10-091-2/+3
* ui-shared: return value of cgit_hosturl is not constChristian Hesse2015-10-091-3/+3
* ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-091-3/+8
* ui-shared: return value of cgit_currenturl is not constChristian Hesse2015-10-091-2/+2
* ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-091-5/+11
* ui-shared: cache errors for "dynamic TTL"John Keeping2015-08-141-0/+1
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-141-0/+12
* ui-shared: add cgit_print_error_page() functionJohn Keeping2015-08-141-0/+14
* ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping2015-08-131-0/+4
* ui-shared: use common function in print_rel_date()John Keeping2015-08-131-10/+1
* ui-shared: extract date formatting to a functionJohn Keeping2015-08-131-4/+9
* redirect: cleanlinessJason A. Donenfeld2015-08-131-2/+1
* log: allow users to follow a fileJohn Keeping2015-08-121-3/+25
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-121-0/+8
* git: update to v2.5.0Christian Hesse2015-08-121-1/+1
* ui-shared: allow remote refs in branch switcherChristian Hesse2015-03-181-0/+2
* Remove no-op link from submodule entriesLukas Fleischer2015-03-131-17/+24
* ui-shared: currenturl should take into account leading slashJason A. Donenfeld2015-03-091-1/+5
* ui-shared: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: avoid initializing static variable to zeroJohn Keeping2015-03-091-1/+1