summaryrefslogtreecommitdiffstatshomepage
path: root/ui-repolist.c (follow)
Commit message (Expand)AuthorAgeLines
* repolist: add owner-filterChris Burroughs2014-12-23-7/+13
* git: update to v2.2.1Christian Hesse2014-12-23-3/+4
* git: update for git 2.0Christian Hesse2014-06-28-1/+1
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-17-0/+6
* Switch to exclusively using global ctxLukas Fleischer2014-01-17-3/+3
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14-4/+2
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-12-1/+3
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12-7/+3
* Update copyright informationLukas Fleischer2014-01-08-2/+1
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25-2/+6
* use struct strbuf instead of static buffersJohn Keeping2013-04-08-12/+16
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08-0/+1
* Convert pager navigation into a unordered listLukas Fleischer2013-03-20-2/+4
* Mark several functions/variables staticLukas Fleischer2013-03-04-7/+7
* White space around control verbs.Jason A. Donenfeld2013-03-04-2/+2
* Fix several whitespace errorsLukas Fleischer2013-03-04-3/+3
* Make "owner" column on index page configurableFlorian Pritz2013-02-01-7/+12
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-17-1/+1
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-17-1/+1
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-16-1/+1
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-09-2/+4
* ui-repolist: Bold the currently viewed page.Jamie Couture2012-10-08-4/+7
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-12-0/+1
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-12-4/+18
* Merge branch 'jp/defbranch'Lars Hjemli2012-03-18-1/+2
|\
| * ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli2011-07-19-1/+2
* | Merge branch 'stable'Lars Hjemli2012-01-03-3/+3
|\ \ | |/ |/|
| * Add sort parameter to pager of repo listTobias Grimm2012-01-03-3/+3
* | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13-1/+1
* | ui_repolist: get modtime from packed-refs as fallbackFerry Huberts2011-05-30-3/+12
* | Merge branch 'fh/filter-api'Lars Hjemli2011-05-23-1/+1
|\ \ | |/ |/|
| * cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26-1/+1
* | ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli2011-05-23-1/+1
|/
* ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato2010-09-04-6/+0
* Fix repolist search links with virtual rootGeoff Johnstone2009-09-20-1/+1
* ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2009-08-24-7/+11
* ui-repolist.c: sort by section name, repo name as defaultLars Hjemli2009-08-24-0/+15
* Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-24-9/+9
* Add and use a common readfile() functionLars Hjemli2009-08-18-9/+10
* Merge branch 'stable'Lars Hjemli2009-08-18-0/+1
|\
| * truncate buffer before reading empty filesSimon Arlott2009-08-18-0/+1
* | Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli2009-08-09-2/+7
|/
* Merge branch 'full-log'Lars Hjemli2008-12-06-1/+1
|\
| * ui-log: add support for showing the full commit messageLars Hjemli2008-11-29-1/+1
* | Merge branch 'lh/sort-repolist'Lars Hjemli2008-12-06-14/+121
|\ \
| * | ui-repolist: implement lazy caching of repo->mtimeLars Hjemli2008-11-29-4/+12
| * | ui-repolist: sort null values lastLars Hjemli2008-11-29-2/+2
| * | ui-repolist: add support for sorting any columnLars Hjemli2008-11-29-9/+83
| * | ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli2008-11-29-27/+19
| * | Add support for sorting by Age in the repolistBenjamin Close2008-11-29-3/+36
| |/