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-20 12:56:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
onionshare
/
web
History
Micah Lee
4ea457ffe3
Merge pull request
#959
from micahflee/958_verbose
...
Rename --debug to --verbose
2019-04-19 09:48:39 -07: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
Merge pull request
#935
from mig5/fix_receive_mode_folder_collision
2019-03-22 17:50:33 -07: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
Merge pull request
#959
from micahflee/958_verbose
2019-04-19 09:48:39 -07:00