about summary refs log tree commit diff
path: root/ui-repolist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve button spacing for browsers w/o CSSEric Wong2025-03-121-0/+2
* ui-repolist,ui-shared: remove redundant title on repo anchorsChris Mayo2022-12-191-1/+1
* ui-repolist: do not return unsigned (negative) valueChristian Hesse2019-11-221-1/+1
* global: make 'char *path' const where possibleChristian Hesse2019-06-051-1/+1
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-271-3/+0
* html: html_ntxt with no ellipsisJeff Smith2017-10-031-1/+2
* Remove unused variable from sort_section()Lukas Fleischer2017-04-051-1/+0
* ui-repolist: properly sort by ageJason A. Donenfeld2017-03-301-21/+17
* css: highlight even table rows and skip empty rowsChristian Hesse2016-11-231-1/+1
* ui-repolist: fix memory leakChristian Hesse2016-10-121-1/+3
* ui-repolist: fix memory leakChristian Hesse2016-10-071-1/+4
* ui: show ages in the originator's timezoneJohn Keeping2016-02-081-1/+1
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-081-1/+1
* ui-repolist: return HTTP 404 if no repositories foundPeter Colberg2016-01-131-3/+17
* ui-repolist: extract repo visibility criteria to separate functionPeter Colberg2016-01-131-3/+10
* ui-repolist: initialize char *buf to NULLChristian Hesse2016-01-131-1/+1
* ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-091-1/+3
* ui-repolist: fix resource leak: free before returnChristian Hesse2015-10-091-1/+3
* about: move layout into page functionsJohn Keeping2015-08-141-1/+4
* Remove redundant includesJohn Keeping2015-08-131-1/+0
* log: allow users to follow a fileJohn Keeping2015-08-121-1/+1
* ui-repolist: make sortcolumn definitions 'static const'John Keeping2015-03-091-2/+2
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-3/+3
* Make root handling sane again.Jason A. Donenfeld2015-03-031-1/+1
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-031-2/+2
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-031-2/+2
* ui-repolist: use correct owner query linkJason A. Donenfeld2015-03-031-1/+1
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-291-0/+2
* repolist: add owner-filterChris Burroughs2014-12-231-7/+13
* git: update to v2.2.1Christian Hesse2014-12-231-3/+4
* git: update for git 2.0Christian Hesse2014-06-281-1/+1
* repolist: make owner clickable to searchJason A. Donenfeld2014-01-171-0/+6
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-3/+3
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-141-4/+2
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-121-1/+3
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-121-7/+3
* Update copyright informationLukas Fleischer2014-01-081-2/+1
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-251-2/+6
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-12/+16
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Convert pager navigation into a unordered listLukas Fleischer2013-03-201-2/+4
* Mark several functions/variables staticLukas Fleischer2013-03-041-7/+7
* White space around control verbs.Jason A. Donenfeld2013-03-041-2/+2
* Fix several whitespace errorsLukas Fleischer2013-03-041-3/+3
* Make "owner" column on index page configurableFlorian Pritz2013-02-011-7/+12
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-171-1/+1
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-171-1/+1
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-161-1/+1
* ui-repolist: do not use agefile if it's date could not be parsedFerry Huberts2012-10-091-2/+4
* ui-repolist: Bold the currently viewed page.Jamie Couture2012-10-081-4/+7
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-121-0/+1
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-121-4/+18
* Merge branch 'jp/defbranch'Lars Hjemli2012-03-181-1/+2
|\
| * ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli2011-07-191-1/+2
* | Merge branch 'stable'Lars Hjemli2012-01-031-3/+3
|\ \ | |/ |/|
| * Add sort parameter to pager of repo listTobias Grimm2012-01-031-3/+3
* | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-131-1/+1
* | ui_repolist: get modtime from packed-refs as fallbackFerry Huberts2011-05-301-3/+12
* | Merge branch 'fh/filter-api'Lars Hjemli2011-05-231-1/+1
|\ \ | |/ |/|
| * cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-261-1/+1
* | ui-repolist.c: do not return random/stale data from read_agefileLars Hjemli2011-05-231-1/+1
|/
* ui-repolist: fix redefinition of _XOPEN_SOURCEMark Lodato2010-09-041-6/+0
* Fix repolist search links with virtual rootGeoff Johnstone2009-09-201-1/+1
* ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2009-08-241-7/+11
* ui-repolist.c: sort by section name, repo name as defaultLars Hjemli2009-08-241-0/+15
* Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-241-9/+9
* Add and use a common readfile() functionLars Hjemli2009-08-181-9/+10
* Merge branch 'stable'Lars Hjemli2009-08-181-0/+1
|\
| * truncate buffer before reading empty filesSimon Arlott2009-08-181-0/+1
* | Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli2009-08-091-2/+7
|/
* Merge branch 'full-log'Lars Hjemli2008-12-061-1/+1
|\
| * ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-1/+1
* | Merge branch 'lh/sort-repolist'Lars Hjemli2008-12-061-14/+121
|\ \
| * | ui-repolist: implement lazy caching of repo->mtimeLars Hjemli2008-11-291-4/+12
| * | ui-repolist: sort null values lastLars Hjemli2008-11-291-2/+2
| * | ui-repolist: add support for sorting any columnLars Hjemli2008-11-291-9/+83
| * | ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli2008-11-291-27/+19
| * | Add support for sorting by Age in the repolistBenjamin Close2008-11-291-3/+36
| |/
* / ui-repolist: avoid build warning for strcasestr(3)Lars Hjemli2008-12-051-0/+4
|/
* ui-repolist: handle empty agefilesLars Hjemli2008-11-141-1/+2
* ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli2008-10-051-6/+2
* ui-repolist: enable filtering of repos by pathLars Hjemli2008-09-151-1/+10
* Add a pager on the repolistLars Hjemli2008-05-031-1/+18
* Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-291-0/+6
* Move included header-file out of repolist tableLars Hjemli2008-04-291-6/+3
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-141-0/+2
* Make repository search case insensitiveLars Hjemli2008-04-131-4/+4
* Implement minimal freetext search in the repolistLars Hjemli2008-04-131-12/+37
* More layout fixesLars Hjemli2008-04-131-1/+1
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-241-1/+1
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-2/+4
* Introduce html.hLars Hjemli2008-03-181-1/+2
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-15/+15
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-9/+9
* Fix html error detected by test-suiteLars Hjemli2007-11-111-1/+1
* Add search parameters to cgit_log_linkLars Hjemli2007-11-031-1/+2
* Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-291-1/+1
* Add setting to enable/disable extra links on index pageLars Hjemli2007-06-191-12/+23
* Change S/L/T to summary/log/treeLars Hjemli2007-06-181-4/+4
* Change "files" to "tree"Lars Hjemli2007-06-181-1/+1
* Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-171-3/+1
* Add and use cgit_tree_link()Lars Hjemli2007-06-171-19/+16
* Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli2007-05-231-1/+0
* Show time since last change on index pageLars Hjemli2007-05-221-1/+39
* Make frontpage friendlierLars Hjemli2007-05-211-13/+11
* Merge branch 'repogroups'Lars Hjemli2007-05-201-0/+10
|\
| * Don't highlight repogroup headingsLars Hjemli2007-05-181-1/+1
| * Teach cgit how to group repositories by categoryLars Hjemli2007-05-181-0/+10
* | Teach cgit howto include an external file on index page.Lars Hjemli2007-05-191-0/+5
|/
* Restrict length of repo description on repolist pageLars Hjemli2007-05-161-1/+1
* Add C D L and T links to index pageLars Hjemli2007-05-161-1/+15
* Layout updateLars Hjemli2007-02-211-1/+0
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-041-31/+8
* Cleanup table listingsLars Hjemli2007-01-281-1/+1
* Add generic support for search box in page headerLars Hjemli2006-12-281-1/+1
* Minor style fixesLars Hjemli2006-12-221-2/+5
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-0/+60