summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * fix links in releases notesmeejah2013-02-14
| | |
| | * add links for issues in notesmeejah2013-02-14
| | |
| | * add note about password callbacksmeejah2013-02-14
| | |
| | * issue #44: provide password callbackmeejah2013-02-14
| | | | | | | | | | | | | | | | | | | | | instead of simply passing a password string around, TorControlProtocol now accepts a password callable that may return a string or a Deferred which callbacks with a string that is the password. This would allow one to query the user for this if needed.
| | * issue #18: provide all flags with eventsmeejah2013-02-14
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | For several circuit and stream events, Tor may provide several flags (acutally an unbounded number of flags) and previously only "REASON" was provided (as a reason kwarg). Now, all flags are provided with both upper-case (as from Tor) and lower-case versions, to facilitate method-signatures with the flags one is interested in.
| | | * remove unused codemeejah2013-02-14
| | | |
| | | * fix up commentsmeejah2013-02-14
| | | |
| | | * pass a keyword argument to circuit_closed, circuit_failed, stream_detach, ↵meejah2013-02-14
| | | | | | | | | | | | | | | | stream_closed and stream_failed
| | * | output circuit path when loggin streams (in example)meejah2013-02-14
| | |/
| | * mention new featuremeejah2013-02-06
| | |
| | * Ability to create a circuit without specifying a path.meejah2013-02-06
| | |
| | * documentation for build_local_tor_connectionmeejah2013-02-06
| | |
| | * instructions for using virtualenvmeejah2013-01-30
| | |
| | * couple improvements to first examplemeejah2013-01-30
| | |
| | * move releases to their own file and pagemeejah2013-01-30
| | |
| | * Fix spelling of graphviz (issue-43)meejah2013-01-30
| | |
| | * add known usersmeejah2013-01-30
| | |
| | * update Stem URImeejah2013-01-16
| | |
| | * More OS success reports (issue #42)meejah2013-01-16
| | |
| | * fix rST markup for embedded URIsmeejah2013-01-11
| | |
| | * Use rST for README instead, to avoid pandoc build rulemeejah2013-01-11
| | |
| | * fix leftover conflict markers from pull-requestmeejah2013-01-11
| | |
| | * Merge pull request #40 from lukaslueg/mastermeejah2013-01-11
| | |\ | | | | | | | | Find tor-binary from PATH or via globbering for it
| | | * Merging master from upstreamLukas Lueg2013-01-11
| | | |\ | | | |/ | | |/|
| | * | pyflakes, pep8 cleanup and use build_local_tor_connection() insteadmeejah2013-01-09
| | | |
| | * | add new example to the examples pagemeejah2013-01-09
| | | |
| | * | new example, build a custom circuit for the next streammeejah2013-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Using router names from the command-line, we construct a custom circuit and then wait for a new stream to come along which is attached to this circuit, and then we exit.
| | * | Merge pull request #39 from lukaslueg/buildtorconnectionmeejah2013-01-06
| | |\ \ | | | | | | | | | | Add build_local_tor_connect and cleanup build_tor_connection to make it more flexible.
| | | * | Finished refactoring examples, changed arguments for build_tor_connectionLukas Lueg2013-01-05
| | | | |
| | | * | Refactored example attach_streams_by_country to use new ↵Lukas Lueg2013-01-04
| | | | | | | | | | | | | | | | | | | | build_local_tor_connection
| | | * | Refactored build_tor_connection, added build_local_tor_connectionLukas Lueg2013-01-04
| | | | |
| | | | * Moved find_tor_binary() to util.pyLukas Lueg2013-01-08
| | | | |
| | | | * Added find_tor_binary() and removed hardcoded path from launch_tor()Lukas Lueg2013-01-05
| | | | |
| | | | * Add examples to stylecheckingLukas Lueg2013-01-04
| | | |/ | | |/|
| | * | add note about new examplemeejah2013-01-04
| | | |
| | * | minor updates to READMEmeejah2013-01-03
| | |/
| | * Merge pull request #35 from lukaslueg/httpdexamplemeejah2013-01-03
| | |\ | | | | | | | | Added SimpleHTTPServer-example
| | | * Added SimpleHTTPServer-exampleLukas Lueg2013-01-03
| | | |
| | * | Merge remote branch 'lukaslueg/testfsm'meejah2013-01-03
| | |\ \
| | | * | better output in test_fsm()Lukas Lueg2013-01-03
| | | | |
| | | * | Fixed test_fsm for python < 2.7Lukas Lueg2013-01-03
| | | |/
| | * | run graphviz tests on python 2.6 (e.g. debian stable) correctlymeejah2013-01-03
| | |/
| | * temporary fix for pre-2.7 Pythons (which lack subprocess.check_output)meejah2013-01-02
| | |
| | * note about issue #30 fixmeejah2013-01-02
| | |
| | * issue #30; make ipaddr module actually-optionalmeejah2013-01-02
| | |
| | * notes about lukaslueg's recent fixesmeejah2012-12-31
| | |
| | * fix whitespace errorsmeejah2012-12-31
| | |
| | * Merge pull request #28 from lukaslueg/mastermeejah2012-12-31
| | |\ | | | | | | | | Fix for Issue #26 and a whole bunch of pep8 and style, plus a test for IP to int converter, all from lukaslueg
| | | * Fixes for pep8 and pyflakes; fixed missing/unused importsLukas Lueg2012-12-30
| | | |
| | | * Add pep8/pyflakes targets to MakefileLukas Lueg2012-12-29
| | | |