Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-05ui-shared.c: Refactor add_clone_urls()Lukas Fleischer
2015-01-19tag: reference with "h" instead of "id"John Keeping
2014-12-24footer: link back to cgit home pageJason A. Donenfeld
2014-12-24ui-shared: show absolute time in tooltip for relative datesJohn Keeping
2014-12-24ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping
2014-12-24Extract clone URL printing to ui-shared.cJohn Keeping
2014-12-13Change "ss" diff flag to an enumJohn Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping
2014-06-28git: update for git 2.0Christian Hesse
2014-01-17ui-shared: do not allow negative minutesJason A. Donenfeld
2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld
2014-01-17Switch to exclusively using global ctxLukas Fleischer
2014-01-17auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-13ui-shared: URL-escape script_nameJohn Keeping
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer
2014-01-08Update copyright informationLukas Fleischer
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer
2013-08-16Extract filepair_cb from ui-patch.cLukas Fleischer
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-04-08Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer
2013-03-21ui-shared: squelch compiler warning.Jason A. Donenfeld
2013-03-20Merge branch 'wip'Jason A. Donenfeld
2013-03-20ui-shared: fix return type of cgit_self_linkJohn Keeping
2013-03-05cgit_print_snapshot_links(): Free prefix variableLukas Fleischer
2013-03-05ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer
2013-03-05ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer
2013-03-05Mark several functions/variables staticLukas Fleischer
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-04Fix several whitespace errorsLukas Fleischer
2013-03-02Print submodule revision next to submodule linkstfn
2012-10-28ui-shared: use placeholder for empty commit subjectChristian Franke
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell
2012-03-19Merge branch 'lh/module-links'Lars Hjemli
2012-03-18segfault fix on some bogus requestsEric Wong
2012-01-04Fix segmentation fault in empty repositoryJohn Keeping
2012-01-03Add sort parameter to pager of repo listTobias Grimm
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli
2011-03-05Merge branch 'stable'Lars Hjemli
2011-02-19implement repo.logo and repo.logo-linkBernhard Reutner-Fischer
2011-02-19ui-shared: silence warningBernhard Reutner-Fischer
2010-07-18Merge branch 'jh/ignorews'Lars Hjemli
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland
2010-06-22Merge branch 'lh/range-search'Lars Hjemli
2010-06-19ui-log.c: allow commit range as search expressionLars Hjemli