|
993cb65724
|
Mark proxy connection free on error
|
2023-01-05 22:29:28 +01:00 |
|
|
c7be0adc66
|
Catch EBADF in async
|
2023-01-05 22:04:18 +01:00 |
|
|
4782707049
|
Working on TODOs in proxy.c
|
2023-01-05 21:59:23 +01:00 |
|
|
3d1451448d
|
Update Makefile
|
2023-01-05 20:35:21 +01:00 |
|
|
1619e01174
|
Update async to use epoll instead of poll
|
2023-01-05 20:33:59 +01:00 |
|
|
6112e719e5
|
Improve list
|
2023-01-05 20:20:32 +01:00 |
|
|
6f2751f69b
|
Added http_parse_request
|
2023-01-05 18:54:31 +01:00 |
|
|
925ff2b9e4
|
Add clock_cpu()
|
2023-01-05 18:45:48 +01:00 |
|
|
c67edd4195
|
Close all connections on exit
|
2023-01-04 00:40:09 +01:00 |
|
|
d8fd552b40
|
Memset uri/req/res
|
2023-01-03 23:59:23 +01:00 |
|
|
ec6457465c
|
Init conf
|
2023-01-03 19:23:44 +01:00 |
|
|
490c8a2ae0
|
Add epoll todo
|
2023-01-03 19:04:25 +01:00 |
|
|
f87fb74ced
|
Remove sock_poll
|
2023-01-03 18:58:58 +01:00 |
|
|
7b9844e267
|
Improve debug message
|
2023-01-03 18:53:32 +01:00 |
|
|
308534b883
|
Code cleanup
|
2023-01-03 18:44:50 +01:00 |
|
|
b93d97258c
|
Reverse proxy error docs also with HEAD
|
2023-01-03 18:43:49 +01:00 |
|
|
cd80a194dd
|
Use strcasecmp in http.c
|
2023-01-03 18:36:40 +01:00 |
|
|
ffc5c80b65
|
Format proxy errors if no content
|
2023-01-03 18:25:07 +01:00 |
|
|
896486b64a
|
WebSocket async working
|
2023-01-03 16:12:45 +01:00 |
|
|
c1706edcea
|
Update server version string
|
2023-01-03 14:56:31 +01:00 |
|
|
f8d3253a9f
|
Fix reverse proxy error
|
2023-01-03 14:52:36 +01:00 |
|
|
ec3183e99b
|
Outsource globe.svg
|
2023-01-03 14:42:01 +01:00 |
|
|
27d514ae12
|
Cleanup
|
2023-01-03 14:34:54 +01:00 |
|
|
e82869e993
|
Using list in http header
|
2023-01-03 14:05:11 +01:00 |
|
|
a54a6af497
|
Add list_insert/append_ptr
|
2023-01-03 14:04:03 +01:00 |
|
|
c13bea5ab4
|
Refactor proxy a bit
|
2023-01-03 12:58:18 +01:00 |
|
|
fd1630a554
|
Add 405 to /.sesimos/res/
|
2023-01-03 11:27:12 +01:00 |
|
|
f7f245c931
|
Outsource default favicons
|
2023-01-03 11:08:17 +01:00 |
|
|
e72cb57b4a
|
Fix mpmc worker termination
|
2023-01-03 10:34:08 +01:00 |
|
|
1cf9172194
|
Make client list dynamic
|
2023-01-03 10:05:30 +01:00 |
|
|
f416c2f05c
|
Change format_duration to format minutes as XX:XX
|
2023-01-02 22:20:33 +01:00 |
|
|
300e3dc0aa
|
Botch sock_strerror
|
2023-01-02 22:12:34 +01:00 |
|
|
26869c0df5
|
Improve list tests
|
2023-01-02 22:01:51 +01:00 |
|
|
c7488b0f59
|
Add list.c
|
2023-01-02 21:48:06 +01:00 |
|
|
4e6930692e
|
add todo
|
2023-01-02 20:12:43 +01:00 |
|
|
24cb993cb8
|
Remove parameter client_num from fastcgi_init()
|
2023-01-02 20:11:28 +01:00 |
|
|
fc9538fa6d
|
Update sock_check to sock_has_pending
|
2023-01-02 19:56:29 +01:00 |
|
|
9d8120966d
|
Handle SIGPIPE
|
2023-01-02 19:48:12 +01:00 |
|
|
3c5ecacecc
|
Refactor async.c
|
2023-01-02 18:16:18 +01:00 |
|
|
606865e5dc
|
Handle proxy earlier
|
2023-01-02 17:54:30 +01:00 |
|
|
b79c9c710b
|
Async locking
|
2023-01-02 17:53:44 +01:00 |
|
|
4b4e7bd257
|
Refactor async_exec
|
2023-01-02 17:32:13 +01:00 |
|
|
8d6b7105f3
|
Using sock_recv in sock_check
|
2023-01-02 17:28:40 +01:00 |
|
|
95e2ddb24c
|
Fix clock_micros()
|
2023-01-02 17:28:08 +01:00 |
|
|
535e1add96
|
Make errno in sock transparent
|
2023-01-02 17:03:39 +01:00 |
|
|
51d85cc99f
|
Async check if closed
|
2023-01-02 16:52:18 +01:00 |
|
|
a4c0093fbe
|
Small improvements
|
2023-01-02 15:43:26 +01:00 |
|
|
6ff6f0c73b
|
Reduce client_ctx_t footprint
|
2023-01-02 15:20:02 +01:00 |
|
|
555e8f62a1
|
Fix FastCGI error handling
|
2023-01-02 14:33:48 +01:00 |
|
|
03c2c7b364
|
Outsource default documents to actual files
|
2023-01-02 14:26:59 +01:00 |
|