summaryrefslogtreecommitdiff
path: root/httpd.c
AgeCommit message (Collapse)Author
2023-02-09The number of threads can be forced from the config file.default
2023-02-07Debug level tweaks.default
2023-02-07New function send_to_inbox_raw().default
2023-02-07Changed some debug levels.default
2023-02-06The pool of threads now process q_items.default
Also, the purge is commanded as a q_item.
2023-02-06Identify the job threads by number.default
2023-02-06Incoming connections are processed by the pool of threads.default
2023-02-06More thread work.default
2023-02-06Simplified job_post() and job_wait().default
2023-02-06New functions job_post() and job_wait() (untested).default
2023-02-06Started work towards the pool of threads.default
2023-02-06Input connections cannot be non-threaded.default
2023-02-02Email notifications have been moved to the global queue.default
2023-02-02process_queue() has been renamed to process_user_queue().default
2023-01-27New function default_avatar_base64().default
2023-01-17Updated year in copyright notices.default
2023-01-12Backport from xs.default
2022-12-13In server_get_handler(), body must be a dynamic string.default
2022-12-12Serve robots.txt (disallow all)Alex Schroeder
2022-12-10Call pthread_detach() and spawning the purge.default
2022-12-08Added support for /.well-known/nodeinfo.default
2022-12-04Handle /favicon.icoAlex Schroeder
Reply with the susie.png.
2022-11-26purge_server() deletes using object_del().default
2022-11-18Serve the root and susie even if the query does not have an Accept header.default
2022-11-09Call pthread_detach().default
2022-10-25Some code moving to avoid false positive leaks.default
2022-10-24Don't load unneeded actor info in html_entry().default
2022-10-17New thread for purge.default
2022-10-16Added support for HEAD methods.default
Mastodon uses them when it founds an attachment.
2022-10-16Replace %host% in greeting.html.default
2022-10-14Add the user agent to httpd start log line.default
2022-10-13The waiting of the queue thread is done in a more appropriate way.default
2022-10-10Connections are now attended by threads.default
2022-10-10Call xs_socket_accept() from httpd().default
2022-10-01Implemented the helper thread.default
2022-09-29Added some signal control.default
2022-09-28Better coping with timeouts.default
2022-09-28Added dummy HTTP handlers for html.default
2022-09-27Timeline pages are also served.default
2022-09-27New variable USER_AGENT.default
2022-09-27More work in not_really_markdown().default
2022-09-27Use xs_replace_i() in some places.default
2022-09-26More work but signatures seem to still fail.default
2022-09-25The HTTP request headers are stored in a plain dict.default
2022-09-25New function srv_archive().default
2022-09-24Added some aechiving.default
2022-09-24More work.default
2022-09-23New function activitypub_get_handler().default
2022-09-23xs_httpd_request() also returns the payload.default
2022-09-23server_get_handler() returns the status.default