Commit Graph

237 Commits

Author SHA1 Message Date
Ferdinand Schober
bd09787f72 cleanup imports 2024-07-14 17:51:16 +02:00
Ferdinand Schober
4bac6d4bae simplify 2024-07-14 14:36:36 +02:00
Ferdinand Schober
a7e7941806 reduce visibility of some structs 2024-07-14 14:32:11 +02:00
Ferdinand Schober
8fa4ea530a remove duplicate log 2024-07-14 14:18:57 +02:00
Ferdinand Schober
970575de8d simplify 2024-07-14 14:03:36 +02:00
Ferdinand Schober
151ff34383 remove debug log 2024-07-14 12:04:39 +02:00
Ferdinand Schober
8e94a64570 ignore requests with capture / emulation disabled
otherwise the server would hang when trying to enable clients
2024-07-14 12:02:14 +02:00
Ferdinand Schober
bba9400ab1 add FIXME 2024-07-12 21:01:49 +02:00
Ferdinand Schober
a60a1c7095 fix emulation client creation 2024-07-12 18:27:49 +02:00
Ferdinand Schober
7e77e0c3f5 sync port 2024-07-12 18:09:23 +02:00
Ferdinand Schober
aea4d0f3fb fix edge case where cancellation is not possible 2024-07-12 18:07:28 +02:00
Ferdinand Schober
69afbe1674 simplify 2024-07-12 18:02:32 +02:00
Ferdinand Schober
d02d8d5ab9 move assert to correct location 2024-07-12 17:55:12 +02:00
Ferdinand Schober
54943d9057 fix possible panic because channels are dropped 2024-07-12 17:53:20 +02:00
Ferdinand Schober
9227bde6bf sync capture + emulation status 2024-07-12 17:44:24 +02:00
Ferdinand Schober
f052efe086 add missing dns request notify 2024-07-12 17:18:18 +02:00
Ferdinand Schober
e063f4ffb4 restructure server 2024-07-12 17:09:45 +02:00
Ferdinand Schober
fa57b4ea34 allow cancelling session creation 2024-07-12 12:31:39 +02:00
Ferdinand Schober
b4afbbec45 fix duplicate barriers 2024-07-12 01:36:47 +02:00
Ferdinand Schober
73a57ee892 cleanup 2024-07-12 01:29:03 +02:00
Ferdinand Schober
39d6a3cace clippy 2024-07-12 01:04:44 +02:00
Ferdinand Schober
335a1fc3e2 simplify 2024-07-12 01:01:09 +02:00
Ferdinand Schober
3014e404c3 asdf 2024-07-11 22:43:43 +02:00
Ferdinand Schober
d54e472498 fix emulation notify 2024-07-11 22:20:40 +02:00
Ferdinand Schober
2a2cbce17d cleanup 2024-07-11 17:18:31 +02:00
Ferdinand Schober
f1dc3a5708 clean 2024-07-11 17:07:29 +02:00
Ferdinand Schober
a4094b2ce7 remove termination request 2024-07-11 17:01:56 +02:00
Ferdinand Schober
69a5eec944 cleanup 2024-07-11 16:59:09 +02:00
Ferdinand Schober
4c30f032f4 cleanup 2024-07-11 16:47:36 +02:00
Ferdinand Schober
2d26bd6a0b improve cancellation 2024-07-11 16:34:41 +02:00
Ferdinand Schober
f0c9290579 fix duplicate barriers + use Notify 2024-07-11 15:35:37 +02:00
Ferdinand Schober
d73ced7b16 wire frontend 2024-07-11 15:12:59 +02:00
Ferdinand Schober
252547dfdb solve clippy except tomanyargs 2024-07-11 01:14:35 +02:00
Ferdinand Schober
3f7dae65a2 fmt 2024-07-11 00:51:49 +02:00
Ferdinand Schober
c58f5dbdd5 fix missing Arc import 2024-07-11 00:44:17 +02:00
Ferdinand Schober
8ba178dce0 simplify cancellation of service 2024-07-11 00:42:32 +02:00
Ferdinand Schober
ae3ea2c497 fix windows/mac + rename async_drop to terminate 2024-07-10 22:33:37 +02:00
Ferdinand Schober
9c0a40563e prefer CancellationToken / Notify to channel 2024-07-10 22:03:56 +02:00
Ferdinand Schober
8ba92ede34 its getting cleaner 2024-07-10 20:31:02 +02:00
Ferdinand Schober
110b37e26e improve capture error handling 2024-07-10 09:00:43 +02:00
Ferdinand Schober
6a4dd740c3 code cleanup + purge anyhow in library code (#157) 2024-07-10 00:33:49 +02:00
Ferdinand Schober
ef3ebc59bd adjust error handling 2024-07-05 01:41:11 +02:00
Ferdinand Schober
37a8f729ea remove dispatch workaround 2024-07-05 01:41:11 +02:00
Ferdinand Schober
4db2d37f32 split into input-{event,capture,emulation} 2024-07-02 22:07:37 +02:00
Ferdinand Schober
7b511bb97d fix iteration order 2024-07-02 16:23:07 +02:00
Ferdinand Schober
70a23b9fa7 reduce coupling of emulation and capture backends 2024-07-02 16:23:07 +02:00
Ferdinand Schober
b6b16063a8 Configurable emulation backend (#151) 2024-07-01 20:09:16 +02:00
Ferdinand Schober
9cbe1ed8d8 fix release bind message 2024-06-30 14:41:16 +02:00
Ferdinand Schober
3528ef4fae Configurable capture backend (#150)
capture backend can now be configured via the `capture_backend` cli argument / config entry
2024-06-29 00:10:36 +02:00
Ferdinand Schober
232c048c19 fix transmuting to pointer types UB (#147)
closes #134
2024-06-25 14:13:05 +02:00