cgit

ref: v1.0
Sha Commit date Commit message Author
a6572ce1 2016-06-07 Bump version. Jason A. Donenfeld
41508c09 2016-05-19 git: update to v2.8.3 Christian Hesse
21bf30b0 2016-05-12 ui-diff: action='.' is not correct Jason A. Donenfeld
c34e2883 2016-05-12 forms: action should not be empty Jason A. Donenfeld
9afda36e 2016-05-11 ui-shared: Remove a name attribute with an empty value Juuso Lapinlampi
8d05b398 2016-05-11 ui-shared: HTML-ize DOCTYPE and <html> Juuso Lapinlampi
80f12b3e 2016-05-11 ui-shared: Simplify cgit_print_error_page() logic Juuso Lapinlampi
86bf5b47 2016-04-30 git: update to v2.8.2 Christian Hesse
59d8fa1a 2016-02-26 ui-log: Simplify decoration code Tim Nordell
499b2397 2016-02-26 ui-log: Do not always emit decoration span Tim Nordell
39735d95 2016-03-08 Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txt Matt Comben
e9cbdf64 2016-02-26 ui-shared: redirect should not exit early for cache Jason A. Donenfeld
09a3aa5a 2016-02-26 about: path_info might not be valid Jason A. Donenfeld
c424b5cb 2016-02-23 tabs: do not use target=_blank Jason A. Donenfeld
46ff6e19 2016-02-23 css: fix indentation Jason A. Donenfeld
a0d22c39 2016-02-23 css: use less blurry icon for external link Christian Hesse
1892cd9a 2016-02-23 md2html: Do syntax highlighting too Jason A. Donenfeld
a9e9dfc5 2016-02-22 git: update to v2.7.2 Christian Hesse
de6098be 2016-02-22 ui-plain: fix to show a repo's root directory listing in plain view Joe Anakata
94c02bbf 2016-02-22 cmd: redirect empty about/ to homepage or summary Jason A. Donenfeld
5f2664f1 2016-02-22 ui-shared: add homepage to tabs Jason A. Donenfeld
75298209 2016-02-08 ui-atom: avoid DATE_STRFTIME John Keeping
9c15f3c6 2016-02-08 Avoid DATE_STRFTIME for long/short dates John Keeping
bdcbe092 2016-02-08 ui-stats: cast pointer before checking for zero John Keeping
a8b9ef8c 2016-02-08 ui-stats: if we're going to abuse void*, do it safely Jason A. Donenfeld
85ec9f02 2016-02-08 git: update to v2.7.1 Christian Hesse
17c74eef 2016-01-19 ui-shared: remove cgit_print_date() John Keeping
eb80b4ed 2016-01-19 ui-atom: use show_date directly for atom dates John Keeping
e68c86e8 2016-01-19 ui-shared: use show_date for footer timestamp John Keeping
f2a901d2 2016-01-19 ui: show ages in the originator's timezone John Keeping
21dcf103 2016-01-19 ui-{commit,tag}: show dates in originator's timezone John Keeping
360af46f 2016-01-19 ui-shared: add cgit_date_mode() John Keeping
45c87ca1 2016-01-19 parsing: add timezone to ident structures John Keeping
57ea1aa2 2016-01-19 ui-shared: remove "format" from cgit_print_age() John Keeping
23f7dada 2016-01-18 ui-tree: put reverse path in title Jason A. Donenfeld
d3756bd7 2016-01-18 syntax-highlighting: always use utf-8 to avoid ascii codec issues Jason A. Donenfeld
33bc949a 2016-01-16 cache: don't check for match with no key John Keeping
3fbfced7 2016-01-16 cache: use size_t for string lengths John Keeping
baa5ad1f 2016-01-16 ui-log: handle parse_commit() errors John Keeping
e64d5e04 2016-01-14 Bump version Jason A. Donenfeld
c326f3eb 2016-01-14 ui-plain: add enable-html-serving flag Jason A. Donenfeld
9ca25669 2016-01-14 ui-blob: set CSP just in case Jason A. Donenfeld
92996ac2 2016-01-14 ui-blob: always use generic mimetypes Jason A. Donenfeld
1c581a07 2016-01-14 ui-blob: Do not accept mimetype from user Jason A. Donenfeld
513b3863 2016-01-14 ui-shared: prevent malicious filename from injecting headers Jason A. Donenfeld
4291453e 2016-01-14 ui-shared: Avoid new line injection into redirect header Jason A. Donenfeld
4c69241b 2016-01-13 Fix missing prototype declarations Peter Colberg
9abe4a26 2015-12-08 ui-repolist: return HTTP 404 if no repositories found Peter Colberg
a4014d0d 2015-12-08 ui-repolist: extract repo visibility criteria to separate function Peter Colberg
da1b8971 2015-12-13 Fix segmentation fault in hc() Lukas Fleischer
559ab5ec 2016-01-05 git: update to v2.7.0 Christian Hesse
6edc84bc 2016-01-13 ui-repolist: initialize char *buf to NULL Christian Hesse
4458abf6 2015-11-24 filter: avoid integer overflow in authenticate_post Jason A. Donenfeld
ffe09621 2015-11-12 about-formatting.sh: comment text out of date Jason A. Donenfeld
143e6525 2015-10-12 filters: port syntax-highlighting.py to python 3.x Christian Hesse
3f9e14ad 2015-10-12 md2html: the default of stdin works fine Jason A. Donenfeld
c3018991 2015-10-12 filters: misc cleanups Jason A. Donenfeld
ccb42541 2015-10-12 md2html: use pure python Jason A. Donenfeld
76dc7a33 2015-10-10 cache: fix resource leak: close file handle before return Christian Hesse
ed5dccbe 2015-10-10 ui-atom: fix resource leak: free allocation from cgit_pageurl Christian Hesse
144e3c60 2015-10-10 ui-atom: fix resource leak: free before return Christian Hesse
97da17b7 2015-10-10 ui-atom: fix resource leak: free allocation from cgit_repourl Christian Hesse
7320bfa8 2015-10-10 ui-blob: fix resource leak: free before return Christian Hesse
30802126 2015-10-10 ui-blob: fix resource leak: free before return Christian Hesse
08a2b818 2015-10-09 ui-plain: fix resource leak: free before assigning NULL Christian Hesse
979db79a 2015-10-09 ui-plain: fix resource leak: free before return Christian Hesse
51338f76 2015-10-09 ui-repolist: fix resource leak: free allocation from cgit_currenturl Christian Hesse
7ef1a479 2015-10-09 ui-repolist: fix resource leak: free before return Christian Hesse
525c815c 2015-10-09 filters: Simplify converters Jason A. Donenfeld
6edfc167 2015-10-09 ui-shared: fix resource leak: free allocation from cgit_hosturl Christian Hesse
f77e2a8c 2015-10-09 ui-shared: return value of cgit_hosturl is not const Christian Hesse
6f2e4400 2015-10-09 cmd: fix resource leak: free allocation from cgit_currenturl and fmtalloc Christian Hesse
3e244a0c 2015-10-09 ui-shared: fix resource leak: free allocation from cgit_currenturl Christian Hesse
c5c0eb87 2015-10-09 ui-shared: return value of cgit_currenturl is not const Christian Hesse
37fce991 2015-10-09 ui-shared: fix resource leak: free allocation from cgit_fileurl Christian Hesse
fa5810ed 2015-10-09 ui-ssdiff: fix resource leak: free allocation from cgit_fileurl Christian Hesse
896cd69d 2015-10-09 ui-tree: fix resource leak: free before return Christian Hesse
ad006918 2015-10-09 Avoid use of non-reentrant functions Jason A. Donenfeld
35b3c67a 2015-09-05 Makefile: fix MAKEFLAGS tests with multiple flags John Keeping
198a4404 2015-10-08 ui-refs: remove useless null check John Keeping
509488d8 2015-10-08 ui-blob: remove useless null check John Keeping
687cdf69 2015-10-08 scan-tree: remove useless strdup() John Keeping
94182d60 2015-10-08 cgit.c: remove useless null check John Keeping
978ce8c0 2015-10-06 git: update to v2.6.1 Christian Hesse
73f199be 2015-08-17 mime: rewrite detection function Jason A. Donenfeld
790d2498 2015-08-16 ui-summary: send images plain for about page Christian Hesse
aa943bc9 2015-08-16 refactor get_mimetype_from_file() to get_mimetype_for_filename() Christian Hesse
f5c83d7b 2015-08-14 move get_mimetype_from_file() to shared Christian Hesse
73ef8567 2015-08-14 cmd: fix command definition John Keeping
03de4733 2015-08-14 cmd: no need for pre function hook now Jason A. Donenfeld
c5975ae5 2015-08-14 ui-shared: cache errors for "dynamic TTL" John Keeping
a420c7ce 2015-08-14 cmd: remove "want_layout" field John Keeping
9c70c0bf 2015-08-14 tree: move layout into page function John Keeping
696a33b6 2015-08-14 tag: move layout into page function John Keeping
a3daa41b 2015-08-14 summary: move layout into page function John Keeping
892c5441 2015-08-14 stats: move layout into page function John Keeping
6d39dd19 2015-08-14 refs: move layout to page function John Keeping
23c17d8f 2015-08-14 log: move layout into page function John Keeping
3b220eb2 2015-08-14 diff: move layout to page function John Keeping
c53a15c7 2015-08-14 commit: move layout into page function John Keeping