Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
infrastructure
/
cgit.git
/
refs/heads/master
/
ui-repolist.c
f2a901d
ui: show ages in the originator's timezone
by John Keeping
· 9 years ago
57ea1aa
ui-shared: remove "format" from cgit_print_age()
by John Keeping
· 9 years ago
9abe4a2
ui-repolist: return HTTP 404 if no repositories found
by Peter Colberg
· 10 years ago
a4014d0
ui-repolist: extract repo visibility criteria to separate function
by Peter Colberg
· 10 years ago
6edc84b
ui-repolist: initialize char *buf to NULL
by Christian Hesse
· 10 years ago
51338f7
ui-repolist: fix resource leak: free allocation from cgit_currenturl
by Christian Hesse
· 10 years ago
7ef1a47
ui-repolist: fix resource leak: free before return
by Christian Hesse
· 10 years ago
51d9176
about: move layout into page functions
by John Keeping
· 10 years ago
157f544
Remove redundant includes
by John Keeping
· 10 years ago
30304d8
log: allow users to follow a file
by John Keeping
· 10 years ago
ad74669
ui-repolist: make sortcolumn definitions 'static const'
by John Keeping
· 10 years ago
e3d3fff
Avoid non-ANSI function declarations
by John Keeping
· 10 years ago
2e4a41e
Make root handling sane again.
by Jason A. Donenfeld
· 10 years ago
6bcda2f
ui-shared: Add current url helper function.
by Jason A. Donenfeld
· 10 years ago
c3473e8
ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering
by Jason A. Donenfeld
· 10 years ago
e14eee9
ui-repolist: use correct owner query link
by Jason A. Donenfeld
· 10 years ago
c58cec9
Add repo.hide and repo.ignore
by Lukas Fleischer
· 10 years ago
96ceb9a
repolist: add owner-filter
by Chris Burroughs
· 11 years ago
17838ec
git: update to v2.2.1
by Christian Hesse
· 11 years ago
79c985e
git: update for git 2.0
by Christian Hesse
· 11 years ago
a2b6b37
repolist: make owner clickable to search
by Jason A. Donenfeld
· 12 years ago
f60ffa1
Switch to exclusively using global ctx
by Lukas Fleischer
· 12 years ago
800380d
filter: return on null filter from open and close
by Jason A. Donenfeld
· 12 years ago
1de6591
ui-repolist: HTML-escape cgit_rooturl() response
by John Keeping
· 12 years ago
3d8a650
filter: pass extra arguments via cgit_open_filter
by John Keeping
· 12 years ago
f7f26f8
Update copyright information
by Lukas Fleischer
· 12 years ago
c0dfaf1
ui-summary: Pass filename to about-filter
by Jason A. Donenfeld
· 12 years ago
fb3655d
use struct strbuf instead of static buffers
by John Keeping
· 12 years ago
8f20879
Always #include corresponding .h in .c files
by John Keeping
· 12 years ago
b60e6bf
Convert pager navigation into a unordered list
by Lukas Fleischer
· 12 years ago
bafab42
Mark several functions/variables static
by Lukas Fleischer
· 12 years ago
bdae1d8
White space around control verbs.
by Jason A. Donenfeld
· 12 years ago
53bc747
Fix several whitespace errors
by Lukas Fleischer
· 12 years ago
b1e172a
Make "owner" column on index page configurable
by Florian Pritz
· 12 years ago
7a4e7c8
ui-repolist: Add "section-sort" flag to control section sorting.
by Tobias Bieniek
· 13 years ago
c366bd6
ui: Remember to print ampersand as proper html entities.
by William Bell
· 13 years ago
fdfb6a6
ui-repolist: Rename section-sort to repository-sort.
by Jason A. Donenfeld
· 13 years ago
e52a522
ui-repolist: do not use agefile if it's date could not be parsed
by Ferry Huberts
· 13 years ago
4675b91
ui-repolist: Bold the currently viewed page.
by Jamie Couture
· 13 years ago
7f08e03
Update copyright headers to have latest dates.
by Jason A. Donenfeld
· 13 years ago
184c565
ui-repolist: Case insensitive sorting and age sort
by Jason A. Donenfeld
· 13 years ago
181b6e7
Merge branch 'jp/defbranch'
by Lars Hjemli
· 13 years ago
04254fa
Merge branch 'stable'
by Lars Hjemli
· 14 years ago
7530d94
Add sort parameter to pager of repo list
by Tobias Grimm
· 14 years ago
5293c8b
ui-repolist.c: fallback to "master" if no default branch is specified
by Lars Hjemli
· 14 years ago
3ec6b30
cgit.c: always setup cgit repo environment variables
by Lars Hjemli
· 14 years ago
21e0e0b
ui_repolist: get modtime from packed-refs as fallback
by Ferry Huberts
· 14 years ago
ab350a7
Merge branch 'fh/filter-api'
by Lars Hjemli
· 14 years ago
c8ea73c
ui-repolist.c: do not return random/stale data from read_agefile
by Lars Hjemli
· 14 years ago
d87bba8
cgit_open_filter: also take the repo as a parameter
by Ferry Huberts
· 14 years ago
25e8ba1
ui-repolist: fix redefinition of _XOPEN_SOURCE
by Mark Lodato
· 15 years ago
9735835
Fix repolist search links with virtual root
by Geoff Johnstone
· 16 years ago
e01229c
ui-repolist: handle empty sections similar to NULL sections
by Lars Hjemli
· 16 years ago
63816ec
ui-repolist.c: sort by section name, repo name as default
by Lars Hjemli
· 16 years ago
e7af002
Introduce 'section' as canonical spelling for 'repo.group'
by Lars Hjemli
· 16 years ago
e16f178
Add and use a common readfile() function
by Lars Hjemli
· 16 years ago
523c133
Merge branch 'stable'
by Lars Hjemli
· 16 years ago
011f2e9
truncate buffer before reading empty files
by Simon Arlott
· 16 years ago
537c05f
Add 'about-filter' and 'repo.about-filter' options
by Lars Hjemli
· 16 years ago
3c32fe0
Merge branch 'full-log'
by Lars Hjemli
· 17 years ago
9c8be94
Merge branch 'lh/sort-repolist'
by Lars Hjemli
· 17 years ago
7115f7d
ui-repolist: avoid build warning for strcasestr(3)
by Lars Hjemli
· 17 years ago
0274b57
ui-log: add support for showing the full commit message
by Lars Hjemli
· 17 years ago
8813170
ui-repolist: implement lazy caching of repo->mtime
by Lars Hjemli
· 17 years ago
54272e6
ui-repolist: sort null values last
by Lars Hjemli
· 17 years ago
f250c1c
ui-repolist: add support for sorting any column
by Lars Hjemli
· 17 years ago
cbac02c
ui-repolist: extract get_repo_modtime() from print_modtime()
by Lars Hjemli
· 17 years ago
d71c0c7
Add support for sorting by Age in the repolist
by Benjamin Close
· 17 years ago
c7d1402
ui-repolist: handle empty agefiles
by Lars Hjemli
· 17 years ago
49ecbbd
ui-repolist + ui-shared: Use cgit_summary_link()
by Lars Hjemli
· 17 years ago
dd80ef5
ui-repolist: enable filtering of repos by path
by Lars Hjemli
· 17 years ago
c6078b8
Add a pager on the repolist
by Lars Hjemli
· 17 years ago
c6431a7
Prepare for 'about site' page / add 'root-readme' option to cgitrc
by Lars Hjemli
· 17 years ago
8062817
Move included header-file out of repolist table
by Lars Hjemli
· 17 years ago
e9a7042
Make a few more columns in repolist and log view clickable
by Lars Hjemli
· 17 years ago
28d781f
Make repository search case insensitive
by Lars Hjemli
· 17 years ago
536b054
Implement minimal freetext search in the repolist
by Lars Hjemli
· 17 years ago
931fc6d
More layout fixes
by Lars Hjemli
· 17 years ago
a4d1ca1
Add ui-shared.h
by Lars Hjemli
· 17 years ago
b608e88
Remove obsolete cacheitem parameter to ui-functions
by Lars Hjemli
· 17 years ago
f3c1a18
Add struct cgit_page to cgit_context
by Lars Hjemli
· 17 years ago
b1f9b9c
Introduce html.h
by Lars Hjemli
· 17 years ago
d1f3bbe
Move cgit_repo into cgit_context
by Lars Hjemli
· 17 years ago
b228d4f
Add all config variables into struct cgit_context
by Lars Hjemli
· 17 years ago
2915483
Fix html error detected by test-suite
by Lars Hjemli
· 18 years ago
5114031
Add search parameters to cgit_log_link
by Lars Hjemli
· 18 years ago
103940f
Add ofs argument to cgit_log_link and use it in ui-log.c
by Lars Hjemli
· 18 years ago
0d05bca
Add setting to enable/disable extra links on index page
by Lars Hjemli
· 18 years ago
a215bf4
Change S/L/T to summary/log/tree
by Lars Hjemli
· 18 years ago
1f34fb9
Change "files" to "tree"
by Lars Hjemli
· 18 years ago
48c487d
Add git_log_link() and fix bug in generic repolink function
by Lars Hjemli
· 18 years ago
44947bf
Add and use cgit_tree_link()
by Lars Hjemli
· 18 years ago
25da3f7
Remove unused variable from ui-repolist.c:read_agefile()
by Lars Hjemli
· 18 years ago
57f6a8b
Show time since last change on index page
by Lars Hjemli
· 18 years ago
0b8b6a3
Make frontpage friendlier
by Lars Hjemli
· 18 years ago
271ac5a
Merge branch 'repogroups'
by Lars Hjemli
· 18 years ago
de69ce0
Teach cgit howto include an external file on index page.
by Lars Hjemli
· 18 years ago
2aef89e
Don't highlight repogroup headings
by Lars Hjemli
· 18 years ago
5877c49
Teach cgit how to group repositories by category
by Lars Hjemli
· 18 years ago
c1ad6cb
Restrict length of repo description on repolist page
by Lars Hjemli
· 18 years ago
Next »