net-misc/rquickshare
Quick Share (Nearby Share) implementation for Linux
-
rquickshare-0.11.5amd64debug
View
Download
Browse License: AGPL-3 Apache-2.0 BSD-2 BSD MIT MPL-2.0 Unicode-DFS-2016 Overlay: blshkv-overlay
ChangeLog
commit 68b59fce5f2fde2eaaa5d502336bc1550a1f7135
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:15:16 2026 +0800
rquickshare: add upstream PR reference to auto-accept patch
commit e7cdf904be1fc413db49614b719a352f2ab9efff
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:07:54 2026 +0800
rquickshare: fix State import path in auto-accept patch
State is re-exported at the crate root via pub use, not via the private
hdl module. Use rqs_lib::State instead of rqs_lib::hdl::State.
commit f2ba156d6531571fda9c4b56c50d118c35f2d0bd
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:04:02 2026 +0800
rquickshare: auto-accept incoming transfers in daemon mode
core_bin has no UI: it cannot respond to WaitingForUserConsent events that
the daemon sends over the broadcast channel. Without a response, Android
times out and the transfer fails with "early eof (WaitingForUserConsent)".
The Tauri desktop app handles this with a notify-rust popup; patch bin.rs
to subscribe to message_sender and send AcceptTransfer immediately, making
the standalone daemon work for headless/server use.
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:15:16 2026 +0800
rquickshare: add upstream PR reference to auto-accept patch
commit e7cdf904be1fc413db49614b719a352f2ab9efff
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:07:54 2026 +0800
rquickshare: fix State import path in auto-accept patch
State is re-exported at the crate root via pub use, not via the private
hdl module. Use rqs_lib::State instead of rqs_lib::hdl::State.
commit f2ba156d6531571fda9c4b56c50d118c35f2d0bd
Author: Anton Bolshakov <blshkv@gmail.com>
Date: Tue Sep 1 13:04:02 2026 +0800
rquickshare: auto-accept incoming transfers in daemon mode
core_bin has no UI: it cannot respond to WaitingForUserConsent events that
the daemon sends over the broadcast channel. Without a response, Android
times out and the transfer fails with "early eof (WaitingForUserConsent)".
The Tauri desktop app handles this with a notify-rust popup; patch bin.rs
to subscribe to message_sender and send AcceptTransfer immediately, making
the standalone daemon work for headless/server use.

