Asura
f1402a14a2
Merge branch 'translate_mode'
2022-08-04 01:21:46 -07:00
Asura
3b8032e5ec
Merge translate mode
2022-08-04 16:11:37 +08:00
Asura
7775a14c9e
Use keycode mapping table
2022-08-02 03:47:29 -07:00
21pages
461a87bce9
feat: pc restart
...
Signed-off-by: 21pages <pages21@163.com>
2022-07-27 08:49:10 +08:00
Asura
a46df491e5
Merge branch 'master' of https://github.com/rustdesk/rustdesk
2022-07-23 06:33:15 -07:00
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
9ab955bb8e
enable serde feature of bytes, modify struct WriteBlock using Bytes
2022-07-21 16:07:19 +08:00
Asura
ce3434fd37
Merge branch 'master' of https://github.com/rustdesk/rustdesk
2022-07-20 19:51:09 -07:00
tom
16b7c7c716
upgrade bytes to 1.2
2022-07-21 00:39:20 +08:00
fufesou
aae6e2b16b
linux_wayland_support: init merge, windows build
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-20 09:16:13 -07:00
tom
6db3a2e85c
Merge branch 'master' into master
2022-07-18 14:25:33 +08:00
rustdesk
b74a01a3b3
update lock
2022-07-18 12:15:10 +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
8fd4830710
lan_discovery_WOL: Win10 test done
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-15 11:29:07 +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
d3fc6ccd9c
upgrade tokio
2022-07-15 01:29:52 +08:00
rustdesk
9498b77c0a
minor version
2022-07-14 23:26:03 +08:00
Asura
fa8595b77d
Supports Mac OS simulate input by scancode
2022-07-12 08:36:45 -07:00
Asura
7395f1a755
ci: Change source of lib
2022-07-12 04:40:38 -07:00
21pages
847c4acb07
Merge branch 'hwcodec' into master
2022-06-14 13:08:39 +08:00
21pages
42c7c5982c
scrap: check hwconfig in another process
...
Signed-off-by: 21pages <pages21@163.com>
2022-06-10 12:17:06 +08:00
rustdesk
b88b4151bc
1.2.0 -> 1.1.10
2022-06-09 19:45:53 +08:00
Kingtous
618be48726
feat: appimage package script
...
revert: flutter lock file
2022-06-09 17:46:17 +08:00
fufesou
4502f94e99
virtual_display: apply idd virtual display
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-31 00:51:13 +08:00
fufesou
2081113bed
simple_rc: win init simple resource pack
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-30 13:06:48 +08:00
Saverio Miroddi
ba5321c4a0
Strip release binary via Rust toolchain
...
As of Rust 1.59, full stripping support has been added (see https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries ).
2022-05-24 19:37:01 +02:00
RustDesk
7a3e95eddd
Merge pull request #544 from Heap-Hop/event_channel
...
use new event channel for mobile and web
2022-05-17 22:09:03 +08:00
csf
a7af7967f6
use new event channel for mobile and web
2022-05-17 19:59:37 +08:00
RustDesk
7c2db5a835
Merge pull request #510 from Kingtous/opt/file_transfer_resume
...
opt: file transfer can resume when encountering reconnecting or close&open window
2022-05-17 17:22:40 +08:00
Kingtous
ac8a9e7434
opt: remove request openssl deps
2022-05-16 15:46:09 +08:00
Kingtous
cdecb3589a
refactor: change version to 1.2.0
2022-05-16 14:45:17 +08:00
kingtous
8854fcbe85
add: automatic accept confirm log
2022-05-16 14:45:16 +08:00
rustdesk
d01eb70b48
more build
2022-05-14 11:46:20 +08:00
rustdesk
00fcfe9e22
new naming
2022-05-13 20:30:22 +08:00
rustdesk
c1bad84a86
100% open source
2022-05-12 17:35:25 +08:00
rustdesk
c1f5c20e94
https://github.com/rustdesk/rustdesk/issues/77 mac tray, still no find good way to open rustdesk from finder after tray
...
shown
2022-04-28 21:32:44 +08:00
rustdesk
3566b0ee7a
new mac service and local config
2022-04-26 11:19:45 +08:00
rustdesk
5bf8e8f001
change linux audio playback from cpal to pulse, because stupid cpal 100% cpu usage problem
2022-04-23 02:17:33 +08:00
rustdesk
f8fe47d53f
fix snap CI
2022-04-21 22:16:15 +08:00
rustdesk
1e120eef18
async logger holder
2022-04-21 21:51:53 +08:00
rustdesk
ccffa14450
fix chat window focus problem and update version number https://github.com/rustdesk/rustdesk/issues/443
2022-04-20 20:44:48 +08:00
rustdesk
840413db5f
more trans
2022-04-06 10:51:24 +08:00
fufesou
e6bf858ae1
virtual display: compile example ok, not debug yet
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:42:11 +08:00
fufesou
6672087f7c
windows clipboard
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-15 11:18:53 +08:00
rustdesk
a3511d9157
update crates, and set new default #cpu
2022-01-24 02:26:07 +08:00
rustdesk
8f998771c9
refactor process id
2022-01-15 14:08:24 +08:00
rustdesk
f47dcd1a8b
remove psutil which is too old
2022-01-15 13:47:57 +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
chenbaiyu
b4f61c735e
fix plist files and enhance privilege escalation method
2022-01-14 03:17:36 +08:00