summaryrefslogtreecommitdiff
path: root/httpd.c
AgeCommit message (Collapse)Author
2023-04-22New function mastoapi_put_handler().default
2023-04-21Added a new compilation variable NO_MASTODON_API.default
The Mastodon API is a big and ugly beast; if you don't want it in your snac, you can compile it out by running make CFLAGS=-DNO_MASTODON_API And your snac binary will be as slim as always.
2023-04-20Replace %admin_email% in greeting.html.default
2023-04-11Added support for likes and boosts.default
2023-04-09OAuth login now works.default
2023-04-08More mastoapi work.default
2023-04-08Added some OAuth scaffold code.default
2023-04-08New file mastoapi.c.default
2023-04-04More log level tweaks.default
2023-03-02Added the url to srv_archive().default
2023-03-02Connection jobs are treated as urgent.default
2023-02-22Create sleep mutex and cond variable only once.default
2023-02-22Close everything if xs_socket_accept() returns NULL.default
2023-02-22Deleted useless code.default
2023-02-22Don't wait for 3 seconds if there were some q_items processed.default
2023-02-14Try to show a piece of the error after connecting.default
2023-02-11Don't fail silently if the job fifo is not ready.default
2023-02-10Move the #fds log line to dbglevel 0.default
2023-02-10Show (dbglevel 1) the number of file descriptors available.default
2023-02-10Show the fd rlimit at httpd startup.default
2023-02-10Added more job_fifo concurrency protections.default
2023-02-10Fixed 32bit arch warnings when passing the thread id.default
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