Joakim Frostegård
|
e86410291a
|
cpu pinning: set affinity to multiple hyperthreads, fix issues
|
2021-11-07 13:31:03 +01:00 |
|
Joakim Frostegård
|
b54694bbc0
|
aquatic_ws: improve cpu pinning
|
2021-11-07 11:46:48 +01:00 |
|
Joakim Frostegård
|
2bed6ccdc5
|
WIP: ws: split into features, other fixes
|
2021-11-05 13:25:19 +01:00 |
|
Joakim Frostegård
|
465cf5920d
|
WIP: ws: put back mio implementation
|
2021-11-05 12:42:55 +01:00 |
|
Joakim Frostegård
|
fa3b6bb259
|
Move fn update_access_list to aquatic_common
|
2021-11-02 23:33:47 +01:00 |
|
Joakim Frostegård
|
446fd0b1f4
|
aquatic_ws: use signals for access list updates
|
2021-11-02 23:29:04 +01:00 |
|
Joakim Frostegård
|
24bfaf67c0
|
aquatic_ws: rewrite to use glommio
|
2021-11-01 19:08:00 +01:00 |
|
Joakim Frostegård
|
38617c70f4
|
Refactor AccessList; update it periodically in aquatic_udp glommio
|
2021-10-19 22:52:31 +02:00 |
|
Joakim Frostegård
|
7ccd5fcbf7
|
access lists: filter requests in socket workers instead
|
2021-10-16 17:26:40 +02:00 |
|
Joakim Frostegård
|
28cc6c261a
|
aquatic_ws: almost finish implementing access list support
|
2021-10-16 01:08:59 +02:00 |
|
Joakim Frostegård
|
d0e716f80b
|
Run rustfmt, clean up aquatic_http_protocol/Cargo.toml
|
2021-08-15 22:26:11 +02:00 |
|
Joakim Frostegård
|
88423976c4
|
aquatic_http, aquatic_ws: add option for printing statistics
statistics are on number of peers per torrent
|
2020-08-13 03:58:28 +02:00 |
|
Joakim Frostegård
|
875eb122c7
|
aquatic_ws: support multiple request workers
|
2020-08-13 01:50:01 +02:00 |
|
Joakim Frostegård
|
9efc1fc66a
|
add aquatic crate with master executable, refactor cli_helpers
|
2020-08-13 00:13:01 +02:00 |
|
Joakim Frostegård
|
9af4e4663d
|
aquatic_ws: send responses for every event, wake mio for responses
|
2020-08-11 23:58:00 +02:00 |
|
Joakim Frostegård
|
aabdf76a5d
|
aquatic_ws: fix some clippy warnings
|
2020-08-02 00:07:12 +02:00 |
|
Joakim Frostegård
|
a5108f813d
|
WIP: aquatic_ws: add half-crappy load test, fix infinite loop bug
|
2020-08-01 03:35:00 +02:00 |
|
Joakim Frostegård
|
d5de57b45f
|
aquatic_ws: replace flume with crossbeam-channel
This improved performance in aquatic_http
|
2020-07-31 01:47:45 +02:00 |
|
Joakim Frostegård
|
66216657ec
|
aquatic_ws: name worker threads
Note: simplelog doesn't seem to pick up thread names, but
this commit is good anyway, since they can be displayed
in e.g. htop on Linux
|
2020-05-23 20:27:31 +02:00 |
|
Joakim Frostegård
|
b9ee290ca0
|
aquatic_ws: add more anyhow error context annotations
|
2020-05-23 17:15:11 +02:00 |
|
Joakim Frostegård
|
f3bdb6bc2a
|
aquatic_ws: privilege dropping; cli_helpers: show error context
|
2020-05-23 17:02:52 +02:00 |
|
Joakim Frostegård
|
a596ee155a
|
aquatic_ws: wait for and quit on socket bind errors in workers
|
2020-05-23 16:38:31 +02:00 |
|
Joakim Frostegård
|
526faa9aab
|
cli_helpers: use anyhow in app fn; aquatic_ws: reorganize error handling
|
2020-05-23 14:05:50 +02:00 |
|
Joakim Frostegård
|
7da7d79d90
|
aquatic_ws: remove no longer valid comment
|
2020-05-15 17:06:10 +02:00 |
|
Joakim Frostegård
|
6d06a43db8
|
aquatic_ws: add setting for using tls; update TODO
|
2020-05-13 16:43:23 +02:00 |
|
Joakim Frostegård
|
6e0b0ccbc2
|
WIP: aquatic_ws: network: rename PeerConnection to EstablishedWs
|
2020-05-12 20:31:07 +02:00 |
|
Joakim Frostegård
|
b221f3fc34
|
WIP: aquatic_ws: support tls and no tls with same functions
|
2020-05-12 20:20:00 +02:00 |
|
Joakim Frostegård
|
7c9ecda53a
|
aquatic_ws: clean torrent state periodically
|
2020-05-12 15:45:28 +02:00 |
|
Joakim Frostegård
|
21048727db
|
aquatic_ws: add Config, use in many places; use cli_helpers for cli
Also add mimalloc
|
2020-05-12 14:58:55 +02:00 |
|
Joakim Frostegård
|
75c8ccd523
|
WIP: try to get mio + tungstenite working
|
2020-05-10 15:25:22 +02:00 |
|
Joakim Frostegård
|
c94b3d7d3c
|
WIP: aquatic_ws: minor work, renaming, mock impls
|
2020-05-07 17:18:23 +02:00 |
|
Joakim Frostegård
|
cf75a07a7e
|
WIP: aquatic_ws: start work on data structures, data flow
|
2020-05-07 16:49:28 +02:00 |
|
Joakim Frostegård
|
0d835452c1
|
WIP: aquatic_ws: start trying to understand and document protocol
|
2020-05-07 13:34:29 +02:00 |
|