This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-03-16 02:46:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
onionshare
/
web
History
Micah Lee
b82d10ad92
Refactor receive mode to start saving files to data_dir with .part extension while they're downloading
2019-02-11 22:46:39 -08:00
..
__init__.py
Split the web module into different files for receive mode and share mode logic
2018-09-20 23:43:04 -07:00
receive_mode.py
Refactor receive mode to start saving files to data_dir with .part extension while they're downloading
2019-02-11 22:46:39 -08:00
share_mode.py
- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file
2019-01-20 15:25:36 -08:00
web.py
Refactor receive mode to start saving files to data_dir with .part extension while they're downloading
2019-02-11 22:46:39 -08:00