index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
httpd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Backport from xs.
default
1
-1
/
+1
2024-03-09
Replaced most xs_dict_iter() with xs_dict_next().
default
1
-1
/
+2
2024-02-22
Added *another argument* to html_timeline() to select where posts are taken f...
default
1
-2
/
+2
2024-02-21
Added a page argument to html_timeline().
default
1
-2
/
+4
2024-01-30
Minor tweak to host-meta.
default
1
-3
/
+4
2024-01-28
cleanup
Paul Wilde
1
-8
/
+0
2024-01-26
added host-meta endpoint for subwaytooter app
Paul Wilde
1
-0
/
+8
2024-01-26
added host-meta endpoint for subwaytooter app
Paul Wilde
1
-0
/
+8
2024-01-21
Delay creating the shared memory struct after the socket is successfully crea...
default
1
-7
/
+7
2024-01-11
Support DELETE for Mastodon subscriptions
James Seward
1
-0
/
+8
2024-01-10
New command-line option 'state'.
default
1
-6
/
+75
2024-01-10
Minor code cleaning.
default
1
-12
/
+2
2024-01-08
New state variable top_job_fifo_size.
default
1
-0
/
+3
2024-01-08
Renamed some thread states.
default
1
-2
/
+2
2024-01-08
Added some state flags for threads.
default
1
-2
/
+14
2024-01-08
Non-important variable renaming.
default
1
-34
/
+35
2024-01-08
Rewritten part of the job threads to be leaner and faster.
default
1
-39
/
+45
2024-01-07
Better behaviour on broken queue items.
default
1
-7
/
+13
2024-01-04
Updated copyright year.
default
1
-1
/
+1
2024-01-03
Moved most server state to a structure.
default
1
-35
/
+40
2023-12-29
Minor tweaks to /.well-known/nodeinfo returned data.
default
1
-4
/
+4
2023-12-26
Also log the job_fifo len in status.txt.
default
1
-12
/
+17
2023-12-26
New page status.txt.
default
1
-2
/
+14
2023-12-18
Added some crash checks.
default
1
-1
/
+1
2023-12-18
Avoid crashing on missing 'method' or 'path' headers in httpd_connection().
default
1
-2
/
+7
2023-11-24
Use xs_html in the static greeting page.
default
1
-13
/
+19
2023-11-08
Added a tag argument to html_timeline().
default
1
-2
/
+2
2023-11-08
Fixed 'show more' in tag search.
default
1
-8
/
+17
2023-11-08
Tags can now be searched for from the server base URL.
default
1
-0
/
+15
2023-10-17
Added FastCGI support.
default
1
-4
/
+18
2023-10-14
Backport from xs.
default
1
-1
/
+1
2023-10-08
Hide posts from the public web for accounts with 'private' == true.
default
1
-0
/
+3
2023-09-23
Backport from xs.
default
1
-6
/
+6
2023-08-21
The nodeinfo file returns more useful information.
default
1
-4
/
+28
2023-08-19
The hash 'more_headers' is added to the response HTTP headers.
default
1
-0
/
+8
2023-08-14
The instance URL can now show a timeline.
default
1
-1
/
+8
2023-08-14
Sanitize local user names in the greeting page.
default
1
-46
/
+55
2023-08-12
Some mastoapi tweaks to support the semaphore.social web client.
default
1
-4
/
+8
2023-08-12
Archive unattended method errors.
default
1
-0
/
+1
2023-07-28
Updated comment in headers.
default
1
-1
/
+1
2023-07-24
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Yonle
1
-1
/
+1
2023-07-24
html.c & httpd.c: Fix hardlink.
Yonle
1
-1
/
+1
2023-07-02
Added HTTP caching to static data.
default
1
-1
/
+5
2023-06-24
The WWW-Authenticate real also includes the user.
default
1
-1
/
+3
2023-06-24
Fixed missing end quote in the WWW-Authenticate header.
default
1
-1
/
+1
2023-06-18
Renamed the HTTP Basic auth realm to something more informative.
default
1
-2
/
+4
2023-06-05
Replace an sprintf() with an snprintf().
default
1
-1
/
+1
2023-06-05
Moved srv_running variable to httpd.c.
default
1
-0
/
+1
2023-05-25
If sem_open() fails, try again with sem_init().
default
1
-0
/
+13
2023-05-17
Got rid of xs_encdec.h.
default
1
-1
/
+1
[next]