| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rewritten a sentence to be clearer in README.md. | 2024-01-13 | 1 | -1/+1 | |
| | | |||||
| * | Don't hardcode the -lrt, as OpenBSD does not have it. | 2024-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS. | 2024-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Use xs_html in the static greeting page. | 2023-11-24 | 1 | -2/+2 | |
| | | |||||
| * | Replaced encode_html_strict() with xs_html_encode(). | 2023-11-20 | 1 | -3/+4 | |
| | | |||||
| * | Updated dependencies. | 2023-11-17 | 1 | -8/+9 | |
| | | |||||
| * | Added FastCGI support. | 2023-10-17 | 1 | -2/+2 | |
| | | |||||
| * | mastoapi: Don't exclude posts of type Page or Article. | 2023-10-16 | 1 | -1/+1 | |
| | | |||||
| * | Don't allow creating users which user name strings only differ in case. | 2023-10-13 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-09-25 | 1 | -3/+3 | |
| | | |||||
| * | Used xs_match() in some places. | 2023-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Updated dependencies. | 2023-09-21 | 1 | -3/+3 | |
| | | |||||
| * | Replaced usage of random() with xs_rnd_buf(). | 2023-06-05 | 1 | -5/+6 | |
| | | |||||
| * | Added an 'uninstall' Makefile target. | 2023-06-01 | 1 | -0/+6 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -15/+14 | |
| | | |||||
| * | Print the total running time at httpd stop. | 2023-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added -Wextra to C flags. | 2023-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated dependencies. | 2023-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated dependencies. | 2023-04-25 | 1 | -1/+3 | |
| | | |||||
| * | New file mastoapi.c. | 2023-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Updated dependencies. | 2023-01-08 | 1 | -3/+4 | |
| | | |||||
| * | Makefile improvements | 2022-12-09 | 1 | -3/+4 | |
| | | | | | | | * Don't overwrite CFLAGS from env * Respect CPPFLAGS and LDFLAGS * Create bindir in "install" | ||||
| * | Updated dependencies. | 2022-11-23 | 1 | -8/+9 | |
| | | |||||
| * | Moved db_upgrade() to its source file. | 2022-11-23 | 1 | -1/+2 | |
| | | |||||
| * | New Makefile variable PREFIX_MAN, to install man pages wherever you want. | 2022-11-08 | 1 | -6/+7 | |
| | | |||||
| * | Also use CFLAGS in the linking phase. | 2022-10-28 | 1 | -1/+1 | |
| | | |||||
| * | Updated dependencies. | 2022-10-22 | 1 | -2/+2 | |
| | | |||||
| * | Moved message formatting to format.c. | 2022-10-07 | 1 | -9/+11 | |
| | | |||||
| * | Updated Makefile. | 2022-10-04 | 1 | -0/+10 | |
| | | |||||
| * | New function initdb(). | 2022-10-04 | 1 | -1/+2 | |
| | | |||||
| * | Backport from xs. | 2022-10-03 | 1 | -3/+4 | |
| | | |||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -3/+4 | |
| | | |||||
| * | Implemented the helper thread. | 2022-10-01 | 1 | -1/+1 | |
| | | |||||
| * | Got xs_set.h from xs. | 2022-09-28 | 1 | -3/+4 | |
| | | |||||
| * | More work in not_really_markdown(). | 2022-09-27 | 1 | -2/+2 | |
| | | |||||
| * | Updated dependencies. | 2022-09-27 | 1 | -5/+7 | |
| | | |||||
| * | [html.c] new file. | 2022-09-27 | 1 | -1/+1 | |
| | | |||||
| * | [activitypub.c] New file. | 2022-09-23 | 1 | -1/+2 | |
| | | |||||
| * | New function webfinger_request() (incomplete). | 2022-09-22 | 1 | -1/+1 | |
| | | |||||
| * | Added a webfinger handler. | 2022-09-21 | 1 | -1/+2 | |
| | | |||||
| * | Updated Makefile. | 2022-09-21 | 1 | -12/+12 | |
| | | |||||
| * | Added a global server handler. | 2022-09-21 | 1 | -1/+1 | |
| | | |||||
| * | More httpd work. | 2022-09-21 | 1 | -1/+3 | |
| | | |||||
| * | Updated Makefile. | 2022-09-20 | 1 | -1/+1 | |
| | | |||||
| * | [http.c] new file. | 2022-09-20 | 1 | -1/+3 | |
| | | |||||
| * | [data.c] new file. | 2022-09-19 | 1 | -3/+5 | |
| | | |||||
| * | [main.c] New file. | 2022-09-19 | 1 | -1/+3 | |
| | | |||||
| * | More dummy files. | 2022-09-19 | 1 | -0/+15 | |