Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Update changelog using prerelease version 0.10-1~1 | 2014-02-18 | -2/+18 | |
* | Add 0003-pkg-config-lua52.patch | 2014-02-18 | -0/+25 | |
* | Make liblua5.2-dev usable for wheezy compat | 2014-02-18 | -1/+1 | |
* | Add 0002-introduce-debian-standard-build-flags.patch | 2014-02-17 | -0/+35 | |
* | Fix lintian errors/warnings | 2014-02-17 | -4/+13 | |
* | Add debian/watch | 2014-02-17 | -0/+2 | |
* | Update changelog | 2014-02-17 | -1/+1 | |
* | Remove dh_make example files | 2014-02-17 | -875/+0 | |
* | Add docs, wont compress pdf files | 2014-02-17 | -4/+29 | |
* | Add postinst/postrm scripts | 2014-02-17 | -0/+87 | |
* | Add config files | 2014-02-17 | -0/+80 | |
* | Update debian/control | 2014-02-17 | -2/+20 | |
* | Update debian/copyright | 2014-02-17 | -21/+404 | |
* | Set CGIT_SCRIPT_PATH and CGIT_DATA_PATH to suit the Debian standard | 2014-02-17 | -2/+7 | |
* | Add debian/.gitignore | 2014-02-17 | -0/+4 | |
* | Add git-buildpackage configuration | 2014-02-17 | -0/+4 | |
* | Add 0001-make-a2x-skip-xmllint.patch | 2014-02-17 | -0/+31 | |
* | Debianized by dh_make -s -p cgit_0.10 | 2014-02-17 | -0/+986 | |
* | makefile: bump versionv0.10 | 2014-01-18 | -1/+1 | |
* | mailmap: source before lighttpd | 2014-01-18 | -1/+1 | |
* | ui-shared: do not allow negative minutes | 2014-01-17 | -0/+2 | |
* | auth: document tweakables in lua script | 2014-01-17 | -0/+10 | |
* | repolist: make owner clickable to search | 2014-01-17 | -0/+6 | |
* | ui-shared: move about tab all the way to the left | 2014-01-17 | -4/+4 | |
* | filter: don't forget to reap the auth filter | 2014-01-17 | -0/+1 | |
* | cgit.c: free tmp variable | 2014-01-17 | -0/+1 | |
* | Switch to exclusively using global ctx | 2014-01-17 | -442/+437 | |
* | auth: have cgit calculate login address | 2014-01-17 | -10/+16 | |
* | auth: lua string comparisons are time invariant | 2014-01-17 | -2/+2 | |
* | authentication: use hidden form instead of referer | 2014-01-16 | -94/+131 | |
* | auth: add basic authentication filter framework | 2014-01-16 | -16/+387 | |
* | t0111: Additions and fixes | 2014-01-16 | -10/+10 | |
* | parsing.c: Remove leading space from committer | 2014-01-16 | -1/+1 | |
* | Add .mailmap | 2014-01-16 | -0/+10 | |
* | t0111: Add basic tests for Lua filters | 2014-01-15 | -36/+63 | |
* | email-gravatar: fix html syntax issues | 2014-01-15 | -2/+2 | |
* | email-gravatar: do not scale icons up | 2014-01-15 | -2/+2 | |
* | filter: allow returning exit code from filter | 2014-01-15 | -6/+12 | |
* | tests/: Add t0111-filter.sh | 2014-01-14 | -0/+57 | |
* | email-gravatar: fix html syntax issues | 2014-01-14 | -2/+2 | |
* | email-gravatar.py: fix UTF-8 | 2014-01-14 | -0/+4 | |
* | email-gravatar.lua: fix for lua 5.2 | 2014-01-14 | -1/+1 | |
* | makefile: only display lua message once | 2014-01-14 | -8/+7 | |
* | README: document lua makefile flags | 2014-01-14 | -0/+16 | |
* | cgitrc.5.txt: Fix documentation of the snapshot mask | 2014-01-14 | -6/+7 | |
* | makefile: auto-detect presence of various Lua, bsd | 2014-01-14 | -10/+37 | |
* | filter: style tweaks | 2014-01-14 | -11/+11 | |
* | filter: add page source to email filter | 2014-01-14 | -15/+21 | |
* | filter: add gravatar scripts | 2014-01-14 | -0/+58 | |
* | filter: add support for email filter | 2014-01-14 | -2/+47 | |