about summary refs log tree commit
path: root/ui-repolist.c
DateCommit message (Expand)
2012-03-18Merge branch 'jp/defbranch'
2012-01-03Merge branch 'stable'
2012-01-03Add sort parameter to pager of repo list
2011-07-19ui-repolist.c: fallback to "master" if no default branch is specified
2011-06-13cgit.c: always setup cgit repo environment variables
2011-05-30ui_repolist: get modtime from packed-refs as fallback
2011-05-23Merge branch 'fh/filter-api'
2011-05-23ui-repolist.c: do not return random/stale data from read_agefile
2011-03-26cgit_open_filter: also take the repo as a parameter
2010-09-04ui-repolist: fix redefinition of _XOPEN_SOURCE
2009-09-20Fix repolist search links with virtual root
2009-08-24ui-repolist: handle empty sections similar to NULL sections
2009-08-24ui-repolist.c: sort by section name, repo name as default
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'
2009-08-18Add and use a common readfile() function
2009-08-18Merge branch 'stable'
2009-08-18truncate buffer before reading empty files
2009-08-09Add 'about-filter' and 'repo.about-filter' options
2008-12-06Merge branch 'full-log'
2008-12-06Merge branch 'lh/sort-repolist'
2008-12-05ui-repolist: avoid build warning for strcasestr(3)
2008-11-29ui-log: add support for showing the full commit message
2008-11-29ui-repolist: implement lazy caching of repo->mtime
2008-11-29ui-repolist: sort null values last
2008-11-29ui-repolist: add support for sorting any column
2008-11-29ui-repolist: extract get_repo_modtime() from print_modtime()
2008-11-29Add support for sorting by Age in the repolist
2008-11-14ui-repolist: handle empty agefiles
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()
2008-09-15ui-repolist: enable filtering of repos by path
2008-05-03Add a pager on the repolist
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrc
2008-04-29Move included header-file out of repolist table
2008-04-14Make a few more columns in repolist and log view clickable
2008-04-13Make repository search case insensitive
2008-04-13Implement minimal freetext search in the repolist
2008-04-13More layout fixes
2008-03-24Add ui-shared.h
2008-03-24Remove obsolete cacheitem parameter to ui-functions
2008-03-24Add struct cgit_page to cgit_context
2008-03-18Introduce html.h
2008-02-16Move cgit_repo into cgit_context
2008-02-16Add all config variables into struct cgit_context
2007-11-11Fix html error detected by test-suite
2007-11-03Add search parameters to cgit_log_link
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.c
2007-06-19Add setting to enable/disable extra links on index page
2007-06-18Change S/L/T to summary/log/tree
2007-06-18Change "files" to "tree"
2007-06-17Add git_log_link() and fix bug in generic repolink function