aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19ui-repolist,ui-shared: remove redundant title on repo anchorsChris Mayo1-1/+1
2019-11-22ui-repolist: do not return unsigned (negative) valueChristian Hesse1-1/+1
2019-06-05global: make 'char *path' const where possibleChristian Hesse1-1/+1
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse1-3/+0
2017-10-03html: html_ntxt with no ellipsisJeff Smith1-1/+2
2017-04-05Remove unused variable from sort_section()Lukas Fleischer1-1/+0
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld1-21/+17
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse1-1/+1
2016-10-12ui-repolist: fix memory leakChristian Hesse1-1/+3
2016-10-07ui-repolist: fix memory leakChristian Hesse1-1/+4
2016-02-08ui: show ages in the originator's timezoneJohn Keeping1-1/+1
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping1-1/+1
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg1-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg1-3/+10
2016-01-13ui-repolist: initialize char *buf to NULLChristian Hesse1-1/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse1-1/+3
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-23repolist: add owner-filterChris Burroughs1-7/+13
2014-12-23git: 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-04Mark 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-13cgit.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
2009-08-18truncate buffer before reading empty filesSimon Arlott1-0/+1
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli1-2/+7
2008-12-06Merge branch 'full-log'Lars Hjemli1-1/+1
2008-12-06Merge branch 'lh/sort-repolist'Lars Hjemli1-14/+121
2008-12-05ui-repolist: avoid build warning for strcasestr(3)Lars Hjemli1-0/+4
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-1/+1
2008-11-29ui-repolist: implement lazy caching of repo->mtimeLars Hjemli1-4/+12
2008-11-29ui-repolist: sort null values lastLars Hjemli1-2/+2
2008-11-29ui-repolist: add support for sorting any columnLars Hjemli1-9/+83
2008-11-29ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli1-27/+19
2008-11-29Add support for sorting by Age in the repolistBenjamin Close1-3/+36
2008-11-14ui-repolist: handle empty agefilesLars Hjemli1-1/+2
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli1-6/+2
2008-09-15ui-repolist: enable filtering of repos by pathLars Hjemli1-1/+10
2008-05-03Add a pager on the repolistLars Hjemli1-1/+18
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli1-0/+6
2008-04-29Move included header-file out of repolist tableLars Hjemli1-6/+3
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli1-0/+2
2008-04-13Make repository search case insensitiveLars Hjemli1-4/+4
2008-04-13Implement minimal freetext search in the repolistLars Hjemli1-12/+37
2008-04-13More layout fixesLars Hjemli1-1/+1
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli1-1/+1
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli1-2/+4
2008-03-18Introduce html.hLars Hjemli1-1/+2
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-15/+15
2008-02-16Add all config variables into struct cgit_contextLars Hjemli1-9/+9
2007-11-11Fix html error detected by test-suiteLars Hjemli1-1/+1
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-1/+2
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-1/+1
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli1-12/+23
2007-06-18Change S/L/T to summary/log/treeLars Hjemli1-4/+4
2007-06-18Change "files" to "tree"Lars Hjemli1-1/+1
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-3/+1
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-19/+16
2007-05-23Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli1-1/+0
2007-05-22Show time since last change on index pageLars Hjemli1-1/+39
2007-05-21Make frontpage friendlierLars Hjemli1-13/+11
2007-05-20Merge branch 'repogroups'Lars Hjemli1-0/+10
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli1-0/+5
2007-05-18Don't highlight repogroup headingsLars Hjemli1-1/+1
2007-05-18Teach cgit how to group repositories by categoryLars Hjemli1-0/+10
2007-05-16Restrict length of repo description on repolist pageLars Hjemli1-1/+1
2007-05-16Add C D L and T links to index pageLars Hjemli1-1/+15
2007-02-21Layout updateLars Hjemli1-1/+0
2007-02-04Read repo-info from /etc/cgitrcLars Hjemli1-31/+8
2007-01-28Cleanup table listingsLars Hjemli1-1/+1
2006-12-28Add generic support for search box in page headerLars Hjemli1-1/+1
2006-12-22Minor style fixesLars Hjemli1-2/+5
2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli1-0/+60