Joakim Frostegård
|
fcf18c845f
|
Reduce ValidUntil size; reduce size of various ws structs
|
2022-08-01 14:15:06 +02:00 |
|
Joakim Frostegård
|
355f3e04c6
|
Update ws code comments; update TODO.md
|
2022-07-19 17:01:07 +02:00 |
|
Joakim Frostegård
|
a62b2033a5
|
ws: avoid X-Forwarded-For parsing since we only need to know IPv4/IPv6
|
2022-07-19 16:12:00 +02:00 |
|
Joakim Frostegård
|
3b94b8e588
|
WIP: ws: parse X-FORWARDED-FOR headers
|
2022-07-19 00:56:27 +02:00 |
|
Joakim Frostegård
|
88971cd870
|
ws: rename enable_http_health_check to enable_http_health_checks
|
2022-07-18 23:29:45 +02:00 |
|
Joakim Frostegård
|
a16ce91d46
|
ws: make TLS optional, allow HTTP health checks without TLS only
|
2022-07-18 23:23:36 +02:00 |
|
Joakim Frostegård
|
018f32e9e9
|
ws: add optional HTTP 200 response for GET /health without TLS
|
2022-07-18 22:09:34 +02:00 |
|
Joakim Frostegård
|
720ceacf99
|
ws: remove peer from all torrent maps when connection is closed
|
2022-07-05 13:13:53 +02:00 |
|
Joakim Frostegård
|
b30da1a930
|
ws: store peer_id and announced info hashes in ConnectionReference
|
2022-07-05 12:03:51 +02:00 |
|
Joakim Frostegård
|
12fc8bcf1e
|
ws: rename request workers to swarm workers
|
2022-07-04 11:55:53 +02:00 |
|
Joakim Frostegård
|
f50c8970b5
|
aquatic_ws: use PanicSentinel, simplify lib.rs
|
2022-04-06 18:44:09 +02:00 |
|
Joakim Frostegård
|
3f46db01ff
|
Run cargo fmt
|
2022-04-06 01:14:47 +02:00 |
|
Joakim Frostegård
|
cb2f7483d3
|
Return anyhow::Result on PrivDropper waiting and socket creation
|
2022-04-05 23:15:29 +02:00 |
|
Joakim Frostegård
|
c888017072
|
Improve privilege dropping; run cargo fmt
|
2022-04-05 01:26:40 +02:00 |
|
Joakim Frostegård
|
58ac5e7fe8
|
ws: use create_rustls_config from aquatic_common
|
2022-04-03 19:46:05 +02:00 |
|
Joakim Frostegård
|
f0a1b8e1e1
|
ws: rewrite connection cleaning retain fn
|
2022-03-23 21:38:30 +01:00 |
|
Joakim Frostegård
|
5176b18ef9
|
common: rename AHashIndexMap to AmortizedIndexMap
|
2022-03-20 19:42:46 +01:00 |
|
Joakim Frostegård
|
06a716f78a
|
ws: implement network.only_ipv6 and network.tcp_backlog
|
2022-03-20 18:41:41 +01:00 |
|
Joakim Frostegård
|
66232df6d2
|
ws: remove pub visibility where not needed
|
2022-03-18 15:47:14 +01:00 |
|
Joakim Frostegård
|
193ad1689f
|
ws: move code from common.rs into lib.rs and request.rs
|
2022-03-18 15:45:07 +01:00 |
|
Joakim Frostegård
|
667cf04085
|
ws: remove mio implementation
|
2022-03-18 15:15:34 +01:00 |
|