summaryrefslogtreecommitdiffstatshomepage
path: root/ui-repolist.c (unfollow)
Commit message (Expand)AuthorLines
2019-11-22ui-repolist: do not return unsigned (negative) valueChristian Hesse-1/+1
2019-06-05global: make 'char *path' const where possibleChristian Hesse-1/+1
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse-3/+0
2017-10-03html: html_ntxt with no ellipsisJeff Smith-1/+2
2017-04-05Remove unused variable from sort_section()Lukas Fleischer-1/+0
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld-21/+17
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse-1/+1
2016-10-12ui-repolist: fix memory leakChristian Hesse-1/+3
2016-10-07ui-repolist: fix memory leakChristian Hesse-1/+4
2016-02-08ui: show ages in the originator's timezoneJohn Keeping-1/+1
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping-1/+1
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg-3/+10
2016-01-13ui-repolist: initialize char *buf to NULLChristian Hesse-1/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse-1/+3
2015-08-14about: move layout into page functionsJohn Keeping-1/+4
2015-08-13Remove redundant includesJohn Keeping-1/+0
2015-08-12log: allow users to follow a fileJohn Keeping-1/+1
2015-03-09ui-repolist: make sortcolumn definitions 'static const'John Keeping-2/+2
2015-03-09Avoid non-ANSI function declarationsJohn Keeping-3/+3
2015-03-03Make root handling sane again.Jason A. Donenfeld-1/+1
2015-03-03ui-shared: Add current url helper function.Jason A. Donenfeld-2/+2
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld-2/+2
2015-03-03ui-repolist: use correct owner query linkJason A. Donenfeld-1/+1
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer-0/+2
2014-12-23repolist: add owner-filterChris Burroughs-7/+13
2014-12-23git: update to v2.2.1Christian Hesse-3/+4
2014-06-28git: update for git 2.0Christian Hesse-1/+1
2014-01-17repolist: make owner clickable to searchJason A. Donenfeld-0/+6
2014-01-17Switch to exclusively using global ctxLukas Fleischer-3/+3
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld-4/+2
2014-01-12ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping-1/+3
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping-7/+3
2014-01-08Update copyright informationLukas Fleischer-2/+1
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld-2/+6
2013-04-08use struct strbuf instead of static buffersJohn Keeping-12/+16
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-20Convert pager navigation into a unordered listLukas Fleischer-2/+4
2013-03-04Mark several functions/variables staticLukas Fleischer-7/+7
2013-03-04White space around control verbs.Jason A. Donenfeld-2/+2
2013-03-04Fix several whitespace errorsLukas Fleischer-3/+3
2013-02-01Make "owner" column on index page configurableFlorian Pritz-7/+12
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek-1/+1
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell-1/+1
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld-1/+1
2012-10-09ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts-2/+4
2012-10-08ui-repolist: Bold the currently viewed page.Jamie Couture-4/+7
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld-0/+1
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld-4/+18