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
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
2023-05-09
Fixed the issue of semaphore name conflicts.
poesty
1
-1
/
+4
2023-05-08
Print the total running time at httpd stop.
default
1
-1
/
+5
2023-05-08
Moved sem_close() further to the end.
default
1
-4
/
+2
2023-05-07
Added some includes needed for last sem_open() / uintptr_t changes.
default
1
-0
/
+2
2023-05-07
Fix pointer-to-int cast
Saagar Jha
1
-1
/
+1
2023-05-07
Use named semaphores
Saagar Jha
1
-4
/
+8
2023-05-04
Added -Wextra to C flags.
default
1
-0
/
+6
2023-05-04
Added some const here and there.
default
1
-1
/
+1
2023-04-23
Moved JSON output validation to httpd.c.
default
1
-0
/
+10
2023-04-22
New function mastoapi_put_handler().
default
1
-0
/
+10
2023-04-21
Added a new compilation variable NO_MASTODON_API.
default
1
-0
/
+5
2023-04-20
Replace %admin_email% in greeting.html.
default
1
-0
/
+7
2023-04-11
Added support for likes and boosts.
default
1
-3
/
+3
2023-04-09
OAuth login now works.
default
1
-0
/
+3
2023-04-08
More mastoapi work.
default
1
-0
/
+3
2023-04-08
Added some OAuth scaffold code.
default
1
-0
/
+4
2023-04-08
New file mastoapi.c.
default
1
-0
/
+4
2023-04-04
More log level tweaks.
default
1
-1
/
+1
2023-03-02
Added the url to srv_archive().
default
1
-1
/
+1
2023-03-02
Connection jobs are treated as urgent.
default
1
-6
/
+10
2023-02-22
Create sleep mutex and cond variable only once.
default
1
-5
/
+10
2023-02-22
Close everything if xs_socket_accept() returns NULL.
default
1
-3
/
+6
2023-02-22
Deleted useless code.
default
1
-1
/
+0
2023-02-22
Don't wait for 3 seconds if there were some q_items processed.
default
1
-11
/
+24
2023-02-14
Try to show a piece of the error after connecting.
default
1
-1
/
+1
2023-02-11
Don't fail silently if the job fifo is not ready.
default
1
-0
/
+7
2023-02-10
Move the #fds log line to dbglevel 0.
default
1
-1
/
+1
2023-02-10
Show (dbglevel 1) the number of file descriptors available.
default
1
-1
/
+2
2023-02-10
Show the fd rlimit at httpd startup.
default
1
-0
/
+7
2023-02-10
Added more job_fifo concurrency protections.
default
1
-2
/
+6
2023-02-10
Fixed 32bit arch warnings when passing the thread id.
default
1
-5
/
+6
2023-02-09
The number of threads can be forced from the config file.
default
1
-2
/
+6
2023-02-07
Debug level tweaks.
default
1
-3
/
+3
2023-02-07
New function send_to_inbox_raw().
default
1
-3
/
+3
2023-02-07
Changed some debug levels.
default
1
-3
/
+3
2023-02-06
The pool of threads now process q_items.
default
1
-75
/
+65
2023-02-06
Identify the job threads by number.
default
1
-6
/
+6
2023-02-06
Incoming connections are processed by the pool of threads.
default
1
-15
/
+13
2023-02-06
More thread work.
default
1
-8
/
+47
2023-02-06
Simplified job_post() and job_wait().
default
1
-42
/
+13
2023-02-06
New functions job_post() and job_wait() (untested).
default
1
-1
/
+85
2023-02-06
Started work towards the pool of threads.
default
1
-7
/
+27
2023-02-06
Input connections cannot be non-threaded.
default
1
-14
/
+8
2023-02-02
Email notifications have been moved to the global queue.
default
1
-0
/
+3
2023-02-02
process_queue() has been renamed to process_user_queue().
default
1
-1
/
+1
2023-01-27
New function default_avatar_base64().
default
1
-9
/
+1
[next]