aboutsummaryrefslogtreecommitdiff
path: root/httpd.c
AgeCommit message (Expand)Author
2025-01-20Fixed check for the basedir (contributed by an-im-dugud).default
2025-01-20Added the USER_AGENT to HTTP errors.default
2025-01-16Changed Boost/Like order in the /authorize_interaction page.default
2025-01-16Implemented Mastodon-like /authorize_interaction.default
2025-01-08Bumped copyright year.default
2025-01-06In the /share page, set the charset explicitly to utf-8.default
2025-01-05Use the site's CSS in the /share page.default
2025-01-05More /share tweaks.default
2025-01-02Serve BASE_URL/style.css.default
2025-01-02Minor tweak to the /share webpoint.default
2025-01-01The shared post is really sent.default
2024-12-31More work in the Mastodon-share webpoint.default
2024-12-31Started support for Mastodon-like /share endpoint.default
2024-12-16Added pidfile locking.default
2024-12-15New function timeline_link_header().default
2024-11-17The server creates a pidfile inside the base directory.default
2024-11-07Propagate 'last-modified' and 'etag' fields while proxying.default
2024-10-06New HTML variable error (still unused).default
2024-08-05Added support for listening on unix sockets.default
2024-08-05Minor logging tweaks.default
2024-06-20Minor tweak.default
2024-06-09Don't return a Basic realm if there is no body.default
2024-05-31Improved OPTIONS method.default
2024-05-27Translate status codes to canonical status textsLouis Brauer
2024-05-27Implement Mastodon PATCH endpoint for account profile updatesLouis Brauer
2024-05-26Use enum instead of numeric status codes for HTTP statusesLouis Brauer
2024-05-23Added more const.default
2024-05-21Another approach to disabling SHM.default
2024-05-21New compilation variable WITHOUT_SHM, to disable shared memory functions.default
2024-05-21Added const everywhere.default
2024-05-15User search can also be done by tag.default
2024-05-07Minor "Back to top" "More..." link refactoring.default
2024-05-05Search by tag returns RSS if the appropriate header is defined.default
2024-04-29More work in lists.default
2024-04-13Prevent some browsers from caching servers basic auth requestlouis
2024-03-15Backport from xs.default
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().default
2024-02-22Added *another argument* to html_timeline() to select where posts are taken f...default
2024-02-21Added a page argument to html_timeline().default
2024-01-30Minor tweak to host-meta.default
2024-01-28cleanupPaul Wilde
2024-01-28Merge branch 'master' of https://codeberg.org/pswilde/snac2Paul Wilde
2024-01-26added host-meta endpoint for subwaytooter appPaul Wilde
2024-01-26added host-meta endpoint for subwaytooter appPaul Wilde
2024-01-21Delay creating the shared memory struct after the socket is successfully crea...default
2024-01-11Support DELETE for Mastodon subscriptionsJames Seward
2024-01-10New command-line option 'state'.default
2024-01-10Minor code cleaning.default
2024-01-08New state variable top_job_fifo_size.default
2024-01-08Renamed some thread states.default