Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | repolist: make owner clickable to search | Jason A. Donenfeld | 1 | -0/+6 |
2014-01-17 | Switch to exclusively using global ctx | Lukas Fleischer | 1 | -3/+3 |
2014-01-14 | filter: return on null filter from open and close | Jason A. Donenfeld | 1 | -4/+2 |
2014-01-12 | ui-repolist: HTML-escape cgit_rooturl() response | John Keeping | 1 | -1/+3 |
2014-01-12 | filter: pass extra arguments via cgit_open_filter | John Keeping | 1 | -7/+3 |
2014-01-08 | Update copyright information | Lukas Fleischer | 1 | -2/+1 |
2013-05-25 | ui-summary: Pass filename to about-filter | Jason A. Donenfeld | 1 | -2/+6 |
2013-04-08 | use struct strbuf instead of static buffers | John Keeping | 1 | -12/+16 |
2013-04-08 | Always #include corresponding .h in .c files | John Keeping | 1 | -0/+1 |
2013-03-20 | Convert pager navigation into a unordered list | Lukas Fleischer | 1 | -2/+4 |
2013-03-05 | Mark several functions/variables static | Lukas Fleischer | 1 | -7/+7 |
2013-03-04 | White space around control verbs. | Jason A. Donenfeld | 1 | -2/+2 |
2013-03-04 | Fix several whitespace errors | Lukas Fleischer | 1 | -3/+3 |
2013-02-01 | Make "owner" column on index page configurable | Florian Pritz | 1 | -7/+12 |
2012-10-17 | ui-repolist: Add "section-sort" flag to control section sorting. | Tobias Bieniek | 1 | -1/+1 |
2012-10-17 | ui: Remember to print ampersand as proper html entities. | William Bell | 1 | -1/+1 |
2012-10-16 | ui-repolist: Rename section-sort to repository-sort. | Jason A. Donenfeld | 1 | -1/+1 |
2012-10-09 | ui-repolist: do not use agefile if it's date could not be parsed | Ferry Huberts | 1 | -2/+4 |
2012-10-08 | ui-repolist: Bold the currently viewed page. | Jamie Couture | 1 | -4/+7 |
2012-07-12 | Update copyright headers to have latest dates. | Jason A. Donenfeld | 1 | -0/+1 |
2012-07-12 | ui-repolist: Case insensitive sorting and age sort | Jason A. Donenfeld | 1 | -4/+18 |
2012-03-18 | Merge branch 'jp/defbranch' | Lars Hjemli | 1 | -1/+2 |
2012-01-03 | Merge branch 'stable' | Lars Hjemli | 1 | -3/+3 |
2012-01-03 | Add sort parameter to pager of repo list | Tobias Grimm | 1 | -3/+3 |
2011-07-19 | ui-repolist.c: fallback to "master" if no default branch is specified | Lars Hjemli | 1 | -1/+2 |
2011-06-14 | cgit.c: always setup cgit repo environment variables | Lars Hjemli | 1 | -1/+1 |
2011-05-30 | ui_repolist: get modtime from packed-refs as fallback | Ferry Huberts | 1 | -3/+12 |
2011-05-23 | Merge branch 'fh/filter-api' | Lars Hjemli | 1 | -1/+1 |
2011-05-23 | ui-repolist.c: do not return random/stale data from read_agefile | Lars Hjemli | 1 | -1/+1 |
2011-03-26 | cgit_open_filter: also take the repo as a parameter | Ferry Huberts | 1 | -1/+1 |
2010-09-04 | ui-repolist: fix redefinition of _XOPEN_SOURCE | Mark Lodato | 1 | -6/+0 |
2009-09-20 | Fix repolist search links with virtual root | Geoff Johnstone | 1 | -1/+1 |
2009-08-24 | ui-repolist: handle empty sections similar to NULL sections | Lars Hjemli | 1 | -7/+11 |
2009-08-24 | ui-repolist.c: sort by section name, repo name as default | Lars Hjemli | 1 | -0/+15 |
2009-08-24 | Introduce 'section' as canonical spelling for 'repo.group' | Lars Hjemli | 1 | -9/+9 |
2009-08-18 | Add and use a common readfile() function | Lars Hjemli | 1 | -9/+10 |
2009-08-18 | Merge branch 'stable' | Lars Hjemli | 1 | -0/+1 |
2009-08-18 | truncate buffer before reading empty files | Simon Arlott | 1 | -0/+1 |
2009-08-09 | Add 'about-filter' and 'repo.about-filter' options | Lars Hjemli | 1 | -2/+7 |
2008-12-06 | Merge branch 'full-log' | Lars Hjemli | 1 | -1/+1 |
2008-12-06 | Merge branch 'lh/sort-repolist' | Lars Hjemli | 1 | -14/+121 |
2008-12-05 | ui-repolist: avoid build warning for strcasestr(3) | Lars Hjemli | 1 | -0/+4 |
2008-11-29 | ui-log: add support for showing the full commit message | Lars Hjemli | 1 | -1/+1 |
2008-11-29 | ui-repolist: implement lazy caching of repo->mtime | Lars Hjemli | 1 | -4/+12 |
2008-11-29 | ui-repolist: sort null values last | Lars Hjemli | 1 | -2/+2 |
2008-11-29 | ui-repolist: add support for sorting any column | Lars Hjemli | 1 | -9/+83 |
2008-11-29 | ui-repolist: extract get_repo_modtime() from print_modtime() | Lars Hjemli | 1 | -27/+19 |
2008-11-29 | Add support for sorting by Age in the repolist | Benjamin Close | 1 | -3/+36 |
2008-11-14 | ui-repolist: handle empty agefiles | Lars Hjemli | 1 | -1/+2 |
2008-10-05 | ui-repolist + ui-shared: Use cgit_summary_link() | Lars Hjemli | 1 | -6/+2 |