index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
httpd.c
Age
Commit message (
Collapse
)
Author
2022-12-13
In server_get_handler(), body must be a dynamic string.
default
2022-12-12
Serve robots.txt (disallow all)
Alex Schroeder
2022-12-10
Call pthread_detach() and spawning the purge.
default
2022-12-08
Added support for /.well-known/nodeinfo.
default
2022-12-04
Handle /favicon.ico
Alex Schroeder
Reply with the susie.png.
2022-11-26
purge_server() deletes using object_del().
default
2022-11-18
Serve the root and susie even if the query does not have an Accept header.
default
2022-11-09
Call pthread_detach().
default
2022-10-25
Some code moving to avoid false positive leaks.
default
2022-10-24
Don't load unneeded actor info in html_entry().
default
2022-10-17
New thread for purge.
default
2022-10-16
Added support for HEAD methods.
default
Mastodon uses them when it founds an attachment.
2022-10-16
Replace %host% in greeting.html.
default
2022-10-14
Add the user agent to httpd start log line.
default
2022-10-13
The waiting of the queue thread is done in a more appropriate way.
default
2022-10-10
Connections are now attended by threads.
default
2022-10-10
Call xs_socket_accept() from httpd().
default
2022-10-01
Implemented the helper thread.
default
2022-09-29
Added some signal control.
default
2022-09-28
Better coping with timeouts.
default
2022-09-28
Added dummy HTTP handlers for html.
default
2022-09-27
Timeline pages are also served.
default
2022-09-27
New variable USER_AGENT.
default
2022-09-27
More work in not_really_markdown().
default
2022-09-27
Use xs_replace_i() in some places.
default
2022-09-26
More work but signatures seem to still fail.
default
2022-09-25
The HTTP request headers are stored in a plain dict.
default
2022-09-25
New function srv_archive().
default
2022-09-24
Added some aechiving.
default
2022-09-24
More work.
default
2022-09-23
New function activitypub_get_handler().
default
2022-09-23
xs_httpd_request() also returns the payload.
default
2022-09-23
server_get_handler() returns the status.
default
2022-09-23
webfinger_get_handler() returns the status.
default
2022-09-22
httpd serves susie.png.
default
2022-09-22
Fixed memleak in greeting.
default
2022-09-21
Added a webfinger handler.
default
2022-09-21
Fix q_path.
default
2022-09-21
Added a global server handler.
default
2022-09-21
More httpd work.
default
2022-09-21
New flag srv_running.
default
2022-09-21
[httpd.c] new file.
default
[prev]