summaryrefslogtreecommitdiff
path: root/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* OAuth login now works.Gravatar default2023-04-091-0/+3
* More mastoapi work.Gravatar default2023-04-081-0/+3
* Added some OAuth scaffold code.Gravatar default2023-04-081-0/+4
* New file mastoapi.c.Gravatar default2023-04-081-0/+4
* More log level tweaks.Gravatar default2023-04-041-1/+1
* Added the url to srv_archive().Gravatar default2023-03-021-1/+1
* Connection jobs are treated as urgent.Gravatar default2023-03-021-6/+10
* Create sleep mutex and cond variable only once.Gravatar default2023-02-221-5/+10
* Close everything if xs_socket_accept() returns NULL.Gravatar default2023-02-221-3/+6
* Deleted useless code.Gravatar default2023-02-221-1/+0
* Don't wait for 3 seconds if there were some q_items processed.Gravatar default2023-02-221-11/+24
* Try to show a piece of the error after connecting.Gravatar default2023-02-141-1/+1
* Don't fail silently if the job fifo is not ready.Gravatar default2023-02-111-0/+7
* Move the #fds log line to dbglevel 0.Gravatar default2023-02-101-1/+1
* Show (dbglevel 1) the number of file descriptors available.Gravatar default2023-02-101-1/+2
* Show the fd rlimit at httpd startup.Gravatar default2023-02-101-0/+7
* Added more job_fifo concurrency protections.Gravatar default2023-02-101-2/+6
* Fixed 32bit arch warnings when passing the thread id.Gravatar default2023-02-101-5/+6
* The number of threads can be forced from the config file.Gravatar default2023-02-091-2/+6
* Debug level tweaks.Gravatar default2023-02-071-3/+3
* New function send_to_inbox_raw().Gravatar default2023-02-071-3/+3
* Changed some debug levels.Gravatar default2023-02-071-3/+3
* The pool of threads now process q_items.Gravatar default2023-02-061-75/+65
* Identify the job threads by number.Gravatar default2023-02-061-6/+6
* Incoming connections are processed by the pool of threads.Gravatar default2023-02-061-15/+13
* More thread work.Gravatar default2023-02-061-8/+47
* Simplified job_post() and job_wait().Gravatar default2023-02-061-42/+13
* New functions job_post() and job_wait() (untested).Gravatar default2023-02-061-1/+85
* Started work towards the pool of threads.Gravatar default2023-02-061-7/+27
* Input connections cannot be non-threaded.Gravatar default2023-02-061-14/+8
* Email notifications have been moved to the global queue.Gravatar default2023-02-021-0/+3
* process_queue() has been renamed to process_user_queue().Gravatar default2023-02-021-1/+1
* New function default_avatar_base64().Gravatar default2023-01-271-9/+1
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
* Backport from xs.Gravatar default2023-01-121-2/+2
* In server_get_handler(), body must be a dynamic string.Gravatar default2022-12-131-2/+2
* Serve robots.txt (disallow all)Gravatar Alex Schroeder2022-12-121-0/+7
* Call pthread_detach() and spawning the purge.Gravatar default2022-12-101-0/+1
* Added support for /.well-known/nodeinfo.Gravatar default2022-12-081-0/+36
* Handle /favicon.icoGravatar Alex Schroeder2022-12-041-1/+1
* purge_server() deletes using object_del().Gravatar default2022-11-261-1/+1
* Serve the root and susie even if the query does not have an Accept header.Gravatar default2022-11-181-4/+0
* Call pthread_detach().Gravatar default2022-11-091-0/+1
* Some code moving to avoid false positive leaks.Gravatar default2022-10-251-14/+15
* Don't load unneeded actor info in html_entry().Gravatar default2022-10-241-8/+8
* New thread for purge.Gravatar default2022-10-171-0/+29
* Added support for HEAD methods.Gravatar default2022-10-161-2/+9
* Replace %host% in greeting.html.Gravatar default2022-10-161-0/+3
* Add the user agent to httpd start log line.Gravatar default2022-10-141-1/+1
* The waiting of the queue thread is done in a more appropriate way.Gravatar default2022-10-131-1/+11