aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-14about: move layout into page functionsJohn Keeping1-1/+4
2015-08-13Remove redundant includesJohn Keeping1-1/+0
2015-08-12log: allow users to follow a fileJohn Keeping1-1/+1
2015-03-09ui-repolist: make sortcolumn definitions 'static const'John Keeping1-2/+2
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-3/+3
2015-03-03Make root handling sane again.Jason A. Donenfeld1-1/+1
2015-03-03ui-shared: Add current url helper function.Jason A. Donenfeld1-2/+2
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld1-2/+2
2015-03-03ui-repolist: use correct owner query linkJason A. Donenfeld1-1/+1
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer1-0/+2
2014-12-24repolist: add owner-filterChris Burroughs1-7/+13
2014-12-24git: update to v2.2.1Christian Hesse1-3/+4
2014-06-28git: update for git 2.0Christian Hesse1-1/+1
2014-01-17repolist: make owner clickable to searchJason A. Donenfeld1-0/+6
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-3/+3
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld1-4/+2
2014-01-12ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping1-1/+3
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping1-7/+3
2014-01-08Update copyright informationLukas Fleischer1-2/+1
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld1-2/+6
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-12/+16
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-20Convert pager navigation into a unordered listLukas Fleischer1-2/+4
2013-03-05Mark several functions/variables staticLukas Fleischer1-7/+7
2013-03-04White space around control verbs.Jason A. Donenfeld1-2/+2
2013-03-04Fix several whitespace errorsLukas Fleischer1-3/+3
2013-02-01Make "owner" column on index page configurableFlorian Pritz1-7/+12
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek1-1/+1
2012-10-17ui: Remember to print ampersand as proper html entities.William Bell1-1/+1
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld1-1/+1
2012-10-09ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts1-2/+4
2012-10-08ui-repolist: Bold the currently viewed page.Jamie Couture1-4/+7
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld1-0/+1
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld1-4/+18
2012-03-18Merge branch 'jp/defbranch'Lars Hjemli1-1/+2
2012-01-03Merge branch 'stable'Lars Hjemli1-3/+3
2012-01-03Add sort parameter to pager of repo listTobias Grimm1-3/+3
2011-07-19ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli1-1/+2
2011-06-14cgit.c: always setup cgit repo environment variablesLars Hjemli1-1/+1
2011-05-30ui_repolist: get modtime from packed-refs as fallbackFerry Huberts1-3/+12
2011-05-23Merge branch 'fh/filter-api'Lars Hjemli1-1/+1
2011-05-23ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli1-1/+1
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-1/+1
2010-09-04ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato1-6/+0
2009-09-20Fix repolist search links with virtual rootGeoff Johnstone1-1/+1
2009-08-24ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli1-7/+11
2009-08-24ui-repolist.c: sort by section name, repo name as defaultLars Hjemli1-0/+15
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli1-9/+9
2009-08-18Add and use a common readfile() functionLars Hjemli1-9/+10
2009-08-18Merge branch 'stable'Lars Hjemli1-0/+1