aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui-shared: make cgit_doctype 'static'John Keeping2015-03-091-1/+1
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-6/+6
* Make root handling sane again.Jason A. Donenfeld2015-03-031-12/+12
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-031-2/+9
* ui-shared: keep filter repolist page in paginationJason A. Donenfeld2015-03-031-3/+3
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-031-1/+1
* ui-shared.c: Refactor add_clone_urls()Lukas Fleischer2015-02-051-22/+10
* tag: reference with "h" instead of "id"John Keeping2015-01-191-4/+4
* footer: link back to cgit home pageJason A. Donenfeld2014-12-231-1/+1
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-231-12/+23
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-231-0/+11
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-231-0/+37
* Change "ss" diff flag to an enumJohn Keeping2014-12-131-4/+4
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-131-4/+4
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-131-6/+5
* git: update for git 2.0Christian Hesse2014-06-281-1/+1
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-171-0/+2
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-171-4/+4
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-152/+151
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-0/+8
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-12/+16
* ui-shared: URL-escape script_nameJohn Keeping2014-01-121-2/+2
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-1/+1
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-141-72/+0
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-161-0/+72
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-1/+1
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-28/+35
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-2/+13
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-081-9/+5
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-081-4/+4
* ui-shared: squelch compiler warning.Jason A. Donenfeld2013-03-201-0/+1
* Merge branch 'wip'Jason A. Donenfeld2013-03-201-57/+7
|\
| * cgit_print_snapshot_links(): Free prefix variableLukas Fleischer2013-03-041-0/+1