Commit graph

30 commits

Author SHA1 Message Date
Jan Trefil
5ec294dc03 Bump version
Some checks failed
Release / ubuntu (push) Has been cancelled
2024-07-13 20:23:28 +02:00
Jan Trefil
e29d989569 Bump version 2023-12-02 14:37:16 +01:00
Jan Trefil
607e1fb14c Add support for key autorepeat (EV_REP - REP_DELAY and REP_PERIOD) 2023-12-02 14:23:11 +01:00
Jan Trefil
1c148cf3a3 Add example config tests 2023-10-14 10:46:36 +02:00
Jan Trefil
e4ff7137d7 Bump version 2023-10-12 19:15:08 +02:00
Jan Trefil
5aff99e218 Improve logging 2023-10-12 19:14:50 +02:00
Jan Trefil
9560c761e5 Implement application layer timeouts 2023-10-11 09:09:18 +02:00
Jan Trefil
65083f47c1 Remove TCP keepalive socket timeouts 2023-09-30 10:00:23 +02:00
Jan Trefil
59d5b6b6d7 Switch to tracing 2023-09-09 11:07:43 +02:00
Jan Trefil
c0b0eb52ca Bump version 2023-08-30 09:57:13 +02:00
Jan Trefil
de45d872c3 Move socket configuration to a dedicated function in rkvm-net 2023-08-24 08:46:51 +02:00
ckie
c4ff4232ae
rkvm-{server,client}: Remove dead peers quickly
I use rkvm on a machine which hangs multiple times a day, leaving no
TCP FIN or RSTs behind.

Previously, the UX got very confusing once I rebooted the machine, because
it captured inputs without forwarding them anywhere live.

It's unfortunate that the TCP settings aren't shared between the client
& server because keepalive settings should be consistent to avoid one
peer disconnecting and the other waiting longer before timing out.
2023-08-22 18:54:47 +03:00
Jan Trefil
e401fee01c Fix IPv6 socket address parsing 2023-08-19 15:19:29 +02:00
Jan Trefil
742fb3db7f Asyncify WriterBuilder::build() 2023-06-21 21:14:11 +02:00
Jan Trefil
9b9a63ace8 Implement multitouch events 2023-06-20 19:47:37 +02:00
Jan Trefil
2b20ba1f1b Implement abs events 2023-06-11 14:02:10 +02:00
Jan Trefil
bfa1c0ac18 Fix versions 2023-05-13 20:21:24 +02:00
Jan Trefil
458b7bf0e8 Disable the Nagle algorithm 2023-05-13 18:00:14 +02:00
Jan Trefil
27187ccd73 Disable TCP linger 2023-05-13 17:42:55 +02:00
Jan Trefil
0604bd98ab Rename EventPack to EventBatch 2023-05-13 12:02:27 +02:00
Jan Trefil
60f9e20b0e Improve message for failed auth error 2023-04-22 14:05:01 +02:00
Jan Trefil
c210f2c85a Implement client IO timeout, improve logs 2023-04-22 14:03:57 +02:00
Jan Trefil
9ff67c0be9 Fix comment 2023-04-19 21:45:41 +02:00
Jan Trefil
7fc6841e38 Fix versions 2023-04-18 22:30:57 +02:00
Jan Trefil
c9cfa4dd69 Fix SYN events, high res mouse scrolling 2023-04-18 20:30:24 +02:00
Jan Trefil
26e9e78271 Implement authentication 2023-04-17 19:52:57 +02:00
Jan Trefil
37d741eb97 Refactor rkvm-net 2023-04-16 19:29:27 +02:00
Jan Trefil
b8a403ae7d Refactor client 2023-04-16 18:21:13 +02:00
Jan Trefil
17558d0fec Use clap for arg parsing in client, get rid of default values 2023-04-16 12:45:43 +02:00
Jan Trefil
ae5ce0bed7 Update deps, use consistent rkvm- prefix for crates 2023-04-16 12:29:45 +02:00