Commit graph

25 commits

Author SHA1 Message Date
Joakim Frostegård
49ed4371e7 Run cargo fmt, clean up imports 2021-10-28 01:23:43 +02:00
Joakim Frostegård
e6d7f78a7a aquatic_http: don't use bindings_after_at - it causes CI error 2021-10-27 21:11:07 +02:00
Joakim Frostegård
af5816e2ab aquatic_http: glommio: periodically update access lists 2021-10-27 20:36:38 +02:00
Joakim Frostegård
8747f8de4e aquatic_udp: glommio: limit request size, use array as buffer 2021-10-27 14:28:15 +02:00
Joakim Frostegård
dd968821e4 aquatic_udp: glommio: refactor networking for less state in Connection 2021-10-27 14:07:49 +02:00
Joakim Frostegård
6404be8ef8 aquatic_http: glommio: add access list, refactor networking slightly 2021-10-27 13:55:17 +02:00
Joakim Frostegård
1a4e5750a3 aquatic_http: glommio: periodically remove closed connections 2021-10-27 13:19:02 +02:00
Joakim Frostegård
9bea7c0898 aquatic_http: glommio: deallocate request buffer after successful parse 2021-10-27 12:30:44 +02:00
Joakim Frostegård
c9233726ab Run cargo fmt 2021-10-27 12:24:27 +02:00
Joakim Frostegård
e7305114ad aquatic_http: glommio: panic if request receiver channel is closed 2021-10-27 12:22:01 +02:00
Joakim Frostegård
b7d61cecd9 aquatic_http: glommio: implement scrape requests 2021-10-27 12:13:54 +02:00
Joakim Frostegård
3e912bb379 aquatic_http: glommio: fix channel join deadlock in network.rs 2021-10-27 01:52:49 +02:00
Joakim Frostegård
d03bf48433 aquatic_http glommio: various fixes to network code 2021-10-27 01:03:31 +02:00
Joakim Frostegård
17412868b9 Run cargo fmt 2021-10-27 00:47:46 +02:00
Joakim Frostegård
8f0dabc706 aquatic_http: work on glommio request handlers 2021-10-27 00:45:30 +02:00
Joakim Frostegård
8a66b5ce69 aquatic_udp: glommio: return Request in read_tls to reduce state 2021-10-26 22:21:38 +02:00
Joakim Frostegård
636a434ca6 aquatic_http: glommio: unless keep_alive set, close after send 2021-10-26 21:59:40 +02:00
Joakim Frostegård
eebfa69c70 aquatic_http: work on glommio network implementation 2021-10-26 21:54:41 +02:00
Joakim Frostegård
96593c97fc WIP: aquatic_http glommio work 2021-10-26 21:12:34 +02:00
Joakim Frostegård
7fd2d4c42e aquatic_http glommio: modify tls config and file parsing 2021-10-26 19:38:37 +02:00
Joakim Frostegård
02735ba2ff aquatic_http: glommio: actually start socket workers 2021-10-26 19:09:50 +02:00
Joakim Frostegård
03b8f3e5c5 WIP: aquatic_udp glommio 2021-10-26 18:45:09 +02:00
Joakim Frostegård
dcb03f42e7 WIP: aquatic http glommio 2021-10-26 18:21:20 +02:00
Joakim Frostegård
ef10c4f366 WIP: aquatic http glommio 2021-10-26 17:29:21 +02:00
Joakim Frostegård
34bc4046b7 WIP: aquatic_http glommio impl 2021-10-26 16:26:37 +02:00