cgit

ref: v0.11.2
Sha Commit date Commit message Author
cadbb699 2015-03-13 Bump version Jason A. Donenfeld
db021a19 2015-03-05 Remove no-op link from submodule entries Lukas Fleischer
7511f4b4 2015-03-10 filters: Add sample gentoo script Jason A. Donenfeld
f3ab1f17 2015-03-08 cgit: remember to set up env vars before empty clone path Jason A. Donenfeld
8eef4589 2015-03-08 ui-shared: currenturl should take into account leading slash Jason A. Donenfeld
438bac6f 2015-03-08 html: avoid using a plain integer as a NULL pointer John Keeping
80d52079 2015-03-08 cache: don't use an integer as a NULL pointer John Keeping
d34b9671 2015-03-08 ui-shared: don't use an integer as a NULL pointer John Keeping
94e5f212 2015-03-08 ui-shared: avoid initializing static variable to zero John Keeping
bd9fb032 2015-03-08 ui-stats: make cgit_period definitions 'static const' John Keeping
0f23d465 2015-03-08 ui-shared: make cgit_doctype 'static' John Keeping
ad74669e 2015-03-08 ui-repolist: make sortcolumn definitions 'static const' John Keeping
3fe509e1 2015-03-08 ui-log: make some variables 'static' John Keeping
eefd5e0a 2015-03-08 shared: make some variables 'static' John Keeping
812cd49e 2015-03-08 scan-tree: make some variables 'static' John Keeping
12d3d4c3 2015-03-08 Avoid signed bitfields John Keeping
e3d3fffd 2015-03-08 Avoid non-ANSI function declarations John Keeping
5150b7c1 2015-03-08 Makefile: add a target to run CGit through sparse John Keeping
97a91657 2015-03-07 git: update to v2.3.2 Christian Hesse
198d84a9 2015-03-05 Bump version Jason A. Donenfeld
3cb8e762 2015-03-05 Drop return value from parse_user() Lukas Fleischer
4d8ed337 2015-03-05 Remove leading newline characters from tag messages Lukas Fleischer
ecd6b723 2015-03-05 simple-authentication.lua: tie secure cookies to field names Jason A. Donenfeld
bd24832c 2015-03-05 cgit: show clone URLs for empty repo Jason A. Donenfeld
db9a70b1 2015-03-03 cache: use F_SETLK to avoid stale lock files John Keeping
2e4a41e8 2015-03-03 Make root handling sane again. Jason A. Donenfeld
6bcda2f7 2015-03-03 ui-shared: Add current url helper function. Jason A. Donenfeld
db4b7354 2015-03-03 ui-shared: keep filter repolist page in pagination Jason A. Donenfeld
c3473e8a 2015-03-03 ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering Jason A. Donenfeld
e14eee9e 2015-03-03 ui-repolist: use correct owner query link Jason A. Donenfeld
936295c4 2015-03-03 Simplify commit and tag parsing Lukas Fleischer
911d5742 2015-02-25 git: update to v2.3.1 Christian Hesse
5e3e665d 2015-02-15 Bump verison Jason A. Donenfeld
36b1d789 2015-02-11 shrink cgit.png file size Christian Hesse
6e498de2 2015-02-09 ui-clone.c: Fix off-by-one error in pack path Jason A. Donenfeld
b66b16ed 2015-02-09 ui-clone.c: Fix path check Lukas Fleischer
7358f630 2015-02-07 git: update for v2.3.0 Christian Hesse
1a9e5660 2015-02-05 ui-shared.c: Refactor add_clone_urls() Lukas Fleischer
c58cec9d 2015-01-29 Add repo.hide and repo.ignore Lukas Fleischer
1a2eeb94 2015-01-17 Add Etags for snapshots Janus
c422b9b3 2015-01-15 tag: reference with "h" instead of "id" John Keeping
ed7e3bc8 2015-01-15 Return proper HTTP response when accessing info/ Lukas Fleischer
c641e0ab 2015-01-13 git: update to v2.2.2 Christian Hesse
d6c40507 2014-12-29 ui-diff: don't link to single file diff stat John Keeping
7552266a 2014-12-28 ui-patch: match git-format-patch(1) output John Keeping
ce8f4902 2014-12-28 t0108: modernize style John Keeping
b1227300 2014-12-24 Revert "git: use xz compressed archive for download" Jason A. Donenfeld
6f9e8a96 2014-12-24 Use split_ident_line() in parse_user() Lukas Fleischer
2159414a 2014-03-19 footer: link back to cgit home page Jason A. Donenfeld
caed6cb2 2014-12-20 ui-shared: show absolute time in tooltip for relative dates John Keeping
a87c9d8a 2014-12-23 git: use xz compressed archive for download Christian Hesse
62affc0e 2014-07-17 match other common markdown file extensions Chris Burroughs
96ceb9a9 2014-08-04 repolist: add owner-filter Chris Burroughs
3c53ebfb 2014-08-01 ui-shared: add rel-vcs microformat links to HTML header John Keeping
d31be4cc 2014-08-01 ui-summary: add "rel='vcs-git'" to clone URL links John Keeping
bbfa006e 2014-08-01 Extract clone URL printing to ui-shared.c John Keeping
485b0992 2014-12-13 Remove trailing slash after remove-suffix Lukas Fleischer
17838ec6 2014-12-19 git: update to v2.2.1 Christian Hesse
10c5680e 2014-09-10 filter: fix libravatar email-filter https issue Christian Hesse
ddfaef6b 2014-10-05 ui-diff: add "stat only" diff type John Keeping
1830271c 2014-10-05 Change "ss" diff flag to an enum John Keeping
03f537f1 2014-10-05 ui-shared: remove toggle_ssdiff arg to cgit_diff_link() John Keeping
eeddb5bc 2014-10-05 ui-shared: remove toggle_ssdiff arg to cgit_commit_link() John Keeping
49f60777 2014-08-03 git: update to v2.0.4 John Keeping
9dd67272 2014-07-27 Always check if README exists in choose_readme() Lukas Fleischer
efa2879a 2014-08-01 cgitrc.5: we mean a cgi response, not request Jason A. Donenfeld
2eea471a 2014-07-27 ui-stats.c: set parent pointer to NULL after freeing it John Keeping
865afe0e 2014-07-27 git: update to v2.0.3 John Keeping
93d8ef8f 2014-07-27 parsing.c: make commit buffer const John Keeping
eeaffc33 2014-06-30 Bump version. Jason A. Donenfeld
4b91269b 2014-06-29 remove debug fprinf() calls that sneaked in with commit 79c985 Christian Hesse
390ffad0 2014-06-28 git: update to 2.0.1 Christian Hesse
2efb59ed 2014-06-11 ui-patch: Flush stdout after outputting data John Keeping
4046e8ef 2014-06-28 ui-log: ignore unhandled arguments John Keeping
79c985e1 2014-05-29 git: update for git 2.0 Christian Hesse
b431282c 2014-04-17 remove trailing whitespaces from source files Christian Hesse
dcb16f0d 2014-04-10 git: update to 1.9.2 Christian Hesse
10451797 2014-03-28 Fix cgit_parse_url when a repo url is contained in another repo url Julian Maurice
88b93113 2014-03-20 Makefile: use more reliable git tarball mirror Jason A. Donenfeld
45315f84 2014-03-20 git: update to 1.9.1 Christian Hesse
e22e9854 2014-03-13 filter: add libravatar email-filter lua script Christian Hesse
f2fa9c56 2014-02-28 Bump version. Jason A. Donenfeld
49306110 2014-02-26 ui-refs: simplify cmp_age logic Jason A. Donenfeld
3e9578e9 2014-02-08 Remove unused parameter from cgit_print_snapshot() Lukas Fleischer
e6749644 2014-02-20 print download link for reference string length == 1 Christian Hesse
2e8e9af1 2014-02-21 Clean up cache documentation. Jason A. Donenfeld
6ceba453 2014-02-20 Skip cache slot when time-to-live is zero Lukas Fleischer
8033dc01 2014-02-20 git: Update to 1.9.0 Lukas Fleischer
8acfa51a 2014-02-20 Makefile: suppress pkg-config error Jason A. Donenfeld
a3722ec3 2014-02-05 Add a cache-snapshot-ttl configuration variable Lukas Fleischer
7e1c0ed2 2014-02-20 diffstat: do not rely on uninitialized data Jason A. Donenfeld
e8cacb59 2014-02-01 gen-version.sh: check if git is available before trying to call it Fabien C
aa6d5b10 2014-01-23 simple-authentication: style Jason A. Donenfeld
44ccae42 2014-01-22 makefile: use LUA_PKGCONFIG to set Lua implementation Natanael Copa
f759cc0f 2014-01-20 tests: only do lua tests if lua is compiled-in Jason A. Donenfeld
6a156334 2014-01-20 cgit: add --version argument for printing info Jason A. Donenfeld
d3581b58 2014-01-18 cache: use sendfile() instead of a pair of read() + write() Sebastian Andrzej Siewior
ea7210be 2014-01-18 README: document pkg-config for luajit Jason A. Donenfeld
6952f164 2014-01-17 makefile: bump version Jason A. Donenfeld
bdbe03af 2014-01-17 mailmap: source before lighttpd Jason A. Donenfeld