summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* New upstream version 0.18.0upstream/0.18.0upstreamIain R. Learmonth2017-01-24
|
* New upstream version 0.17.0upstream/0.17.0Iain R. Learmonth2016-10-30
|
* Imported Upstream version 0.16.1upstream/0.16.1Iain R. Learmonth2016-09-05
|
* Imported Upstream version 0.15.1upstream/0.15.1Iain R. Learmonth2016-08-15
|
* Imported Upstream version 0.15.0upstream/0.15.0Iain R. Learmonth2016-08-03
|
* Imported Upstream version 0.14.2upstream/0.14.2Iain R. Learmonth2015-12-27
|
* Imported Upstream version 0.14.0upstream/0.14.0Ximin Luo2015-10-19
|\
| * v0.14.0 signaturesmeejah2015-09-27
| |
| * bump versions, links for 0.14.0meejah2015-09-26
| |
| * pep8meejah2015-09-26
| |
| * simplify README, align with realitymeejah2015-09-08
| |
| * release-note about py3meejah2015-09-08
| |
| * FIXME for maybe using sixmeejah2015-09-08
| |
| * remove serverFromString py3 hacksmeejah2015-09-08
| |
| * Merge remote-tracking branch 'isis/fix/py3k'meejah2015-09-08
| |\ | | | | | | | | | | | | | | | Conflicts: setup.py txtorcon/endpoints.py
| | * Changes required for using zope.interfaces in py3k.Isis Lovecruft2015-05-21
| | | | | | | | | | | | | | | | | | | | | Specifically, we need to use the @implementer class decorator, rather than implements(). See the "This entire approach is invalid under Py3K." inline comments in zope.interface.declarations.implements() and zope.interface.declarations.implementsOnly().
| | * Hack around t.i.e.serverFromString() strangely not existing in py3k.Isis Lovecruft2015-05-21
| | |
| | * Changes for maintaining simultaneous py3k compatibility.Isis Lovecruft2015-05-21
| | |
| * | note about 0.11.1 bugfix releasemeejah2015-09-06
| | |
| * | use official mock APImeejah2015-09-05
| | |
| * | Merge pull request #119 from sammyshj/stemdescriptormeejah2015-06-23
| |\ \ | | | | | | | | Fixed docs for stem_relay_descriptor.py
| | * | Fixed docs for stem_relay_descriptor.pySambuddha Basu2015-06-24
| |/ /
| * | Merge pull request #117 from sammyshj/stemdescriptormeejah2015-06-23
| |\ \ | | | | | | | | Use stem class for parsing relay descriptor
| | * | Use stem class for parsing relay descriptorSambuddha Basu2015-06-23
| |/ / | | | | | | | | | Uses react() now
| * | Merge remote-tracking branch 'samgtr/updategetinfo'meejah2015-06-23
| |\ \
| | * | Improved get_info() parsing and add added descriptor get_info() testSambuddha Basu2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic parse_get_info() method added Added get_info() under defer.inlineCallbacks getinfo keys are now looked up in args Fixed test_notify_after_getinfo
| * | | private argmeejah2015-06-20
| | | |
| * | | variable namingmeejah2015-06-20
| | | |
| * | | tie dev requirements to filemeejah2015-06-19
| | | |
| * | | comments and naming-stylemeejah2015-06-19
| | | |
| * | | dev needs pep8meejah2015-06-19
| | | |
| * | | at least call TorState error-handler in a testmeejah2015-06-19
| | | |
| * | | need coverage for devmeejah2015-06-19
| | | |
| * | | slightly-better error-handling to avoid spew in testsmeejah2015-06-19
| | | |
| * | | add tor: parser and endpoint to txtorcon namespacemeejah2015-06-19
| | | |
| * | | fix requirements, add dev requirementsmeejah2015-06-19
| | | |
| * | | Cleanups and more tests for "tor:" endpoint parsermeejah2015-05-31
| | | | | | | | | | | | | | | | still a few FIXMEs before this is "done".
| * | | Add basic Tor client endpoint and parser + utestsDavid Stainton2015-05-31
| | | |
| * | | add .is_built Deferred to Circuitmeejah2015-05-31
| | | |
| * | | add release notemeejah2015-05-31
| | | |
| * | | Fix attacher handling (sync vs async)meejah2015-05-31
| |/ / | | | | | | | | | | | | | | | Unifies the sync versus async (Deferred) handling of the IStreamAttacher.attach callback, identifies non-Circuit returns and fixes the unit-tests and documentation to match.
| * | correct date for 0.12.0 releasemeejah2015-05-22
| |/
| * a Deferred from attach_stream that returns None handled correctlymeejah2015-05-19
| | | | | | | | | | | | | | If we ultimately return None from a Deferred-returning attach_stream, that should mean we want Tor to attach it. Needs a unit-test.
| * Merge branch 'master' of github.com:meejah/txtorconmeejah2015-05-10
| |\
| | * Merge pull request #115 from sammyshj/validsignalmeejah2015-05-03
| | |\ | | | | | | | | Generate valid_signals list dynamically
| | | * Generate valid_signals list dynamicallySambuddha Basu2015-05-03
| | |/ | | | | | | | | | | | | | | | Handles specific exception Removed RuntimeError and modified test
| | * Merge pull request #114 from sammyshj/osxinstallmeejah2015-05-02
| | |\ | | | | | | | | Added OSX installation instructions
| | | * Added OSX installation instructionsSambuddha Basu2015-05-02
| | |/
| | * Merge pull request #111 from sammyshj/fixlinkmeejah2015-04-13
| | |\ | | | | | | | | Fix control spec link in docs
| | | * Fix control spec linkSambuddha Basu2015-04-13
| | |/