summaryrefslogtreecommitdiff
path: root/pyptlib
Commit message (Expand)AuthorAge
* Add a ChangeLog entry for #8956 and improve some docs.George Kadianakis2014-04-16
* Change "PROXY true" to "PROXY DONE"Yawning Angel2014-03-25
* Add support for TOR_PT_PROXYYawning Angel2014-03-20
* use Windows JobObjects to have all children killed when the parent process di...Ximin Luo2013-11-27
* note INT-related failing tests on windowsXimin Luo2013-11-27
* note TERM-related failing tests on windowsXimin Luo2013-11-27
* Use already-defined constants from pywin32Ximin Luo2013-11-27
* refactor windows-specific code to have better structure and move imports to topXimin Luo2013-11-04
* factor signal handling out into its own classXimin Luo2013-11-04
* fix Access Denied error on windows XPXimin Luo2013-11-04
* - delete temporary global variable after useXimin Luo2013-10-23
* Update creationflags in list value of _Popen_defaults.David Fifield2013-10-23
* Unit tests for SMETHOD lines.George Kadianakis2013-09-14
* Write ARGS portion of SMETHOD line.George Kadianakis2013-09-14
* Rename environment parsing functions to get_* instead of validate_*.George Kadianakis2013-09-14
* Parse the TOR_PT_SERVER_TRANSPORT_OPTIONS environment variable.George Kadianakis2013-09-14
* add a method to output debug dataXimin Luo2013-09-10
* drop the distinction between "transports Tor wants" and "transports we support"Ximin Luo2013-09-02
* - rewrite some docs to use :returns: and :raises:Ximin Luo2013-09-02
* fix most pylint warningsXimin Luo2013-09-02
* - have client.reportMethodSuccess take an entire protocol string rather than ...Ximin Luo2013-09-02
* add tests for the new APIXimin Luo2013-08-20
* declareSupports - make managedTransportVer like a tweakable setting that may ...Ximin Luo2013-08-19
* add default values to Config constructor so it's easier to instantiate in testsXimin Luo2013-08-19
* move getEnv away from being an unnecessary classmethodXimin Luo2013-08-19
* update documentation and examples to reflect the new APIXimin Luo2013-08-19
* fix typo and remove type-fudgingXimin Luo2013-08-19
* don't output error on unknown methods requestedXimin Luo2013-08-19
* refactor write and decision logic into a separate TransportPlugin classXimin Luo2013-08-19
* move envvar parsing out into a @classmethod, fromEnv()Ximin Luo2013-08-19
* allow Config to direct their output elsewhere; useful for testsXimin Luo2013-08-19
* move allTransportsEnabled logic into parent Config classXimin Luo2013-08-19
* refactor Config API slightly, tests passedXimin Luo2013-08-19
* Document the new checkClientMode().George Kadianakis2013-08-17
* add test_suite to setuptools config so `python setup.py test` works, remove o...Ximin Luo2013-08-15
* add a cleanup phase to killall() so that subproc plays nicely with Twisted an...Ximin Luo2013-08-15
* deprecate util.checkClientMode in favour of a much simpler config.checkClient...Ximin Luo2013-08-15
* - add some extra comments and a warning for the temporary windows untidinessXimin Luo2013-08-07
* testing whether a process exists in a cross-platform way takes 40 lines, sighXimin Luo2013-08-07
* update changelog and make unix-specific stuff cross-platformXimin Luo2013-08-06
* add tests for subproc, and a few more minor features:Ximin Luo2013-08-06
* add a subprocess management module, which should make it easier to writeXimin Luo2013-08-02
* Be able to parse IPv6 addresses.George Kadianakis2013-01-15
* Ignore transports that we don't recognize.George Kadianakis2013-01-09
* Fix some cases where we forgot to emit ENV-ERROR.George Kadianakis2012-12-06
* Add support for TOR_PT_AUTH_COOKIE_FILE.George Kadianakis2012-11-24
* Fix minor client-side bug.George Kadianakis2012-10-23
* Add even more sphinx documentation.George Kadianakis2012-10-07
* Add sphinx documentation.George Kadianakis2012-10-06
* Write up some unit tests.George Kadianakis2012-10-05