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