| Commit message (Expand) | Author | Age | Files | Lines |
* | ui-shared: cache errors for "dynamic TTL" | John Keeping | 2015-08-14 | 1 | -0/+1 |
* | ui-shared: add cgit_print_layout_{start,end}() | John Keeping | 2015-08-14 | 1 | -0/+12 |
* | ui-shared: add cgit_print_error_page() function | John Keeping | 2015-08-14 | 1 | -0/+14 |
* | ui-shared: show full date in tooltip if longer ago than max_relative | John Keeping | 2015-08-13 | 1 | -0/+4 |
* | ui-shared: use common function in print_rel_date() | John Keeping | 2015-08-13 | 1 | -10/+1 |
* | ui-shared: extract date formatting to a function | John Keeping | 2015-08-13 | 1 | -4/+9 |
* | redirect: cleanliness | Jason A. Donenfeld | 2015-08-13 | 1 | -2/+1 |
* | log: allow users to follow a file | John Keeping | 2015-08-12 | 1 | -3/+25 |
* | about: always ensure page has a trailing slash | Jason A. Donenfeld | 2015-08-12 | 1 | -0/+8 |
* | git: update to v2.5.0 | Christian Hesse | 2015-08-12 | 1 | -1/+1 |
* | ui-shared: allow remote refs in branch switcher | Christian Hesse | 2015-03-18 | 1 | -0/+2 |
* | Remove no-op link from submodule entries | Lukas Fleischer | 2015-03-13 | 1 | -17/+24 |
* | ui-shared: currenturl should take into account leading slash | Jason A. Donenfeld | 2015-03-09 | 1 | -1/+5 |
* | ui-shared: don't use an integer as a NULL pointer | John Keeping | 2015-03-09 | 1 | -1/+1 |
* | ui-shared: avoid initializing static variable to zero | John Keeping | 2015-03-09 | 1 | -1/+1 |
* | ui-shared: make cgit_doctype 'static' | John Keeping | 2015-03-09 | 1 | -1/+1 |
* | Avoid non-ANSI function declarations | John Keeping | 2015-03-09 | 1 | -6/+6 |
* | Make root handling sane again. | Jason A. Donenfeld | 2015-03-03 | 1 | -12/+12 |
* | ui-shared: Add current url helper function. | Jason A. Donenfeld | 2015-03-03 | 1 | -2/+9 |
* | ui-shared: keep filter repolist page in pagination | Jason A. Donenfeld | 2015-03-03 | 1 | -3/+3 |
* | ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering | Jason A. Donenfeld | 2015-03-03 | 1 | -1/+1 |
* | ui-shared.c: Refactor add_clone_urls() | Lukas Fleischer | 2015-02-05 | 1 | -22/+10 |
* | tag: reference with "h" instead of "id" | John Keeping | 2015-01-19 | 1 | -4/+4 |
* | footer: link back to cgit home page | Jason A. Donenfeld | 2014-12-23 | 1 | -1/+1 |
* | ui-shared: show absolute time in tooltip for relative dates | John Keeping | 2014-12-23 | 1 | -12/+23 |
* | ui-shared: add rel-vcs microformat links to HTML header | John Keeping | 2014-12-23 | 1 | -0/+11 |
* | Extract clone URL printing to ui-shared.c | John Keeping | 2014-12-23 | 1 | -0/+37 |
* | Change "ss" diff flag to an enum | John Keeping | 2014-12-13 | 1 | -4/+4 |
* | ui-shared: remove toggle_ssdiff arg to cgit_diff_link() | John Keeping | 2014-12-13 | 1 | -4/+4 |
* | ui-shared: remove toggle_ssdiff arg to cgit_commit_link() | John Keeping | 2014-12-13 | 1 | -6/+5 |
* | git: update for git 2.0 | Christian Hesse | 2014-06-28 | 1 | -1/+1 |
* | ui-shared: do not allow negative minutes | Jason A. Donenfeld | 2014-01-17 | 1 | -0/+2 |
* | ui-shared: move about tab all the way to the left | Jason A. Donenfeld | 2014-01-17 | 1 | -4/+4 |
* | Switch to exclusively using global ctx | Lukas Fleischer | 2014-01-17 | 1 | -152/+151 |
* | auth: have cgit calculate login address | Jason A. Donenfeld | 2014-01-16 | 1 | -0/+8 |
* | auth: add basic authentication filter framework | Jason A. Donenfeld | 2014-01-16 | 1 | -12/+16 |
* | ui-shared: URL-escape script_name | John Keeping | 2014-01-12 | 1 | -2/+2 |
* | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | 2014-01-10 | 1 | -1/+1 |
* | Update copyright information | Lukas Fleischer | 2014-01-08 | 1 | -1/+1 |
* | ui-shared: Drop filepair_cb_raw() and helper | Lukas Fleischer | 2013-09-14 | 1 | -72/+0 |
* | Extract filepair_cb from ui-patch.c | Lukas Fleischer | 2013-08-16 | 1 | -0/+72 |
* | readme: use string_list instead of space deliminations | Jason A. Donenfeld | 2013-05-26 | 1 | -1/+1 |
* | use struct strbuf instead of static buffers | John Keeping | 2013-04-08 | 1 | -28/+35 |
* | Convert cgit_print_error to a variadic function | John Keeping | 2013-04-08 | 1 | -2/+13 |
* | Fix out-of-bounds memory accesses with virtual_root="" | John Keeping | 2013-04-08 | 1 | -9/+5 |
* | Always #include corresponding .h in .c files | John Keeping | 2013-04-08 | 1 | -0/+1 |
* | Return const char * in cgit_{httpscheme, hosturl, rooturl}() | Lukas Fleischer | 2013-04-08 | 1 | -4/+4 |
* | ui-shared: squelch compiler warning. | Jason A. Donenfeld | 2013-03-20 | 1 | -0/+1 |
* | Merge branch 'wip' | Jason A. Donenfeld | 2013-03-20 | 1 | -57/+7 |
|\ |
|
| * | cgit_print_snapshot_links(): Free prefix variable | Lukas Fleischer | 2013-03-04 | 1 | -0/+1 |