summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-13Update changelog and version bump to 0.9.2v0.9.2Micah Lee
2016-11-13Merge branch 'xSmurf-importfix'Micah Lee
2016-09-28Only check if we are in the sys prefix but not the actual executable name as ...xSmurf
2016-09-27Merge branch 'dballard-ubuntu-build'Micah Lee
2016-09-27Merge branch 'ubuntu-build' of https://github.com/dballard/onionshare into db...Micah Lee
2016-09-27Merge branch 'fred-a-kemp-feature/tor-control-port-from-env'Micah Lee
2016-09-22Try to get the Tor ControlPort from the environment.anonym
2016-09-06Sleep between launching threads in onionshare-gui, preventing a cx_Freeze cra...v0.9.1Micah Lee
2016-09-06Move imports to module levelMicah Lee
2016-09-06Enable stdout in Windows, OSX CLI versions (#305)Micah Lee
2016-09-06Add instructions for using CLI version to README, and add supporting Windows/...Micah Lee
2016-09-06Disable writing to stdout in Windows (fixes #304)Micah Lee
2016-09-06Prevent canceling download from being confused with rate limit attackerMicah Lee
2016-09-06Version bump to 0.9.1, and updated changelogMicah Lee
2016-09-05Make onionshare GUI use separate thread for starting onion service with await...Micah Lee
2016-09-05Refactor onionshare GUI to use await_publication=True when using ephemeral on...Micah Lee
2016-09-05Remove HSDirError exception, because it is no longer thrownMicah Lee
2016-09-05Refactor onionshare CLI to use await_publication=True when using ephemeral on...Micah Lee
2016-09-05Renamed hs to onionMicah Lee
2016-09-05Oops, I can't have a variable called osMicah Lee
2016-09-05Make sure tests can find the correct paths (fixes #284)Micah Lee
2016-09-04Fix strings tests, now that load_strings needs helpers as an argMicah Lee
2016-09-05Update build_exe.bat and NSIS installer config to support cx_FreezeMicah Lee
2016-09-04Migrate from PyInstaller to cx_Freeze for OSXMicah Lee
2016-09-04Version bump to 0.9.1-devMicah Lee
2016-09-04Merge branch 'master' into cx_FreezeMicah Lee
2016-09-04Move license.txt into resources, so it will be bundled with Windows installerMicah Lee
2016-09-04Refactor setup.py, and make cx_Freeze bdist_msi installer create a shortcut i...Micah Lee
2016-09-04Update Windows build instructionsMicah Lee
2016-09-04Build the cx_Freeze Windows GUI in window mode instead of console modeMicah Lee
2016-09-04Pass helpers into strings.load_strings instead of importing it, so fix issue ...Micah Lee
2016-09-04Oops, use spaces instead of tabsMicah Lee
2016-09-04Make launcher scripts require onionshare and onionshare_gui python packages t...Micah Lee
2016-09-04Added resources to cx_Freeze setup, and make those resources findable by the appMicah Lee
2016-09-04Add instructions for installing cx_Freeze in Windows, and add cx_Freeze suppo...Micah Lee
2016-09-04Update Windows build instructionsMicah Lee
2016-09-04Stop saying 'hidden service', start saying 'onion service'Micah Lee
2016-06-17add python3-nose for ubuntu 16.04Dan Ballard
2016-06-10Added python-nautilus as a dependency (#293)Micah Lee
2016-06-10Added a simple nautilus extension, written by the Subgraph developers (fixes ...Micah Lee
2016-06-10Merge branch 'PabloCastellano-master'Micah Lee
2016-06-10The path of the install scripts has changed, so the import path must change t...Micah Lee
2016-06-10Merge branch 'master' of https://github.com/PabloCastellano/onionshare into P...Micah Lee
2016-06-10Tweaked Spanish locale and typo in comment, thanks to kant (#269, #270)Micah Lee
2016-06-10Merge pull request #288 from mscherer/fix_cveMicah Lee
2016-06-10Merge pull request #283 from joshbegley/patch-1Micah Lee
2016-06-10Merge pull request #280 from jvoisin/pep8Micah Lee
2016-06-10Merge pull request #277 from jvoisin/simplify_get_resource_pathMicah Lee
2016-05-23Fix CVE-2016-5026Michael Scherer
2016-05-21Improved BUILD.mdPablo Castellano