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
2023-09-23
Backport from xs.
default
2023-08-21
The nodeinfo file returns more useful information.
default
2023-08-19
The hash 'more_headers' is added to the response HTTP headers.
default
2023-08-14
The instance URL can now show a timeline.
default
2023-08-14
Sanitize local user names in the greeting page.
default
2023-08-12
Some mastoapi tweaks to support the semaphore.social web client.
default
2023-08-12
Archive unattended method errors.
default
2023-07-28
Updated comment in headers.
default
2023-07-24
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Yonle
2023-07-24
html.c & httpd.c: Fix hardlink.
Yonle
2023-07-02
Added HTTP caching to static data.
default
2023-06-24
The WWW-Authenticate real also includes the user.
default
2023-06-24
Fixed missing end quote in the WWW-Authenticate header.
default
2023-06-18
Renamed the HTTP Basic auth realm to something more informative.
default
2023-06-05
Replace an sprintf() with an snprintf().
default
2023-06-05
Moved srv_running variable to httpd.c.
default
2023-05-25
If sem_open() fails, try again with sem_init().
default
2023-05-17
Got rid of xs_encdec.h.
default
2023-05-09
Fixed conflict.
default
2023-05-09
Fixed the issue of semaphore name conflicts.
poesty
2023-05-08
Print the total running time at httpd stop.
default
2023-05-08
Moved sem_close() further to the end.
default
2023-05-07
Added some includes needed for last sem_open() / uintptr_t changes.
default
2023-05-07
Fix pointer-to-int cast
Saagar Jha
2023-05-07
Use named semaphores
Saagar Jha
2023-05-04
Added -Wextra to C flags.
default
2023-05-04
Added some const here and there.
default
2023-04-23
Moved JSON output validation to httpd.c.
default
2023-04-22
New function mastoapi_put_handler().
default
2023-04-21
Added a new compilation variable NO_MASTODON_API.
default
2023-04-20
Replace %admin_email% in greeting.html.
default
2023-04-11
Added support for likes and boosts.
default
2023-04-09
OAuth login now works.
default
2023-04-08
More mastoapi work.
default
2023-04-08
Added some OAuth scaffold code.
default
2023-04-08
New file mastoapi.c.
default
2023-04-04
More log level tweaks.
default
2023-03-02
Added the url to srv_archive().
default
2023-03-02
Connection jobs are treated as urgent.
default
2023-02-22
Create sleep mutex and cond variable only once.
default
2023-02-22
Close everything if xs_socket_accept() returns NULL.
default
2023-02-22
Deleted useless code.
default
2023-02-22
Don't wait for 3 seconds if there were some q_items processed.
default
2023-02-14
Try to show a piece of the error after connecting.
default
2023-02-11
Don't fail silently if the job fifo is not ready.
default
2023-02-10
Move the #fds log line to dbglevel 0.
default
2023-02-10
Show (dbglevel 1) the number of file descriptors available.
default
2023-02-10
Show the fd rlimit at httpd startup.
default
2023-02-10
Added more job_fifo concurrency protections.
default
2023-02-10
Fixed 32bit arch warnings when passing the thread id.
default
[prev]
[next]