summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Make user and host NOT NULL as wellJune McEnroe2019-12-02
| | | | | Since involving NULLs in comparisons is awkward, I think I'll just use "*" for unknowns.
* Enable foreign key enforcementJune McEnroe2019-12-02
|
* Implement DB initialization and migrationJune McEnroe2019-12-02
|
* Rename header file to database.hJune McEnroe2019-12-01
|
* Change database file name to litterbox.sqliteJune McEnroe2019-12-01
|
* Add XDG_DATA_DIRS default valueJune McEnroe2019-12-01
|
* Implement database file searchJune McEnroe2019-12-01
|
* Document -d option to unscoopJune McEnroe2019-11-29
|
* Add unscoop manual pageJune McEnroe2019-11-29
|
* Add litterbox manual pageJune McEnroe2019-11-29
amp;follow=1'>tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt