aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
Commit message (Expand)AuthorAgeLines
* repolist: make owner clickable to searchGravatar Jason A. Donenfeld2014-01-17-0/+6
* Switch to exclusively using global ctxGravatar Lukas Fleischer2014-01-17-3/+3
* filter: return on null filter from open and closeGravatar Jason A. Donenfeld2014-01-14-4/+2
* ui-repolist: HTML-escape cgit_rooturl() responseGravatar John Keeping2014-01-13-1/+3
* filter: pass extra arguments via cgit_open_filterGravatar John Keeping2014-01-13-7/+3
* Update copyright informationGravatar Lukas Fleischer2014-01-08-2/+1
* ui-summary: Pass filename to about-filterGravatar Jason A. Donenfeld2013-05-26-2/+6
* use struct strbuf instead of static buffersGravatar John Keeping2013-04-08-12/+16
* Always #include corresponding .h in .c filesGravatar John Keeping2013-04-08-0/+1
* Convert pager navigation into a unordered listGravatar Lukas Fleischer2013-03-21-2/+4
* Mark several functions/variables staticGravatar Lukas Fleischer2013-03-05-7/+7
* White space around control verbs.Gravatar Jason A. Donenfeld2013-03-04-2/+2
* Fix several whitespace errorsGravatar Lukas Fleischer2013-03-04-3/+3
* Make "owner" column on index page configurableGravatar Florian Pritz2013-02-01-7/+12
* ui-repolist: Add "section-sort" flag to control section sorting.Gravatar Tobias Bieniek2012-10-17-1/+1
* ui: Remember to print ampersand as proper html entities.Gravatar William Bell2012-10-17-1/+1
* ui-repolist: Rename section-sort to repository-sort.Gravatar Jason A. Donenfeld2012-10-17-1/+1
* ui-repolist: do not use agefile if it's date could not be parsedGravatar Ferry Huberts2012-10-09-2/+4
* ui-repolist: Bold the currently viewed page.Gravatar Jamie Couture2012-10-09-4/+7
* Update copyright headers to have latest dates.Gravatar Jason A. Donenfeld2012-07-13-0/+1
* ui-repolist: Case insensitive sorting and age sortGravatar Jason A. Donenfeld2012-07-13-4/+18
* Merge branch 'jp/defbranch'Gravatar Lars Hjemli2012-03-19-1/+2
|\
| * ui-repolist.c: fallback to "master" if no default branch is specifiedGravatar Lars Hjemli2011-07-19-1/+2
* | Merge branch 'stable'Gravatar Lars Hjemli2012-01-04-3/+3
|\ \ | |/ |/|
| * Add sort parameter to pager of repo listGravatar Tobias Grimm2012-01-04-3/+3
* | cgit.c: always setup cgit repo environment variablesGravatar Lars Hjemli2011-06-14-1/+1
* | ui_repolist: get modtime from packed-refs as fallbackGravatar Ferry Huberts2011-05-31-3/+12
* | Merge branch 'fh/filter-api'Gravatar Lars Hjemli2011-05-24-1/+1
|\ \ | |/ |/|
| * cgit_open_filter: also take the repo as a parameterGravatar Ferry Huberts2011-03-26-1/+1
* | ui-repolist.c: do not return random/stale data from read_agefileGravatar Lars Hjemli2011-05-24-1/+1
|/
* ui-repolist: fix redefinition of _XOPEN_SOURCEGravatar Mark Lodato2010-09-05-6/+0
* Fix repolist search links with virtual rootGravatar Geoff Johnstone2009-09-20-1/+1
* ui-repolist: handle empty sections similar to NULL sectionsGravatar Lars Hjemli2009-08-24-7/+11
* ui-repolist.c: sort by section name, repo name as defaultGravatar Lars Hjemli2009-08-24-0/+15
* Introduce 'section' as canonical spelling for 'repo.group'Gravatar Lars Hjemli2009-08-24-9/+9
* Add and use a common readfile() functionGravatar Lars Hjemli2009-08-19-9/+10
* Merge branch 'stable'Gravatar Lars Hjemli2009-08-19-0/+1
|\
| * truncate buffer before reading empty filesGravatar Simon Arlott2009-08-18-0/+1
* | Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli2009-08-09-2/+7
|/
* Merge branch 'full-log'Gravatar Lars Hjemli2008-12-06-1/+1
|\
| * ui-log: add support for showing the full commit messageGravatar Lars Hjemli2008-11-30-1/+1
* | Merge branch 'lh/sort-repolist'Gravatar Lars Hjemli2008-12-06-14/+121
|\ \
| * | ui-repolist: implement lazy caching of repo->mtimeGravatar Lars Hjemli2008-11-30-4/+12
| * | ui-repolist: sort null values lastGravatar Lars Hjemli2008-11-29-2/+2
| * | ui-repolist: add support for sorting any columnGravatar Lars Hjemli2008-11-29-9/+83
| * | ui-repolist: extract get_repo_modtime() from print_modtime()Gravatar Lars Hjemli2008-11-29-27/+19
| * | Add support for sorting by Age in the repolistGravatar Benjamin Close2008-11-29-3/+36
| |/
* | ui-repolist: avoid build warning for strcasestr(3)Gravatar Lars Hjemli2008-12-06-0/+4
|/
* ui-repolist: handle empty agefilesGravatar Lars Hjemli2008-11-14-1/+2
* ui-repolist + ui-shared: Use cgit_summary_link()Gravatar Lars Hjemli2008-10-06-6/+2