about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Don't rebuild sqlite3 when server.h changesJune McEnroe2022-05-06
* Link with -ldl on Linux 1.3June McEnroe2021-09-13
* Build with vendored sqlite3June McEnroe2021-09-13
* Create a database with litterbox for testJune McEnroe2021-05-07
* Use LDADD variables, support BINDIRJune McEnroe2021-05-07
* Use DESTDIR in install 1.0June McEnroe2020-08-23
* Add export optionJune McEnroe2020-07-17
* Incorporate CSS into C without file2cJune McEnroe2020-07-13
* Add IRC colors and implement nick coloringJune McEnroe2020-07-10
* Serve stylesheet separately, with cachingJune McEnroe2020-07-10
* Add default stylesheetJune McEnroe2020-07-10
* Add -c to check SQL queriesJune McEnroe2020-07-09
* Split code and add breadcrumb navJune McEnroe2020-07-09
* Add configure script and install targetJune McEnroe2020-07-09
* Implement empty CGI/FastCGI serverJune McEnroe2020-07-09
7b508d0f81b1f4b7563&follow=1'>Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe