Commit Graph

55 Commits

Author SHA1 Message Date
RustDesk 416832a1ed Merge pull request #982 from twmsh/master
update bytes(protobuf types) mapping, from Vec<u8> to bytes:Byte
2022-07-21 18:09:14 +08:00
tom 16b7c7c716 upgrade bytes to 1.2 2022-07-21 00:39:20 +08:00
21pages e46019a171 password: safe/random personal password
Signed-off-by: 21pages <pages21@163.com>
2022-07-18 21:27:56 +08:00
tom 6db3a2e85c Merge branch 'master' into master 2022-07-18 14:25:33 +08:00
tom efa6b5972d update bytes(protobuf types) mapping, from Vec<u8> to bytes:Byte
issues:958
2022-07-16 00:45:23 +08:00
fufesou 3613f27afc lan_discovery_WOL: fix udp set_nonblocking twice and lan refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 20:39:42 +08:00
fufesou 13406cd359 lan_discovery_WOL: sort by online status
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 12:16:15 +08:00
fufesou eda0855506 lan_discovery_WOL: lan discovery test done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:29:07 +08:00
fufesou 8fd4830710 lan_discovery_WOL: Win10 test done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:29:07 +08:00
fufesou 897d2b8e57 lan_discovery_WOL: remove discovered peer
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:29:01 +08:00
fufesou cbb34fb021 lan_discovery_WOL: lan discovery almost done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:27:39 +08:00
fufesou 7e0f7be95c lan_discovery_WOL: mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:27:39 +08:00
RustDesk c49bbc261c Merge pull request #970 from twmsh/master
upgrade protobuf to 3.1.0 and use with-bytes feature, issues:958
2022-07-14 23:16:43 +08:00
tom c6c5d2cb98 upgrade protobuf to 3.1.0 and use with-bytes feature, issues:958 2022-07-14 17:20:01 +08:00
rustdesk bb8257b7f2 https://github.com/rustdesk/rustdesk/issues/899 2022-07-14 15:21:26 +08:00
rustdesk 649ff52970 https://github.com/rustdesk/rustdesk/issues/751 2022-06-24 02:47:46 +08:00
fufesou d968ed3029 socks5_reconnect: handle socks5 server down
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-06-23 10:44:05 +08:00
rustdesk c1bad84a86 100% open source 2022-05-12 17:35:25 +08:00
rustdesk 5d143f57d7 SystemTime::now not work stable on my win7 32, change to Instant 2022-04-22 02:05:11 +08:00
rustdesk 1c84fc3786 default relay_server 2022-03-25 18:39:06 +08:00
rustdesk 4e9a96dad9 direct access port editable 2022-02-19 15:30:09 +08:00
open-trade aa1c0df08f typo 2022-02-08 18:10:32 +08:00
open-trade dddbae4eb1 fix on should_exit 2022-02-08 18:09:45 +08:00
open-trade 6c05f72d90 refactor should_exit 2022-02-07 18:39:49 +08:00
rustdesk 98aa410683 more set_nodelay 2022-01-24 01:50:22 +08:00
rustdesk b76a1d36cb typo 2022-01-20 00:25:01 +08:00
rustdesk d069b73303 refactor 2022-01-15 02:16:00 +08:00
rustdesk 4fe5d2cf02 no lan discovery if no install 2022-01-14 23:21:30 +08:00
rustdesk 95239fc148 change back to broadcast, because multicast has big problem if multiple
interface with 0.0.0.0 binding
2022-01-14 23:02:08 +08:00
open-trade 0a2bc1cf8a try out muliticast on multiple interface 2022-01-14 18:16:00 +08:00
rustdesk d379f23490 my bad 2022-01-13 02:11:47 +08:00
rustdesk 75ef279e47 avoid select! all branches disabled panic 2022-01-13 01:16:23 +08:00
rustdesk 8ea5d80f01 new lan discovery https://github.com/rustdesk/rustdesk/issues/261 2022-01-12 03:10:15 +08:00
open-trade 4071f803f7 fix compile error 2022-01-11 16:59:53 +08:00
open-trade 65eef2b579 raw lan discovery 2022-01-11 16:24:35 +08:00
rustdesk 1931cb8c7c https://github.com/rustdesk/rustdesk/issues/356 2022-01-05 23:50:13 +08:00
open-trade c0b6367137 sock5 gui part 2022-01-05 18:34:30 +08:00
open-trade 78097f4006 refactort 2022-01-05 14:38:38 +08:00
rustdesk 1d8cdb5e93 refactor target address 2022-01-05 13:21:14 +08:00
open-trade 3e590b8212 refactor to_socket_addr and dns_check 2022-01-04 19:49:44 +08:00
open-trade 533efd04d7 rename 2022-01-04 17:45:52 +08:00
open-trade fb392b81cb rendezvous_mediator: ensure once one exits, the others also exit. 2022-01-04 17:44:06 +08:00
fufesou 875570e040 refactor udp framed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-04 00:44:50 +08:00
fufesou 6d506cbb64 socks5 support
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-03 22:50:43 +08:00
Arash Hatami 70a4ee4318 Merge branch 'rustdesk:master' into master 2021-11-14 18:52:51 +03:30
Arash Hatami 7f13edd14a Fix misspelled words 2021-11-14 18:52:05 +03:30
rustdesk e6bd5b0698 pb in version 2021-11-07 10:18:10 +08:00
rustdesk a76916c520 ignore abnormal latency 2021-08-12 10:55:21 +08:00
rustdesk e6744d031d connection type 2021-07-27 23:53:12 +08:00
rustdesk 0ddfc32f0c refactor 2021-06-05 19:53:34 +08:00