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: restrict to 15 levels
Jason A. Donenfeld
2019-05-20
1
-1
/
+3
*
ui-shared: fix broken sizeof in title setting and rewrite
Jason A. Donenfeld
2019-01-02
1
-26
/
+8
*
auth-filter: pass url with query string attached
Jason A. Donenfeld
2018-11-25
1
-2
/
+35
*
ui-shared: ban strcat()
Christian Hesse
2018-09-11
1
-4
/
+8
*
Fix gcc 8.1.1 compiler warnings
Jason A. Donenfeld
2018-07-04
1
-7
/
+12
*
snapshot: support tar signature for compressed tar
Christian Hesse
2018-07-03
1
-1
/
+8
*
extra-head-content: introduce another option for meta tags
Jason A. Donenfeld
2018-07-03
1
-0
/
+2
*
global: remove functionality we deprecated for cgit v1.0
Christian Hesse
2018-06-27
1
-2
/
+0
*
snapshot: strip bit from struct cgit_snapshot_format
Christian Hesse
2018-06-27
1
-1
/
+1
*
snapshot: support archive signatures
John Keeping
2018-06-27
1
-0
/
+7
*
ui-shared: pass separator in to cgit_print_snapshot_links()
John Keeping
2018-06-27
1
-2
/
+3
*
ui-shared: use the same snapshot logic as ui-refs
John Keeping
2018-06-27
1
-1
/
+7
*
ui-shared: rename parameter to cgit_print_snapshot_links()
John Keeping
2018-06-27
1
-2
/
+2
*
ui-shared: remove unused parameter
John Keeping
2018-06-27
1
-2
/
+1
*
Add "snapshot-prefix" repo configuration
John Keeping
2018-06-27
1
-1
/
+9
*
ui-shared: pass repo object to print_snapshot_links()
John Keeping
2018-06-27
1
-4
/
+4
*
print git version string in footer
Christian Hesse
2018-06-27
1
-2
/
+3
*
git: update to v2.17.1
Christian Hesse
2018-06-27
1
-1
/
+1
*
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
[next]