Age | Commit message (Expand) | Author | Files | Lines |
2016-10-01 | ui-shared: fix decl-after-statement warnings | John Keeping | 1 | -5/+7 |
2016-07-06 | ui-shared: fix segfault when defbranch is NULL | Eric Wong | 1 | -1/+1 |
2016-07-05 | Avoid ambiguities when prettifying snapshot names | Lukas Fleischer | 1 | -5/+21 |
2016-06-07 | Hosted on HTTPS now | Jason A. Donenfeld | 1 | -1/+1 |
2016-05-12 | forms: action should not be empty | Jason A. Donenfeld | 1 | -1/+1 |
2016-05-12 | ui-shared: Remove a name attribute with an empty value | Juuso Lapinlampi | 1 | -1/+1 |
2016-05-12 | ui-shared: HTML-ize DOCTYPE and <html> | Juuso Lapinlampi | 1 | -3/+2 |
2016-05-12 | ui-shared: Simplify cgit_print_error_page() logic | Juuso Lapinlampi | 1 | -4/+2 |
2016-02-26 | ui-shared: redirect should not exit early for cache | Jason A. Donenfeld | 1 | -1/+0 |
2016-02-23 | tabs: do not use target=_blank | Jason A. Donenfeld | 1 | -1/+1 |
2016-02-22 | ui-shared: add homepage to tabs | Jason A. Donenfeld | 1 | -0/+5 |
2016-02-08 | Avoid DATE_STRFTIME for long/short dates | John Keeping | 1 | -7/+6 |
2016-02-08 | ui-shared: remove cgit_print_date() | John Keeping | 1 | -20/+0 |
2016-02-08 | ui-shared: use show_date for footer timestamp | John Keeping | 1 | -1/+1 |
2016-02-08 | ui: show ages in the originator's timezone | John Keeping | 1 | -11/+11 |
2016-02-08 | ui-shared: add cgit_date_mode() | John Keeping | 1 | -0/+9 |
2016-02-08 | ui-shared: remove "format" from cgit_print_age() | John Keeping | 1 | -2/+2 |
2016-01-14 | ui-shared: prevent malicious filename from injecting headers | Jason A. Donenfeld | 1 | -3/+5 |
2016-01-14 | ui-shared: Avoid new line injection into redirect header | Jason A. Donenfeld | 1 | -1/+3 |
2016-01-13 | Fix segmentation fault in hc() | Lukas Fleischer | 1 | -0/+3 |
2016-01-13 | git: update to v2.7.0 | Christian Hesse | 1 | -1/+1 |
2015-10-09 | ui-shared: fix resource leak: free allocation from cgit_hosturl | Christian Hesse | 1 | -2/+3 |
2015-10-09 | ui-shared: return value of cgit_hosturl is not const | Christian Hesse | 1 | -3/+3 |
2015-10-09 | ui-shared: fix resource leak: free allocation from cgit_currenturl | Christian Hesse | 1 | -3/+8 |
2015-10-09 | ui-shared: return value of cgit_currenturl is not const | Christian Hesse | 1 | -2/+2 |
2015-10-09 | ui-shared: fix resource leak: free allocation from cgit_fileurl | Christian Hesse | 1 | -5/+11 |
2015-08-14 | ui-shared: cache errors for "dynamic TTL" | John Keeping | 1 | -0/+1 |
2015-08-14 | ui-shared: add cgit_print_layout_{start,end}() | John Keeping | 1 | -0/+12 |
2015-08-14 | ui-shared: add cgit_print_error_page() function | John Keeping | 1 | -0/+14 |
2015-08-13 | ui-shared: show full date in tooltip if longer ago than max_relative | John Keeping | 1 | -0/+4 |
2015-08-13 | ui-shared: use common function in print_rel_date() | John Keeping | 1 | -10/+1 |
2015-08-13 | ui-shared: extract date formatting to a function | John Keeping | 1 | -4/+9 |
2015-08-13 | redirect: cleanliness | Jason A. Donenfeld | 1 | -2/+1 |
2015-08-12 | log: allow users to follow a file | John Keeping | 1 | -3/+25 |
2015-08-12 | about: always ensure page has a trailing slash | Jason A. Donenfeld | 1 | -0/+8 |
2015-08-12 | git: update to v2.5.0 | Christian Hesse | 1 | -1/+1 |
2015-03-18 | ui-shared: allow remote refs in branch switcher | Christian Hesse | 1 | -0/+2 |
2015-03-13 | Remove no-op link from submodule entries | Lukas Fleischer | 1 | -17/+24 |
2015-03-09 | ui-shared: currenturl should take into account leading slash | Jason A. Donenfeld | 1 | -1/+5 |
2015-03-09 | ui-shared: don't use an integer as a NULL pointer | John Keeping | 1 | -1/+1 |
2015-03-09 | ui-shared: avoid initializing static variable to zero | John Keeping | 1 | -1/+1 |
2015-03-09 | ui-shared: make cgit_doctype 'static' | John Keeping | 1 | -1/+1 |
2015-03-09 | Avoid non-ANSI function declarations | John Keeping | 1 | -6/+6 |
2015-03-03 | Make root handling sane again. | Jason A. Donenfeld | 1 | -12/+12 |
2015-03-03 | ui-shared: Add current url helper function. | Jason A. Donenfeld | 1 | -2/+9 |
2015-03-03 | ui-shared: keep filter repolist page in pagination | Jason A. Donenfeld | 1 | -3/+3 |
2015-03-03 | ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering | Jason A. Donenfeld | 1 | -1/+1 |
2015-02-05 | ui-shared.c: Refactor add_clone_urls() | Lukas Fleischer | 1 | -22/+10 |
2015-01-19 | tag: reference with "h" instead of "id"master | John Keeping | 1 | -4/+4 |
2014-12-24 | footer: link back to cgit home page | Jason A. Donenfeld | 1 | -1/+1 |