| Commit message (Expand) | Author | Age | Files | Lines |
| * | git: update to v2.45.0 |  Christian Hesse | 2024-04-29 | 1 | -1/+1 |
| * | auth-filter: pass url with query string attached |  Jason A. Donenfeld | 2018-11-25 | 1 | -0/+1 |
| * | ui-shared: pass separator in to cgit_print_snapshot_links() |  John Keeping | 2018-06-27 | 1 | -1/+1 |
| * | ui-shared: rename parameter to cgit_print_snapshot_links() |  John Keeping | 2018-06-27 | 1 | -1/+1 |
| * | ui-shared: remove unused parameter |  John Keeping | 2018-06-27 | 1 | -1/+1 |
| * | Add "snapshot-prefix" repo configuration |  John Keeping | 2018-06-27 | 1 | -0/+1 |
| * | ui-shared: pass repo object to print_snapshot_links() |  John Keeping | 2018-06-27 | 1 | -2/+2 |
| * | ui-tree: link to blame UI if enabled |  Jeff Smith | 2017-10-03 | 1 | -0/+3 |
| * | ui-shared: make a char* parameter const |  Jeff Smith | 2017-10-03 | 1 | -1/+1 |
| * | ui-tree: move set_title_from_path to ui-shared |  Jeff Smith | 2017-10-03 | 1 | -0/+2 |
| * | Avoid ambiguities when prettifying snapshot names |  Lukas Fleischer | 2016-07-05 | 1 | -0/+2 |
| * | Avoid DATE_STRFTIME for long/short dates |  John Keeping | 2016-02-08 | 1 | -1/+1 |
| * | ui-shared: remove cgit_print_date() |  John Keeping | 2016-02-08 | 1 | -1/+0 |
| * | ui: show ages in the originator's timezone |  John Keeping | 2016-02-08 | 1 | -1/+1 |
| * | ui-shared: add cgit_date_mode() |  John Keeping | 2016-02-08 | 1 | -0/+1 |
| * | ui-shared: remove "format" from cgit_print_age() |  John Keeping | 2016-02-08 | 1 | -1/+1 |
| * | Fix missing prototype declarations |  Peter Colberg | 2016-01-14 | 1 | -6/+6 |
| * | ui-shared: return value of cgit_hosturl is not const |  Christian Hesse | 2015-10-09 | 1 | -1/+1 |
| * | ui-shared: return value of cgit_currenturl is not const |  Christian Hesse | 2015-10-09 | 1 | -1/+1 |
| * | ui-shared: add cgit_print_layout_{start,end}() |  John Keeping | 2015-08-14 | 1 | -0/+3 |
| * | ui-shared: add cgit_print_error_page() function |  John Keeping | 2015-08-14 | 1 | -0/+2 |
| * | cgit.h: move stdbool.h from ui-shared.h |  John Keeping | 2015-08-13 | 1 | -2/+0 |
| * | log: allow users to follow a file |  John Keeping | 2015-08-12 | 1 | -1/+1 |
| * | about: always ensure page has a trailing slash |  Jason A. Donenfeld | 2015-08-12 | 1 | -0/+3 |
| * | Make root handling sane again. |  Jason A. Donenfeld | 2015-03-03 | 1 | -1/+1 |
| * | ui-shared: Add current url helper function. |  Jason A. Donenfeld | 2015-03-03 | 1 | -0/+1 |
| * | tag: reference with "h" instead of "id" |  John Keeping | 2015-01-19 | 1 | -2/+1 |
| * | Extract clone URL printing to ui-shared.c |  John Keeping | 2014-12-23 | 1 | -0/+2 |
| * | ui-shared: remove toggle_ssdiff arg to cgit_diff_link() |  John Keeping | 2014-12-13 | 1 | -1/+1 |
| * | ui-shared: remove toggle_ssdiff arg to cgit_commit_link() |  John Keeping | 2014-12-13 | 1 | -2/+1 |
| * | Switch to exclusively using global ctx |  Lukas Fleischer | 2014-01-17 | 1 | -3/+3 |
| * | auth: have cgit calculate login address |  Jason A. Donenfeld | 2014-01-16 | 1 | -0/+1 |
| * | ui-shared: Drop filepair_cb_raw() and helper |  Lukas Fleischer | 2013-09-14 | 1 | -1/+0 |
| * | Extract filepair_cb from ui-patch.c |  Lukas Fleischer | 2013-08-16 | 1 | -0/+1 |
| * | Convert cgit_print_error to a variadic function |  John Keeping | 2013-04-08 | 1 | -1/+4 |
| * | Always #include corresponding .h in .c files |  John Keeping | 2013-04-08 | 1 | -2/+0 |
| * | Return const char * in cgit_{httpscheme, hosturl, rooturl}() |  Lukas Fleischer | 2013-04-08 | 1 | -3/+3 |
| * | Merge branch 'lh/module-links' |  Lars Hjemli | 2012-03-18 | 1 | -0/+3 |
| |\ |
|
| | * | ui-tree.c: add support for path-selected submodule links |  Lars Hjemli | 2011-06-15 | 1 | -0/+3 |
| * | | Add sort parameter to pager of repo list |  Tobias Grimm | 2012-01-03 | 1 | -1/+1 |
| |/ |
|
| * | ui-commit: Preserve path limit in links to commit page |  Johan Herland | 2010-06-19 | 1 | -1/+2 |
| * | ui-patch: Apply path limit to generated patch |  Johan Herland | 2010-06-19 | 1 | -1/+1 |
| * | ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab bar |  Johan Herland | 2010-06-19 | 1 | -0/+2 |
| * | ui-shared: Improve const-ness in API |  Johan Herland | 2010-06-19 | 1 | -29/+40 |
| * | Merge branch 'ro/ssdiff' |  Lars Hjemli | 2009-12-08 | 1 | -2/+3 |
| |\ |
|
| | * | Add possibility to switch between unidiff and side-by-side-diff. |  Ragnar Ouchterlony | 2009-09-16 | 1 | -2/+3 |
| * | | Fix repolist search links with virtual root |  Geoff Johnstone | 2009-09-20 | 1 | -0/+1 |
| |/ |
|
| * | add cgit_httpscheme() -> http:// or https:// |  Diego Ongaro | 2009-06-11 | 1 | -0/+1 |
| * | Merge branch 'lh/stats' |  Lars Hjemli | 2009-01-27 | 1 | -1/+4 |
| |\ |
|
| | * | ui-shared: externalize add_hidden_formfields() |  Lars Hjemli | 2008-12-07 | 1 | -1/+2 |