index
:
cgit-magenta.git
this commit
dev/antibot
dev/tarball-cache
master
wiki
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-repolist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve button spacing for browsers w/o CSS
Eric Wong
2025-03-12
1
-0
/
+2
*
ui-repolist,ui-shared: remove redundant title on repo anchors
Chris Mayo
2022-12-19
1
-1
/
+1
*
ui-repolist: do not return unsigned (negative) value
Christian Hesse
2019-11-22
1
-1
/
+1
*
global: make 'char *path' const where possible
Christian Hesse
2019-06-05
1
-1
/
+1
*
global: remove functionality we deprecated for cgit v1.0
Christian Hesse
2018-06-27
1
-3
/
+0
*
html: html_ntxt with no ellipsis
Jeff Smith
2017-10-03
1
-1
/
+2
*
Remove unused variable from sort_section()
Lukas Fleischer
2017-04-05
1
-1
/
+0
*
ui-repolist: properly sort by age
Jason A. Donenfeld
2017-03-30
1
-21
/
+17
*
css: highlight even table rows and skip empty rows
Christian Hesse
2016-11-23
1
-1
/
+1
*
ui-repolist: fix memory leak
Christian Hesse
2016-10-12
1
-1
/
+3
*
ui-repolist: fix memory leak
Christian Hesse
2016-10-07
1
-1
/
+4
*
ui: show ages in the originator's timezone
John Keeping
2016-02-08
1
-1
/
+1
*
ui-shared: remove "format" from cgit_print_age()
John Keeping
2016-02-08
1
-1
/
+1
*
ui-repolist: return HTTP 404 if no repositories found
Peter Colberg
2016-01-13
1
-3
/
+17
*
ui-repolist: extract repo visibility criteria to separate function
Peter Colberg
2016-01-13
1
-3
/
+10
*
ui-repolist: initialize char *buf to NULL
Christian Hesse
2016-01-13
1
-1
/
+1
*
ui-repolist: fix resource leak: free allocation from cgit_currenturl
Christian Hesse
2015-10-09
1
-1
/
+3
*
ui-repolist: fix resource leak: free before return
Christian Hesse
2015-10-09
1
-1
/
+3
*
about: move layout into page functions
John Keeping
2015-08-14
1
-1
/
+4
*
Remove redundant includes
John Keeping
2015-08-13
1
-1
/
+0
*
log: allow users to follow a file
John Keeping
2015-08-12
1
-1
/
+1
*
ui-repolist: make sortcolumn definitions 'static const'
John Keeping
2015-03-09
1
-2
/
+2
*
Avoid non-ANSI function declarations
John Keeping
2015-03-09
1
-3
/
+3
*
Make root handling sane again.
Jason A. Donenfeld
2015-03-03
1
-1
/
+1
*
ui-shared: Add current url helper function.
Jason A. Donenfeld
2015-03-03
1
-2
/
+2
*
ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering
Jason A. Donenfeld
2015-03-03
1
-2
/
+2
*
ui-repolist: use correct owner query link
Jason A. Donenfeld
2015-03-03
1
-1
/
+1
*
Add repo.hide and repo.ignore
Lukas Fleischer
2015-01-29
1
-0
/
+2
*
repolist: add owner-filter
Chris Burroughs
2014-12-23
1
-7
/
+13
*
git: update to v2.2.1
Christian Hesse
2014-12-23
1
-3
/
+4
*
git: update for git 2.0
Christian Hesse
2014-06-28
1
-1
/
+1
*
repolist: make owner clickable to search
Jason A. Donenfeld
2014-01-17
1
-0
/
+6
*
Switch to exclusively using global ctx
Lukas Fleischer
2014-01-17
1
-3
/
+3
*
filter: return on null filter from open and close
Jason A. Donenfeld
2014-01-14
1
-4
/
+2
*
ui-repolist: HTML-escape cgit_rooturl() response
John Keeping
2014-01-12
1
-1
/
+3
*
filter: pass extra arguments via cgit_open_filter
John Keeping
2014-01-12
1
-7
/
+3
*
Update copyright information
Lukas Fleischer
2014-01-08
1
-2
/
+1
*
ui-summary: Pass filename to about-filter
Jason A. Donenfeld
2013-05-25
1
-2
/
+6
*
use struct strbuf instead of static buffers
John Keeping
2013-04-08
1
-12
/
+16
*
Always #include corresponding .h in .c files
John Keeping
2013-04-08
1
-0
/
+1
*
Convert pager navigation into a unordered list
Lukas Fleischer
2013-03-20
1
-2
/
+4
*
Mark several functions/variables static
Lukas Fleischer
2013-03-04
1
-7
/
+7
*
White space around control verbs.
Jason A. Donenfeld
2013-03-04
1
-2
/
+2
*
Fix several whitespace errors
Lukas Fleischer
2013-03-04
1
-3
/
+3
*
Make "owner" column on index page configurable
Florian Pritz
2013-02-01
1
-7
/
+12
*
ui-repolist: Add "section-sort" flag to control section sorting.
Tobias Bieniek
2012-10-17
1
-1
/
+1
*
ui: Remember to print ampersand as proper html entities.
William Bell
2012-10-17
1
-1
/
+1
*
ui-repolist: Rename section-sort to repository-sort.
Jason A. Donenfeld
2012-10-16
1
-1
/
+1
*
ui-repolist: do not use agefile if it's date could not be parsed
Ferry Huberts
2012-10-09
1
-2
/
+4
*
ui-repolist: Bold the currently viewed page.
Jamie Couture
2012-10-08
1
-4
/
+7
*
Update copyright headers to have latest dates.
Jason A. Donenfeld
2012-07-12
1
-0
/
+1
*
ui-repolist: Case insensitive sorting and age sort
Jason A. Donenfeld
2012-07-12
1
-4
/
+18
*
Merge branch 'jp/defbranch'
Lars Hjemli
2012-03-18
1
-1
/
+2
|
\
|
*
ui-repolist.c: fallback to "master" if no default branch is specified
Lars Hjemli
2011-07-19
1
-1
/
+2
*
|
Merge branch 'stable'
Lars Hjemli
2012-01-03
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add sort parameter to pager of repo list
Tobias Grimm
2012-01-03
1
-3
/
+3
*
|
cgit.c: always setup cgit repo environment variables
Lars Hjemli
2011-06-13
1
-1
/
+1
*
|
ui_repolist: get modtime from packed-refs as fallback
Ferry Huberts
2011-05-30
1
-3
/
+12
*
|
Merge branch 'fh/filter-api'
Lars Hjemli
2011-05-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
cgit_open_filter: also take the repo as a parameter
Ferry Huberts
2011-03-26
1
-1
/
+1
*
|
ui-repolist.c: do not return random/stale data from read_agefile
Lars Hjemli
2011-05-23
1
-1
/
+1
|
/
*
ui-repolist: fix redefinition of _XOPEN_SOURCE
Mark Lodato
2010-09-04
1
-6
/
+0
*
Fix repolist search links with virtual root
Geoff Johnstone
2009-09-20
1
-1
/
+1
*
ui-repolist: handle empty sections similar to NULL sections
Lars Hjemli
2009-08-24
1
-7
/
+11
*
ui-repolist.c: sort by section name, repo name as default
Lars Hjemli
2009-08-24
1
-0
/
+15
*
Introduce 'section' as canonical spelling for 'repo.group'
Lars Hjemli
2009-08-24
1
-9
/
+9
*
Add and use a common readfile() function
Lars Hjemli
2009-08-18
1
-9
/
+10
*
Merge branch 'stable'
Lars Hjemli
2009-08-18
1
-0
/
+1
|
\
|
*
truncate buffer before reading empty files
Simon Arlott
2009-08-18
1
-0
/
+1
*
|
Add 'about-filter' and 'repo.about-filter' options
Lars Hjemli
2009-08-09
1
-2
/
+7
|
/
*
Merge branch 'full-log'
Lars Hjemli
2008-12-06
1
-1
/
+1
|
\
|
*
ui-log: add support for showing the full commit message
Lars Hjemli
2008-11-29
1
-1
/
+1
*
|
Merge branch 'lh/sort-repolist'
Lars Hjemli
2008-12-06
1
-14
/
+121
|
\
\
|
*
|
ui-repolist: implement lazy caching of repo->mtime
Lars Hjemli
2008-11-29
1
-4
/
+12
|
*
|
ui-repolist: sort null values last
Lars Hjemli
2008-11-29
1
-2
/
+2
|
*
|
ui-repolist: add support for sorting any column
Lars Hjemli
2008-11-29
1
-9
/
+83
|
*
|
ui-repolist: extract get_repo_modtime() from print_modtime()
Lars Hjemli
2008-11-29
1
-27
/
+19
|
*
|
Add support for sorting by Age in the repolist
Benjamin Close
2008-11-29
1
-3
/
+36
|
|
/
*
/
ui-repolist: avoid build warning for strcasestr(3)
Lars Hjemli
2008-12-05
1
-0
/
+4
|
/
*
ui-repolist: handle empty agefiles
Lars Hjemli
2008-11-14
1
-1
/
+2
*
ui-repolist + ui-shared: Use cgit_summary_link()
Lars Hjemli
2008-10-05
1
-6
/
+2
*
ui-repolist: enable filtering of repos by path
Lars Hjemli
2008-09-15
1
-1
/
+10
*
Add a pager on the repolist
Lars Hjemli
2008-05-03
1
-1
/
+18
*
Prepare for 'about site' page / add 'root-readme' option to cgitrc
Lars Hjemli
2008-04-29
1
-0
/
+6
*
Move included header-file out of repolist table
Lars Hjemli
2008-04-29
1
-6
/
+3
*
Make a few more columns in repolist and log view clickable
Lars Hjemli
2008-04-14
1
-0
/
+2
*
Make repository search case insensitive
Lars Hjemli
2008-04-13
1
-4
/
+4
*
Implement minimal freetext search in the repolist
Lars Hjemli
2008-04-13
1
-12
/
+37
*
More layout fixes
Lars Hjemli
2008-04-13
1
-1
/
+1
*
Add ui-shared.h
Lars Hjemli
2008-03-24
1
-0
/
+1
*
Remove obsolete cacheitem parameter to ui-functions
Lars Hjemli
2008-03-24
1
-1
/
+1
*
Add struct cgit_page to cgit_context
Lars Hjemli
2008-03-24
1
-2
/
+4
*
Introduce html.h
Lars Hjemli
2008-03-18
1
-1
/
+2
*
Move cgit_repo into cgit_context
Lars Hjemli
2008-02-16
1
-15
/
+15
*
Add all config variables into struct cgit_context
Lars Hjemli
2008-02-16
1
-9
/
+9
*
Fix html error detected by test-suite
Lars Hjemli
2007-11-11
1
-1
/
+1
*
Add search parameters to cgit_log_link
Lars Hjemli
2007-11-03
1
-1
/
+2
*
Add ofs argument to cgit_log_link and use it in ui-log.c
Lars Hjemli
2007-06-29
1
-1
/
+1
*
Add setting to enable/disable extra links on index page
Lars Hjemli
2007-06-19
1
-12
/
+23
*
Change S/L/T to summary/log/tree
Lars Hjemli
2007-06-18
1
-4
/
+4
*
Change "files" to "tree"
Lars Hjemli
2007-06-18
1
-1
/
+1
*
Add git_log_link() and fix bug in generic repolink function
Lars Hjemli
2007-06-17
1
-3
/
+1
*
Add and use cgit_tree_link()
Lars Hjemli
2007-06-17
1
-19
/
+16
*
Remove unused variable from ui-repolist.c:read_agefile()
Lars Hjemli
2007-05-23
1
-1
/
+0
*
Show time since last change on index page
Lars Hjemli
2007-05-22
1
-1
/
+39
*
Make frontpage friendlier
Lars Hjemli
2007-05-21
1
-13
/
+11
*
Merge branch 'repogroups'
Lars Hjemli
2007-05-20
1
-0
/
+10
|
\
|
*
Don't highlight repogroup headings
Lars Hjemli
2007-05-18
1
-1
/
+1
|
*
Teach cgit how to group repositories by category
Lars Hjemli
2007-05-18
1
-0
/
+10
*
|
Teach cgit howto include an external file on index page.
Lars Hjemli
2007-05-19
1
-0
/
+5
|
/
*
Restrict length of repo description on repolist page
Lars Hjemli
2007-05-16
1
-1
/
+1
*
Add C D L and T links to index page
Lars Hjemli
2007-05-16
1
-1
/
+15
*
Layout update
Lars Hjemli
2007-02-21
1
-1
/
+0
*
Read repo-info from /etc/cgitrc
Lars Hjemli
2007-02-04
1
-31
/
+8
*
Cleanup table listings
Lars Hjemli
2007-01-28
1
-1
/
+1
*
Add generic support for search box in page header
Lars Hjemli
2006-12-28
1
-1
/
+1
*
Minor style fixes
Lars Hjemli
2006-12-22
1
-2
/
+5
*
Move functions for repolist output into ui-repolist.c
Lars Hjemli
2006-12-11
1
-0
/
+60