summaryrefslogtreecommitdiffstatshomepage
path: root/ui-shared.c (unfollow)
Commit message (Expand)AuthorLines
2014-12-13Change "ss" diff flag to an enumJohn Keeping-4/+4
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping-4/+4
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping-6/+5
2014-06-28git: update for git 2.0Christian Hesse-1/+1
2014-01-17ui-shared: do not allow negative minutesJason A. Donenfeld-0/+2
2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld-4/+4
2014-01-17Switch to exclusively using global ctxLukas Fleischer-152/+151
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld-0/+8
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld-12/+16
2014-01-12ui-shared: URL-escape script_nameJohn Keeping-2/+2
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer-1/+1
2014-01-08Update copyright informationLukas Fleischer-1/+1
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer-72/+0
2013-08-16Extract filepair_cb from ui-patch.cLukas Fleischer-0/+72
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld-1/+1
2013-04-08use struct strbuf instead of static buffersJohn Keeping-28/+35
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-2/+13
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping-9/+5
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer-4/+4
2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld-0/+1
2013-03-20ui-shared: fix return type of cgit_self_linkJohn Keeping-41/+42
2013-03-04cgit_print_snapshot_links(): Free prefix variableLukas Fleischer-0/+1
2013-03-04ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer-39/+0
2013-03-04ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer-12/+0
2013-03-04Mark several functions/variables staticLukas Fleischer-9/+9
2013-03-04White space around control verbs.Jason A. Donenfeld-6/+6
2013-03-04Fix several whitespace errorsLukas Fleischer-9/+9
2013-03-02Print submodule revision next to submodule linkstfn-0/+1
2012-10-28ui-shared: use placeholder for empty commit subjectChristian Franke-1/+4
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell-7/+7
2012-03-18segfault fix on some bogus requestsEric Wong-2/+2
2012-01-03Fix segmentation fault in empty repositoryJohn Keeping-1/+1
2012-01-03Add sort parameter to pager of repo listTobias Grimm-9/+15
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli-0/+56
2011-02-19implement repo.logo and repo.logo-linkBernhard Reutner-Fischer-4/+14
2011-02-19ui-shared: silence warningBernhard Reutner-Fischer-1/+1
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland-0/+10
2010-06-19ui-log.c: allow commit range as search expressionLars Hjemli-0/+1
2010-06-19ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland-0/+14
2010-06-19ui-shared: Preserve path limit in "tab bar" linksJohan Herland-5/+6
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland-4/+5
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland-2/+2
2010-06-19ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland-1/+80
2010-06-19ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland-0/+6
2010-06-19ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland-4/+4
2010-06-19ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland-19/+12
2010-06-19ui-shared: Improve const-ness in APIJohan Herland-36/+40
2010-02-27ui-shared.c: fix segfault when repo is emptyFlorian Pritz-2/+2
2009-11-07Nov is the correct abbreviationDanijel TaĊĦov-1/+1