index
:
cgit
ch/about-link
ch/default-pages
ch/dynamic-aging
ch/for-jason
ch/highlight-line
ch/log-commit-message
jd/render-filter
jd/zx2c4-deployment
jk/collapsible-sections
lf/filter
lf/for-jason
lh/grep
lh/pretty-blob-view
master
rm/namespace
wiki
A hyperfast web frontend for git repositories written in C
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui-shared.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui-shared: use type='search' for the search box
Ville Skyttä
2017-10-15
1
-2
/
+2
*
ui-tree: link to blame UI if enabled
Jeff Smith
2017-10-03
1
-3
/
+17
*
ui-shared: make a char* parameter const
Jeff Smith
2017-10-03
1
-11
/
+8
*
ui-tree: move set_title_from_path to ui-shared
Jeff Smith
2017-10-03
1
-0
/
+31
*
ui-shared: don't print path crumbs without a repo
John Keeping
2017-08-10
1
-1
/
+1
*
ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Christian Hesse
2016-10-04
1
-5
/
+5
*
ui-shared: fix decl-after-statement warnings
John Keeping
2016-10-01
1
-5
/
+7
*
ui-shared: fix segfault when defbranch is NULL
Eric Wong
2016-07-06
1
-1
/
+1
*
Avoid ambiguities when prettifying snapshot names
Lukas Fleischer
2016-07-05
1
-5
/
+21
*
Hosted on HTTPS now
Jason A. Donenfeld
2016-06-07
1
-1
/
+1
*
forms: action should not be empty
Jason A. Donenfeld
2016-05-12
1
-1
/
+1
*
ui-shared: Remove a name attribute with an empty value
Juuso Lapinlampi
2016-05-12
1
-1
/
+1
*
ui-shared: HTML-ize DOCTYPE and <html>
Juuso Lapinlampi
2016-05-12
1
-3
/
+2
*
ui-shared: Simplify cgit_print_error_page() logic
Juuso Lapinlampi
2016-05-12
1
-4
/
+2
*
ui-shared: redirect should not exit early for cache
Jason A. Donenfeld
2016-02-26
1
-1
/
+0
*
tabs: do not use target=_blank
Jason A. Donenfeld
2016-02-23
1
-1
/
+1
*
ui-shared: add homepage to tabs
Jason A. Donenfeld
2016-02-22
1
-0
/
+5
*
Avoid DATE_STRFTIME for long/short dates
John Keeping
2016-02-08
1
-7
/
+6
*
ui-shared: remove cgit_print_date()
John Keeping
2016-02-08
1
-20
/
+0
*
ui-shared: use show_date for footer timestamp
John Keeping
2016-02-08
1
-1
/
+1
*
ui: show ages in the originator's timezone
John Keeping
2016-02-08
1
-11
/
+11
*
ui-shared: add cgit_date_mode()
John Keeping
2016-02-08
1
-0
/
+9
*
ui-shared: remove "format" from cgit_print_age()
John Keeping
2016-02-08
1
-2
/
+2
*
ui-shared: prevent malicious filename from injecting headers
Jason A. Donenfeld
2016-01-14
1
-3
/
+5
*
ui-shared: Avoid new line injection into redirect header
Jason A. Donenfeld
2016-01-14
1
-1
/
+3
*
Fix segmentation fault in hc()
Lukas Fleischer
2016-01-13
1
-0
/
+3
*
git: update to v2.7.0
Christian Hesse
2016-01-13
1
-1
/
+1
*
ui-shared: fix resource leak: free allocation from cgit_hosturl
Christian Hesse
2015-10-09
1
-2
/
+3
*
ui-shared: return value of cgit_hosturl is not const
Christian Hesse
2015-10-09
1
-3
/
+3
*
ui-shared: fix resource leak: free allocation from cgit_currenturl
Christian Hesse
2015-10-09
1
-3
/
+8
*
ui-shared: return value of cgit_currenturl is not const
Christian Hesse
2015-10-09
1
-2
/
+2
*
ui-shared: fix resource leak: free allocation from cgit_fileurl
Christian Hesse
2015-10-09
1
-5
/
+11
*
ui-shared: cache errors for "dynamic TTL"
John Keeping
2015-08-14
1
-0
/
+1
*
ui-shared: add cgit_print_layout_{start,end}()
John Keeping
2015-08-14
1
-0
/
+12
*
ui-shared: add cgit_print_error_page() function
John Keeping
2015-08-14
1
-0
/
+14
*
ui-shared: show full date in tooltip if longer ago than max_relative
John Keeping
2015-08-13
1
-0
/
+4
*
ui-shared: use common function in print_rel_date()
John Keeping
2015-08-13
1
-10
/
+1
*
ui-shared: extract date formatting to a function
John Keeping
2015-08-13
1
-4
/
+9
*
redirect: cleanliness
Jason A. Donenfeld
2015-08-13
1
-2
/
+1
*
log: allow users to follow a file
John Keeping
2015-08-12
1
-3
/
+25
*
about: always ensure page has a trailing slash
Jason A. Donenfeld
2015-08-12
1
-0
/
+8
*
git: update to v2.5.0
Christian Hesse
2015-08-12
1
-1
/
+1
*
ui-shared: allow remote refs in branch switcher
Christian Hesse
2015-03-18
1
-0
/
+2
*
Remove no-op link from submodule entries
Lukas Fleischer
2015-03-13
1
-17
/
+24
*
ui-shared: currenturl should take into account leading slash
Jason A. Donenfeld
2015-03-09
1
-1
/
+5
*
ui-shared: don't use an integer as a NULL pointer
John Keeping
2015-03-09
1
-1
/
+1
*
ui-shared: avoid initializing static variable to zero
John Keeping
2015-03-09
1
-1
/
+1
*
ui-shared: make cgit_doctype 'static'
John Keeping
2015-03-09
1
-1
/
+1
*
Avoid non-ANSI function declarations
John Keeping
2015-03-09
1
-6
/
+6
*
Make root handling sane again.
Jason A. Donenfeld
2015-03-03
1
-12
/
+12
[next]