Ferdinand Schober
|
24948773fc
|
ensure all keys are released when emulation ends
|
2024-07-16 20:39:38 +02:00 |
|
Ferdinand Schober
|
f3de36bc26
|
move capture/emulation errors into their creates
|
2024-07-15 21:10:30 +02:00 |
|
Ferdinand Schober
|
3d7163bf1f
|
move channel creation out of dns
|
2024-07-15 20:32:57 +02:00 |
|
Ferdinand Schober
|
4a90d88420
|
add comment
|
2024-07-15 12:56:36 +02:00 |
|
Ferdinand Schober
|
824f5b52f5
|
panic if dropped without being terminated
|
2024-07-15 12:44:56 +02:00 |
|
Ferdinand Schober
|
102342ce36
|
fix input capture test
|
2024-07-15 12:37:34 +02:00 |
|
Ferdinand Schober
|
06c6b2ec2e
|
simplify dns
|
2024-07-15 08:15:27 +02:00 |
|
Ferdinand Schober
|
0ffeaf7e91
|
simplify
|
2024-07-14 17:56:54 +02:00 |
|
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
|
303a8294b9
|
fix unused import in windows
|
2024-07-12 18:30:24 +02:00 |
|
Ferdinand Schober
|
a60a1c7095
|
fix emulation client creation
|
2024-07-12 18:27:49 +02:00 |
|
Ferdinand Schober
|
f74b7f98fe
|
fix conditional compilation
|
2024-07-12 18:18:46 +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
|
740272e9a5
|
fix clippy warnings
|
2024-07-12 17:13:10 +02:00 |
|
Ferdinand Schober
|
e063f4ffb4
|
restructure server
|
2024-07-12 17:09:45 +02:00 |
|
Ferdinand Schober
|
592cc01faf
|
unused import
|
2024-07-12 12:54:01 +02:00 |
|
Ferdinand Schober
|
d84c572a4e
|
allow deny capture / emulation
|
2024-07-12 12:46:57 +02:00 |
|
Ferdinand Schober
|
fa57b4ea34
|
allow cancelling session creation
|
2024-07-12 12:31:39 +02:00 |
|
Ferdinand Schober
|
8908c33603
|
move libei event conversion to event crate
|
2024-07-12 12:07:30 +02:00 |
|
Ferdinand Schober
|
7328958dde
|
fix session not actually closed
|
2024-07-12 11:41:32 +02:00 |
|
Ferdinand Schober
|
8de738e597
|
impl session close
|
2024-07-12 11:35:21 +02:00 |
|
Ferdinand Schober
|
621d9eac59
|
fix termination of libei emulation on error
|
2024-07-12 02:45:47 +02:00 |
|
Ferdinand Schober
|
b4afbbec45
|
fix duplicate barriers
|
2024-07-12 01:36:47 +02:00 |
|
Ferdinand Schober
|
d25c6d4ec2
|
fix remnants from testing stuff
|
2024-07-12 01:32:52 +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
|
b0407148bf
|
add some log messages
|
2024-07-11 19:27: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 |
|