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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OAuth login now works.
default
2023-04-09
1
-0
/
+3
*
More mastoapi work.
default
2023-04-08
1
-0
/
+3
*
Added some OAuth scaffold code.
default
2023-04-08
1
-0
/
+4
*
New file mastoapi.c.
default
2023-04-08
1
-0
/
+4
*
More log level tweaks.
default
2023-04-04
1
-1
/
+1
*
Added the url to srv_archive().
default
2023-03-02
1
-1
/
+1
*
Connection jobs are treated as urgent.
default
2023-03-02
1
-6
/
+10
*
Create sleep mutex and cond variable only once.
default
2023-02-22
1
-5
/
+10
*
Close everything if xs_socket_accept() returns NULL.
default
2023-02-22
1
-3
/
+6
*
Deleted useless code.
default
2023-02-22
1
-1
/
+0
*
Don't wait for 3 seconds if there were some q_items processed.
default
2023-02-22
1
-11
/
+24
*
Try to show a piece of the error after connecting.
default
2023-02-14
1
-1
/
+1
*
Don't fail silently if the job fifo is not ready.
default
2023-02-11
1
-0
/
+7
*
Move the #fds log line to dbglevel 0.
default
2023-02-10
1
-1
/
+1
*
Show (dbglevel 1) the number of file descriptors available.
default
2023-02-10
1
-1
/
+2
*
Show the fd rlimit at httpd startup.
default
2023-02-10
1
-0
/
+7
*
Added more job_fifo concurrency protections.
default
2023-02-10
1
-2
/
+6
*
Fixed 32bit arch warnings when passing the thread id.
default
2023-02-10
1
-5
/
+6
*
The number of threads can be forced from the config file.
default
2023-02-09
1
-2
/
+6
*
Debug level tweaks.
default
2023-02-07
1
-3
/
+3
*
New function send_to_inbox_raw().
default
2023-02-07
1
-3
/
+3
*
Changed some debug levels.
default
2023-02-07
1
-3
/
+3
*
The pool of threads now process q_items.
default
2023-02-06
1
-75
/
+65
*
Identify the job threads by number.
default
2023-02-06
1
-6
/
+6
*
Incoming connections are processed by the pool of threads.
default
2023-02-06
1
-15
/
+13
*
More thread work.
default
2023-02-06
1
-8
/
+47
*
Simplified job_post() and job_wait().
default
2023-02-06
1
-42
/
+13
*
New functions job_post() and job_wait() (untested).
default
2023-02-06
1
-1
/
+85
*
Started work towards the pool of threads.
default
2023-02-06
1
-7
/
+27
*
Input connections cannot be non-threaded.
default
2023-02-06
1
-14
/
+8
*
Email notifications have been moved to the global queue.
default
2023-02-02
1
-0
/
+3
*
process_queue() has been renamed to process_user_queue().
default
2023-02-02
1
-1
/
+1
*
New function default_avatar_base64().
default
2023-01-27
1
-9
/
+1
*
Updated year in copyright notices.
default
2023-01-17
1
-1
/
+1
*
Backport from xs.
default
2023-01-12
1
-2
/
+2
*
In server_get_handler(), body must be a dynamic string.
default
2022-12-13
1
-2
/
+2
*
Serve robots.txt (disallow all)
Alex Schroeder
2022-12-12
1
-0
/
+7
*
Call pthread_detach() and spawning the purge.
default
2022-12-10
1
-0
/
+1
*
Added support for /.well-known/nodeinfo.
default
2022-12-08
1
-0
/
+36
*
Handle /favicon.ico
Alex Schroeder
2022-12-04
1
-1
/
+1
*
purge_server() deletes using object_del().
default
2022-11-26
1
-1
/
+1
*
Serve the root and susie even if the query does not have an Accept header.
default
2022-11-18
1
-4
/
+0
*
Call pthread_detach().
default
2022-11-09
1
-0
/
+1
*
Some code moving to avoid false positive leaks.
default
2022-10-25
1
-14
/
+15
*
Don't load unneeded actor info in html_entry().
default
2022-10-24
1
-8
/
+8
*
New thread for purge.
default
2022-10-17
1
-0
/
+29
*
Added support for HEAD methods.
default
2022-10-16
1
-2
/
+9
*
Replace %host% in greeting.html.
default
2022-10-16
1
-0
/
+3
*
Add the user agent to httpd start log line.
default
2022-10-14
1
-1
/
+1
*
The waiting of the queue thread is done in a more appropriate way.
default
2022-10-13
1
-1
/
+11
[next]