summaryrefslogtreecommitdiffstatshomepage
path: root/ui-repolist.c
Commit message (Expand)AuthorAgeFilesLines
* Start bootstrapping cgitGravatar Tom Willemse2013-05-041-7/+3
* ui-repolist: Add "section-sort" flag to control section s...Gravatar Tobias Bieniek2012-10-171-1/+1
* ui: Remember to print ampersand as proper html entities.Gravatar William Bell2012-10-171-1/+1
* ui-repolist: Rename section-sort to repository-sort.Gravatar Jason A. Donenfeld2012-10-161-1/+1
* ui-repolist: do not use agefile if it's date could not be...Gravatar Ferry Huberts2012-10-091-2/+4
* ui-repolist: Bold the currently viewed page.Gravatar Jamie Couture2012-10-081-4/+7
* Update copyright headers to have latest dates.Gravatar Jason A. Donenfeld2012-07-121-0/+1
* ui-repolist: Case insensitive sorting and age sortGravatar Jason A. Donenfeld2012-07-121-4/+18
* Merge branch 'jp/defbranch'Gravatar Lars Hjemli2012-03-181-1/+2
|\
| * ui-repolist.c: fallback to "master" if no default branch ...Gravatar Lars Hjemli2011-07-191-1/+2
* | Merge branch 'stable'Gravatar Lars Hjemli2012-01-031-3/+3
|\ \ | |/ |/|
| * Add sort parameter to pager of repo listGravatar Tobias Grimm2012-01-031-3/+3
* | cgit.c: always setup cgit repo environment variablesGravatar Lars Hjemli2011-06-131-1/+1
* | ui_repolist: get modtime from packed-refs as fallbackGravatar Ferry Huberts2011-05-301-3/+12
* | Merge branch 'fh/filter-api'Gravatar Lars Hjemli2011-05-231-1/+1
|\ \ | |/ |/|
| * cgit_open_filter: also take the repo as a parameterGravatar Ferry Huberts2011-03-261-1/+1
* | ui-repolist.c: do not return random/stale data from read_...Gravatar Lars Hjemli2011-05-231-1/+1
|/
* ui-repolist: fix redefinition of _XOPEN_SOURCEGravatar Mark Lodato2010-09-041-6/+0
* Fix repolist search links with virtual rootGravatar Geoff Johnstone2009-09-201-1/+1
* ui-repolist: handle empty sections similar to NULL sectionsGravatar Lars Hjemli2009-08-241-7/+11
* ui-repolist.c: sort by section name, repo name as defaultGravatar Lars Hjemli2009-08-241-0/+15
* Introduce 'section' as canonical spelling for 'repo.group'Gravatar Lars Hjemli2009-08-241-9/+9
* Add and use a common readfile() functionGravatar Lars Hjemli2009-08-181-9/+10
* Merge branch 'stable'Gravatar Lars Hjemli2009-08-181-0/+1
|\
| * truncate buffer before reading empty filesGravatar Simon Arlott2009-08-181-0/+1
* | Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli2009-08-091-2/+7
|/
* Merge branch 'full-log'Gravatar Lars Hjemli2008-12-061-1/+1
|\
| * ui-log: add support for showing the full commit messageGravatar Lars Hjemli2008-11-291-1/+1
* | Merge branch 'lh/sort-repolist'Gravatar Lars Hjemli2008-12-061-14/+121
|\ \
| * | ui-repolist: implement lazy caching of repo->mtimeGravatar Lars Hjemli2008-11-291-4/+12
| * | ui-repolist: sort null values lastGravatar Lars Hjemli2008-11-291-2/+2
| * | ui-repolist: add support for sorting any columnGravatar Lars Hjemli2008-11-291-9/+83
| * | ui-repolist: extract get_repo_modtime() from print_modtime()Gravatar Lars Hjemli2008-11-291-27/+19
| * | Add support for sorting by Age in the repolistGravatar Benjamin Close2008-11-291-3/+36
| |/
* / ui-repolist: avoid build warning for strcasestr(3)Gravatar Lars Hjemli2008-12-051-0/+4
|/
* ui-repolist: handle empty agefilesGravatar Lars Hjemli2008-11-141-1/+2
* ui-repolist + ui-shared: Use cgit_summary_link()Gravatar Lars Hjemli2008-10-051-6/+2
* ui-repolist: enable filtering of repos by pathGravatar Lars Hjemli2008-09-151-1/+10
* Add a pager on the repolistGravatar Lars Hjemli2008-05-031-1/+18
* Prepare for 'about site' page / add 'root-readme' option ...Gravatar Lars Hjemli2008-04-291-0/+6
* Move included header-file out of repolist tableGravatar Lars Hjemli2008-04-291-6/+3
* Make a few more columns in repolist and log view clickableGravatar Lars Hjemli2008-04-141-0/+2
* Make repository search case insensitiveGravatar Lars Hjemli2008-04-131-4/+4
* Implement minimal freetext search in the repolistGravatar Lars Hjemli2008-04-131-12/+37
* More layout fixesGravatar Lars Hjemli2008-04-131-1/+1
* Add ui-shared.hGravatar Lars Hjemli2008-03-241-0/+1
* Remove obsolete cacheitem parameter to ui-functionsGravatar Lars Hjemli2008-03-241-1/+1
* Add struct cgit_page to cgit_contextGravatar Lars Hjemli2008-03-241-2/+4
* Introduce html.hGravatar Lars Hjemli2008-03-181-1/+2
* Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-161-15/+15