|
74c97a512f
|
Rename logger()
|
2022-12-13 19:49:20 +01:00 |
|
|
7653c3117e
|
Add architecture.md
|
2022-12-10 23:39:36 +01:00 |
|
|
483b386100
|
Remove some global variables
|
2022-12-10 22:44:26 +01:00 |
|
|
bfa9cf4fcd
|
Add client_ctx_t
|
2022-12-10 22:33:30 +01:00 |
|
|
9ac67dbfd3
|
Clean up logger
|
2022-12-10 21:56:25 +01:00 |
|
|
2efe65fc74
|
Cleanup code
|
2022-12-10 21:40:41 +01:00 |
|
|
2937bdaded
|
Add logger
|
2022-12-10 20:48:47 +01:00 |
|
|
782c7440b0
|
Websocket uuid as char array
|
2022-12-10 02:21:02 +01:00 |
|
|
88346fe722
|
Do not use shard object file anymore
|
2022-12-10 01:49:16 +01:00 |
|
|
0f75aeea7a
|
Add tests for some utils
|
2022-12-10 01:33:16 +01:00 |
|
|
933aac0f09
|
Use OpenSSL EVP api for hashing
|
2022-12-09 14:27:06 +01:00 |
|
|
7f1299feb4
|
Fix rev proxy ret bug
|
2022-11-11 03:05:33 +01:00 |
|
|
8435048150
|
Handle fastcgit chunk return
|
2022-11-11 02:23:12 +01:00 |
|
|
206ae3264d
|
Hopefully fix bug
|
2022-11-11 02:18:01 +01:00 |
|
|
5e050512ad
|
Fix sock_recv return handling
|
2022-11-10 23:51:57 +01:00 |
|
|
db053121f2
|
Refactor Makefile
|
2022-11-10 20:42:24 +01:00 |
|
|
89a9d4b9d6
|
Fix chunked splicing
|
2022-11-10 20:21:25 +01:00 |
|
|
bc7c3591a2
|
Renamed docs/ to doc/
|
2022-11-01 11:10:29 +01:00 |
|
|
1859c432c8
|
Fix chunked
|
2022-10-21 00:01:11 +02:00 |
|
|
33ec943e8b
|
Fix Makefile
|
2022-10-20 23:51:06 +02:00 |
|
|
b30f9fa56d
|
Implement Transfer-Encoding chunked for requests
|
2022-10-20 23:10:07 +02:00 |
|
|
90e324cf87
|
Remove client buffer
|
2022-10-20 23:00:11 +02:00 |
|
|
e7e1e7b18f
|
Add debian target to Makefile
|
2022-10-20 22:07:51 +02:00 |
|
|
63b1ca5d6a
|
Update file header comments
|
2022-10-20 22:03:46 +02:00 |
|
|
54313551fc
|
Use (void) instead of void
|
2022-10-20 22:03:46 +02:00 |
|
|
92779e5dba
|
Use volatile sig_atomic_t instead of int
|
2022-10-20 22:03:46 +02:00 |
|
|
100eb1597d
|
Update Makefile to be a real Makefile
|
2022-10-20 22:03:46 +02:00 |
|
|
f4c3345445
|
Fix spacing
|
2022-10-20 22:03:16 +02:00 |
|
|
893316ebfa
|
Remove debug message
|
2022-10-20 21:32:50 +02:00 |
|
|
6a511732af
|
Add debug print for websocket
|
2022-08-27 17:37:54 +02:00 |
|
|
bb895c5bca
|
Fix WebSocket connection close handling
|
2022-08-27 14:01:33 +02:00 |
|
|
a2f4bf57e0
|
Bump version to 4.6
v4.6
|
2022-08-18 14:49:49 +02:00 |
|
|
635271ec50
|
Change default config file name
|
2022-08-18 14:36:31 +02:00 |
|
|
2b4569aabe
|
Rename Necronda server to Sesimos
|
2022-08-18 14:17:12 +02:00 |
|
|
f361fce561
|
Remove second trailing new-line in websocket.c
|
2022-08-18 12:31:56 +02:00 |
|
|
c92742275a
|
Implement WebSocket reverse proxy
|
2022-08-18 03:07:54 +02:00 |
|
|
041e4d43a7
|
Code style
|
2022-08-17 22:35:51 +02:00 |
|
|
170337d4d5
|
Do not use select() anymore
|
2022-08-17 22:34:01 +02:00 |
|
|
f0b27b3b37
|
Fix revproxy and fastcgi http header field merging
|
2022-08-17 19:11:20 +02:00 |
|
|
ee8aedce91
|
Add base64_encode() to utils
|
2022-08-17 12:57:07 +02:00 |
|
|
0648c75baa
|
Refactor code a bit
|
2022-08-16 22:06:50 +02:00 |
|
|
b6ba58d406
|
Fix memory leak on location rewrite in rev_proxy
|
2022-08-16 21:03:50 +02:00 |
|
|
abe0e326cb
|
Remove redundant compressable-mime-type
|
2022-08-16 20:40:55 +02:00 |
|
|
4fe067ed7d
|
Remove strncpy
|
2022-08-16 20:16:46 +02:00 |
|
|
41e12d6293
|
Fix http_get_header_field(_len)
|
2022-08-16 20:08:00 +02:00 |
|
|
a738f1abfe
|
Fix http parser bugs
|
2022-08-16 20:04:08 +02:00 |
|
|
b6309eec39
|
Update readme
|
2022-08-16 19:20:01 +02:00 |
|
|
9923a76ba7
|
Update readme
|
2022-08-16 19:15:59 +02:00 |
|
|
ea4cdff233
|
Update example.conf
|
2022-08-16 19:08:02 +02:00 |
|
|
6526b5cbcb
|
Rename necronda-server.* to server.*
|
2022-08-16 19:02:28 +02:00 |
|