aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/meek.py
AgeCommit message (Collapse)Author
2022-03-22More verbose and consistent Meek exception loggingMiguel Jacq
2022-01-16Update copyright year to 2022Micah Lee
2021-12-15Don't enqueue stdout from Meek subprocess in a Thread, just read it as it ↵Miguel Jacq
comes. Solves infinite loop queue read issue on cleanup()
2021-11-15Fix for meek to working in snapcraftMicah Lee
2021-11-07Fix meek-client in WindowsMicah Lee
2021-10-24Make meek debug log show host:port on one lineMicah Lee
2021-10-25Move debug log call in meek.start()Miguel Jacq
2021-10-25Fix-ups for detecting if the meek binary doesn't exist. Pass the GUI's ↵Miguel Jacq
get_tor_paths down to the CLI when instantiating Meek object
2021-10-25React to Meek client binary not foundMiguel Jacq
2021-10-25Add cleanup method for the Meek class to kill any meek-client subprocesses ↵Miguel Jacq
once done. Hide stderr from the CLI printed output
2021-10-25Fix comment about meek-client.exe subprocessMiguel Jacq
2021-10-19Refactor to CensorshipCircumvention and Meek classes. Use Meek domain ↵Miguel Jacq
fronting when requesting bridges in frontend