aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
AgeCommit message (Expand)Author
2015-03-03Make root handling sane again.Gravatar Jason A. Donenfeld
2015-03-03ui-shared: Add current url helper function.Gravatar Jason A. Donenfeld
2015-03-03ui-shared: keep filter repolist page in paginationGravatar Jason A. Donenfeld
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringGravatar Jason A. Donenfeld
2015-02-05ui-shared.c: Refactor add_clone_urls()Gravatar Lukas Fleischer
2015-01-19tag: reference with "h" instead of "id"Gravatar John Keeping
2014-12-23footer: link back to cgit home pageGravatar Jason A. Donenfeld
2014-12-23ui-shared: show absolute time in tooltip for relative datesGravatar John Keeping
2014-12-23ui-shared: add rel-vcs microformat links to HTML headerGravatar John Keeping
2014-12-23Extract clone URL printing to ui-shared.cGravatar John Keeping
2014-12-13Change "ss" diff flag to an enumGravatar John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()Gravatar John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()Gravatar John Keeping
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-01-17ui-shared: do not allow negative minutesGravatar Jason A. Donenfeld
2014-01-17ui-shared: move about tab all the way to the leftGravatar Jason A. Donenfeld
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-16auth: have cgit calculate login addressGravatar Jason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkGravatar Jason A. Donenfeld
2014-01-12ui-shared: URL-escape script_nameGravatar John Keeping
2014-01-10Replace most uses of strncmp() with prefixcmp()Gravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-09-14ui-shared: Drop filepair_cb_raw() and helperGravatar Lukas Fleischer
2013-08-16Extract filepair_cb from ui-patch.cGravatar Lukas Fleischer
2013-05-26readme: use string_list instead of space deliminationsGravatar Jason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""Gravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Gravatar Lukas Fleischer
2013-03-20ui-shared: squelch compiler warning.Gravatar Jason A. Donenfeld
2013-03-20Merge branch 'wip'Gravatar Jason A. Donenfeld
2013-03-20ui-shared: fix return type of cgit_self_linkGravatar John Keeping
2013-03-04cgit_print_snapshot_links(): Free prefix variableGravatar Lukas Fleischer
2013-03-04ui-shared.c: Remove unused function print_archive_ref()Gravatar Lukas Fleischer
2013-03-04ui-shared.c: Remove unused function cgit_currurl()Gravatar Lukas Fleischer
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-04Fix several whitespace errorsGravatar Lukas Fleischer
2013-03-02Print submodule revision next to submodule linkGravatar stfn
2012-10-28ui-shared: use placeholder for empty commit subjectGravatar Christian Franke
2012-10-17ui: Remember to print ampersand as proper html entities.Gravatar William Bell
2012-03-18Merge branch 'lh/module-links'Gravatar Lars Hjemli
2012-03-18segfault fix on some bogus requestsGravatar Eric Wong
2012-01-03Fix segmentation fault in empty repositoryGravatar John Keeping
2012-01-03Add sort parameter to pager of repo listGravatar Tobias Grimm
2011-06-15ui-tree.c: add support for path-selected submodule linksGravatar Lars Hjemli
2011-03-05Merge branch 'stable'Gravatar Lars Hjemli
2011-02-19implement repo.logo and repo.logo-linkGravatar Bernhard Reutner-Fischer
2011-02-19ui-shared: silence warningGravatar Bernhard Reutner-Fischer