summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Add syntax and columns to search formJune McEnroe2020-07-10
|
* Add -c to check SQL queriesJune McEnroe2020-07-09
|
* Add before param in redirectJune McEnroe2020-07-09
|
* Implement very basic events listingJune McEnroe2020-07-09
|
* Add events page stubJune McEnroe2020-07-09
|
* Add search formsJune McEnroe2020-07-09
|
* Split code and add breadcrumb navJune McEnroe2020-07-09
|
* Implement basic contexts listingJune McEnroe2020-07-09
|
* Add configure script and install targetJune McEnroe2020-07-09
|
* Add compatibility for kcgi <0.12June McEnroe2020-07-09
|
* Refactor HTML generation somewhatJune McEnroe2020-07-09
|
* Implement basic networks listJune McEnroe2020-07-09
|
* Return basic 404 and 405June McEnroe2020-07-09
|
* Implement empty CGI/FastCGI serverJune McEnroe2020-07-09
|
* Add prospective manual pageJune McEnroe2020-07-09
1&id=79c985e13c10b498c3ea62f4607c2e2a460c3b10&follow=1'>git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse