Commit graph

37 commits

Author SHA1 Message Date
Jun Kurihara
13e82035a8
refactor: initial implementation of separeted lib and bin 2023-07-21 18:48:40 +09:00
Jun Kurihara
6c0fd85ca5
refactor: add cert_reader object in backend 2023-07-12 20:31:31 +09:00
Jun Kurihara
f2327778f6
refactor 2023-07-12 19:11:30 +09:00
Jun Kurihara
6b8b7784f8
use hot_reload to update certificates 2023-07-10 22:57:31 +09:00
Jun Kurihara
fab28e8609
make globals more simple 2023-07-10 18:04:15 +09:00
Jun Kurihara
f8d37f7846
refactor: make some config parameters in globals belong to other struct 2023-07-07 21:54:56 +09:00
Jun Kurihara
bb42d3b49e
this resolves #24 and #26 2023-03-31 17:31:42 +09:00
Jun Kurihara
58f1918b3c implement quinn max_idle_timeout (for persistant eventeventsource listener) 2023-01-19 19:07:07 +09:00
Jun Kurihara
d2b5cdcc5b
refactor with derive_builder 2023-01-19 18:27:31 +09:00
Jun Kurihara
0109dc5799
deps, refactor 2023-01-19 14:53:54 +09:00
Jun Kurihara
c05a6c1801
write a draft version of README.md and removed the first log message 2022-08-01 19:57:26 +09:00
Jun Kurihara
7bd9040637
use bytesname trait to explicitly convert &str/string to ascii lower-cased byte names of server / path 2022-07-28 20:45:22 +09:00
Jun Kurihara
4d590f328f
refactor 2022-07-28 19:46:03 +09:00
Jun Kurihara
d750f87331
refactor 2022-07-27 22:21:42 +09:00
Jun Kurihara
b56bf54318
restructuring src dir 2022-07-27 20:33:37 +09:00
Jun Kurihara
09c6c4c102 change src structure 2022-07-26 15:35:20 +09:00
Jun Kurihara
66e791f34b
refine deps 2022-07-22 23:32:14 +09:00
Jun Kurihara
36c8ebcb54
change handling of maximum capable request number, max streams 2022-07-22 22:26:18 +09:00
Jun Kurihara
2ee82c696d
refactor 2022-07-19 17:48:44 +09:00
Jun Kurihara
d37ed57a1c
add checking mechanism of consistency between sni and host/request line 2022-07-15 23:55:21 +09:00
Jun Kurihara
4f5a1cbf91 reconsider timeout for h3 connections 2022-07-12 16:29:38 +09:00
Jun Kurihara
9f6b73a7c0
change global allocator and fix some services 2022-07-11 21:00:21 +09:00
Jun Kurihara
954a1993a9
split proxy into stream handler and http message handler 2022-07-10 03:11:46 +09:00
Jun Kurihara
9335fc702e
some refactor 2022-07-09 23:57:08 +09:00
Jun Kurihara
907d7e574b
totally refactored 2022-07-09 01:01:00 +09:00
Jun Kurihara
b0a9b6b5f8
add request header override option 2022-07-06 17:40:45 +09:00
Jun Kurihara
2ab52288fd
fix 2022-07-06 05:13:09 +09:00
Jun Kurihara
7283137343
experimental h3 toml config support 2022-07-05 19:30:28 +09:00
Jun Kurihara
3e850e8410
some optimization using rustc-hash, parking_lot and tikv-jemallocator 2022-06-28 16:55:07 -04:00
Jun Kurihara
65ade6df8c
change hyper-trust-dns to hyper-rustls for httpsconnector 2022-06-28 14:44:51 -04:00
Jun Kurihara
3491b80142
add feature to specify default backend 2022-06-28 11:51:38 -04:00
Jun Kurihara
c3c95e9589
add toml config support 2022-06-27 15:07:29 -04:00
Jun Kurihara
8a89fcb2c2
wip 2022-06-24 19:33:46 -04:00
Jun Kurihara
c47efbfc93
fix redirection 2022-06-23 23:10:19 -04:00
Jun Kurihara
730ae1f08d
split files 2022-06-23 14:35:36 -04:00
Jun Kurihara
99e6bce992 remake architecture to handle multiple tls endpoints 2022-06-23 14:09:02 -04:00
Jun Kurihara
819b944a46
initial commit 2022-06-16 17:13:28 -04:00