aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-18ui-shared: allow remote refs in branch switcherChristian Hesse1-0/+2
2015-03-13Remove no-op link from submodule entriesLukas Fleischer1-17/+24
2015-03-09ui-shared: currenturl should take into account leading slashJason A. Donenfeld1-1/+5
2015-03-09ui-shared: don't use an integer as a NULL pointerJohn Keeping1-1/+1
2015-03-09ui-shared: avoid initializing static variable to zeroJohn Keeping1-1/+1
2015-03-09ui-shared: make cgit_doctype 'static'John Keeping1-1/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-6/+6
2015-03-03Make root handling sane again.Jason A. Donenfeld1-12/+12
2015-03-03ui-shared: Add current url helper function.Jason A. Donenfeld1-2/+9
2015-03-03ui-shared: keep filter repolist page in paginationJason A. Donenfeld1-3/+3
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld1-1/+1
2015-02-05ui-shared.c: Refactor add_clone_urls()Lukas Fleischer1-22/+10
2015-01-19tag: reference with "h" instead of "id"masterJohn Keeping1-4/+4
2014-12-24footer: link back to cgit home pageJason A. Donenfeld1-1/+1
2014-12-24ui-shared: show absolute time in tooltip for relative datesJohn Keeping1-12/+23
2014-12-24ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping1-0/+11
2014-12-24Extract clone URL printing to ui-shared.cJohn Keeping1-0/+37
2014-12-13Change "ss" diff flag to an enumJohn Keeping1-4/+4
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping1-4/+4
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping1-6/+5
2014-06-28git: update for git 2.0Christian Hesse1-1/+1
2014-01-17ui-shared: do not allow negative minutesJason A. Donenfeld1-0/+2
2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld1-4/+4
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-152/+151
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld1-0/+8
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-12/+16
2014-01-12ui-shared: URL-escape script_nameJohn Keeping1-2/+2
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer1-1/+1
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer1-72/+0
2013-08-16Extract filepair_cb from ui-patch.cLukas Fleischer1-0/+72
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-1/+1
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-28/+35
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-2/+13
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping1-9/+5
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer1-4/+4
2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1
2013-03-20Merge branch 'wip'Jason A. Donenfeld1-57/+7
2013-03-20ui-shared: fix return type of cgit_self_linkJohn Keeping1-41/+42
2013-03-05cgit_print_snapshot_links(): Free prefix variableLukas Fleischer1-0/+1
2013-03-05ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer1-39/+0
2013-03-05ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer1-12/+0
2013-03-05Mark several functions/variables staticLukas Fleischer1-9/+9
2013-03-04White space around control verbs.Jason A. Donenfeld1-6/+6
2013-03-04Fix several whitespace errorsLukas Fleischer1-9/+9
2013-03-02Print submodule revision next to submodule linkstfn1-0/+1
2012-10-28ui-shared: use placeholder for empty commit subjectChristian Franke1-1/+4
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell1-7/+7
2012-03-18Merge branch 'lh/module-links'Lars Hjemli1-0/+56