about summary refs log tree commit diff
path: root/ui-repolist.c (follow)
Commit message (Expand)AuthorAge
* Remove redundant title on repo anchorsChris Mayo2022-02-13
* Improve button spacing for browsers w/o CSSEric Wong2022-02-13
* ui-repolist: do not return unsigned (negative) valueChristian Hesse2019-11-22
* global: make 'char *path' const where possibleChristian Hesse2019-06-05
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-27
* html: html_ntxt with no ellipsisJeff Smith2017-10-03
* Remove unused variable from sort_section()Lukas Fleischer2017-04-05
* ui-repolist: properly sort by ageJason A. Donenfeld2017-03-30
* css: highlight even table rows and skip empty rowsChristian Hesse2016-11-23
* ui-repolist: fix memory leakChristian Hesse2016-10-12
* ui-repolist: fix memory leakChristian Hesse2016-10-07
* ui: show ages in the originator's timezoneJohn Keeping2016-02-08
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-08
* ui-repolist: return HTTP 404 if no repositories foundPeter Colberg2016-01-13
* ui-repolist: extract repo visibility criteria to separate functionPeter Colberg2016-01-13
* ui-repolist: initialize char *buf to NULLChristian Hesse2016-01-13
* ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-09
* ui-repolist: fix resource leak: free before returnChristian Hesse2015-10-09
* about: move layout into page functionsJohn Keeping2015-08-14
* Remove redundant includesJohn Keeping2015-08-13
* log: allow users to follow a fileJohn Keeping2015-08-12
* ui-repolist: make sortcolumn definitions 'static const'John Keeping2015-03-09
* Avoid non-ANSI function declarationsJohn Keeping2015-03-09
* Make root handling sane again.Jason A. Donenfeld2015-03-03
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-03
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-03
* ui-repolist: use correct owner query linkJason A. Donenfeld2015-03-03
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-29
* repolist: add owner-filterChris Burroughs2014-12-23
* git: update to v2.2.1Christian Hesse2014-12-23
* git: update for git 2.0Christian Hesse2014-06-28
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-17
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-12
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12
* Update copyright informationLukas Fleischer2014-01-08
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Convert pager navigation into a unordered listLukas Fleischer2013-03-20
* Mark several functions/variables staticLukas Fleischer2013-03-04
* White space around control verbs.Jason A. Donenfeld2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* Make "owner" column on index page configurableFlorian Pritz2013-02-01
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-17
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-17
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-16
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-09
* ui-repolist: Bold the currently viewed page.Jamie Couture2012-10-08