| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New thread for purge. | 2022-10-17 | 1 | -0/+29 | |
| | | |||||
| * | Added support for HEAD methods. | 2022-10-16 | 1 | -2/+9 | |
| | | | | | Mastodon uses them when it founds an attachment. | ||||
| * | Replace %host% in greeting.html. | 2022-10-16 | 1 | -0/+3 | |
| | | |||||
| * | Add the user agent to httpd start log line. | 2022-10-14 | 1 | -1/+1 | |
| | | |||||
| * | The waiting of the queue thread is done in a more appropriate way. | 2022-10-13 | 1 | -1/+11 | |
| | | |||||
| * | Connections are now attended by threads. | 2022-10-10 | 1 | -6/+22 | |
| | | |||||
| * | Call xs_socket_accept() from httpd(). | 2022-10-10 | 1 | -6/+5 | |
| | | |||||
| * | Implemented the helper thread. | 2022-10-01 | 1 | -1/+33 | |
| | | |||||
| * | Added some signal control. | 2022-09-29 | 1 | -2/+24 | |
| | | |||||
| * | Better coping with timeouts. | 2022-09-28 | 1 | -0/+6 | |
| | | |||||
| * | Added dummy HTTP handlers for html. | 2022-09-28 | 1 | -1/+10 | |
| | | |||||
| * | Timeline pages are also served. | 2022-09-27 | 1 | -1/+1 | |
| | | |||||
| * | New variable USER_AGENT. | 2022-09-27 | 1 | -1/+1 | |
| | | |||||
| * | More work in not_really_markdown(). | 2022-09-27 | 1 | -0/+3 | |
| | | |||||
| * | Use xs_replace_i() in some places. | 2022-09-27 | 1 | -2/+1 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -1/+1 | |
| | | |||||
| * | The HTTP request headers are stored in a plain dict. | 2022-09-25 | 1 | -7/+3 | |
| | | |||||
| * | New function srv_archive(). | 2022-09-25 | 1 | -33/+1 | |
| | | |||||
| * | Added some aechiving. | 2022-09-24 | 1 | -0/+34 | |
| | | |||||
| * | More work. | 2022-09-24 | 1 | -5/+0 | |
| | | |||||
| * | New function activitypub_get_handler(). | 2022-09-23 | 1 | -0/+3 | |
| | | |||||
| * | xs_httpd_request() also returns the payload. | 2022-09-23 | 1 | -1/+6 | |
| | | |||||
| * | server_get_handler() returns the status. | 2022-09-23 | 1 | -11/+13 | |
| | | |||||
| * | webfinger_get_handler() returns the status. | 2022-09-23 | 1 | -1/+1 | |
| | | |||||
| * | httpd serves susie.png. | 2022-09-22 | 1 | -0/+14 | |
| | | |||||
| * | Fixed memleak in greeting. | 2022-09-22 | 1 | -1/+2 | |
| | | |||||
| * | Added a webfinger handler. | 2022-09-21 | 1 | -0/+3 | |
| | | |||||
| * | Fix q_path. | 2022-09-21 | 1 | -11/+17 | |
| | | |||||
| * | Added a global server handler. | 2022-09-21 | 1 | -0/+115 | |
| | | |||||
| * | More httpd work. | 2022-09-21 | 1 | -3/+5 | |
| | | |||||
| * | New flag srv_running. | 2022-09-21 | 1 | -0/+2 | |
| | | |||||
| * | [httpd.c] new file. | 2022-09-21 | 1 | -0/+52 | |