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 (
Expand
)
Author
2024-08-05
Added support for listening on unix sockets.
default
2024-08-05
Minor logging tweaks.
default
2024-06-20
Minor tweak.
default
2024-06-09
Don't return a Basic realm if there is no body.
default
2024-05-31
Improved OPTIONS method.
default
2024-05-27
Translate status codes to canonical status texts
Louis Brauer
2024-05-27
Implement Mastodon PATCH endpoint for account profile updates
Louis Brauer
2024-05-26
Use enum instead of numeric status codes for HTTP statuses
Louis Brauer
2024-05-23
Added more const.
default
2024-05-21
Another approach to disabling SHM.
default
2024-05-21
New compilation variable WITHOUT_SHM, to disable shared memory functions.
default
2024-05-21
Added const everywhere.
default
2024-05-15
User search can also be done by tag.
default
2024-05-07
Minor "Back to top" "More..." link refactoring.
default
2024-05-05
Search by tag returns RSS if the appropriate header is defined.
default
2024-04-29
More work in lists.
default
2024-04-13
Prevent some browsers from caching servers basic auth request
louis
2024-03-15
Backport from xs.
default
2024-03-09
Replaced most xs_dict_iter() with xs_dict_next().
default
2024-02-22
Added *another argument* to html_timeline() to select where posts are taken f...
default
2024-02-21
Added a page argument to html_timeline().
default
2024-01-30
Minor tweak to host-meta.
default
2024-01-28
cleanup
Paul Wilde
2024-01-28
Merge branch 'master' of https://codeberg.org/pswilde/snac2
Paul Wilde
2024-01-26
added host-meta endpoint for subwaytooter app
Paul Wilde
2024-01-26
added host-meta endpoint for subwaytooter app
Paul Wilde
2024-01-21
Delay creating the shared memory struct after the socket is successfully crea...
default
2024-01-11
Support DELETE for Mastodon subscriptions
James Seward
2024-01-10
New command-line option 'state'.
default
2024-01-10
Minor code cleaning.
default
2024-01-08
New state variable top_job_fifo_size.
default
2024-01-08
Renamed some thread states.
default
2024-01-08
Added some state flags for threads.
default
2024-01-08
Non-important variable renaming.
default
2024-01-08
Rewritten part of the job threads to be leaner and faster.
default
2024-01-07
Better behaviour on broken queue items.
default
2024-01-04
Updated copyright year.
default
2024-01-03
Moved most server state to a structure.
default
2023-12-29
Minor tweaks to /.well-known/nodeinfo returned data.
default
2023-12-26
Also log the job_fifo len in status.txt.
default
2023-12-26
New page status.txt.
default
2023-12-18
Added some crash checks.
default
2023-12-18
Avoid crashing on missing 'method' or 'path' headers in httpd_connection().
default
2023-11-24
Use xs_html in the static greeting page.
default
2023-11-08
Added a tag argument to html_timeline().
default
2023-11-08
Fixed 'show more' in tag search.
default
2023-11-08
Tags can now be searched for from the server base URL.
default
2023-10-17
Added FastCGI support.
default
2023-10-14
Backport from xs.
default
2023-10-08
Hide posts from the public web for accounts with 'private' == true.
default
[next]