aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
Commit message (Expand)AuthorAgeLines
* 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
* ui-repolist: enable filtering of repos by pathGravatar Lars Hjemli2008-09-16-1/+10
* Add a pager on the repolistGravatar Lars Hjemli2008-05-03-1/+18
* Prepare for 'about site' page / add 'root-readme' option to cgitrcGravatar Lars Hjemli2008-04-29-0/+6
* Move included header-file out of repolist tableGravatar Lars Hjemli2008-04-29-6/+3
* Make a few more columns in repolist and log view clickableGravatar Lars Hjemli2008-04-15-0/+2
* Make repository search case insensitiveGravatar Lars Hjemli2008-04-13-4/+4
* Implement minimal freetext search in the repolistGravatar Lars Hjemli2008-04-13-12/+37
* More layout fixesGravatar Lars Hjemli2008-04-13-1/+1
* Add ui-shared.hGravatar Lars Hjemli2008-03-25-0/+1
* Remove obsolete cacheitem parameter to ui-functionsGravatar Lars Hjemli2008-03-24-1/+1
* Add struct cgit_page to cgit_contextGravatar Lars Hjemli2008-03-24-2/+4
* Introduce html.hGravatar Lars Hjemli2008-03-18-1/+2
* Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-16-15/+15
* Add all config variables into struct cgit_contextGravatar Lars Hjemli2008-02-16-9/+9
* Fix html error detected by test-suiteGravatar Lars Hjemli2007-11-11-1/+1
* Add search parameters to cgit_log_linkGravatar Lars Hjemli2007-11-03-1/+2
* Add ofs argument to cgit_log_link and use it in ui-log.cGravatar Lars Hjemli2007-06-30-1/+1
* Add setting to enable/disable extra links on index pageGravatar Lars Hjemli2007-06-19-12/+23
* Change S/L/T to summary/log/treeGravatar Lars Hjemli2007-06-19-4/+4
* Change "files" to "tree"Gravatar Lars Hjemli2007-06-19-1/+1
* Add git_log_link() and fix bug in generic repolink functionGravatar Lars Hjemli2007-06-17-3/+1
* Add and use cgit_tree_link()Gravatar Lars Hjemli2007-06-17-19/+16
* Remove unused variable from ui-repolist.c:read_agefile()Gravatar Lars Hjemli2007-05-24-1/+0
* Show time since last change on index pageGravatar Lars Hjemli2007-05-23-1/+39
* Make frontpage friendlierGravatar Lars Hjemli2007-05-21-13/+11