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