summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | | * Add pep8/pyflakes targets to MakefileLukas Lueg2012-12-29
| | | * Fix ip_from_int() in utils; PEP8-fixes in test_utilsLukas Lueg2012-12-29
| | | * Add build-directories and vim-swaps to .gitignoreLukas Lueg2012-12-29
| | | * Allow launch_tor() to execute as root by dropping data_directory privileges t...Lukas Lueg2012-12-29
| | | * Fix special-attribute lookup in TorConfigLukas Lueg2012-12-29
| | | * Fix file-permissions for /examples scriptsLukas Lueg2012-12-29
| | * | add testmeejah2012-12-29
| | * | update tests, coverage statsmeejah2012-12-29
| | * | note about graphviz cleanupmeejah2012-12-29
| | * | Merge pull request #27 from lukaslueg/mastermeejah2012-12-29
| | |\ \ | | | |/
| | | * Handle graphviz not being available during test_fsmLukas Lueg2012-12-29
| | |/
| | * Merge branch 'master' of github.com:meejah/txtorconmeejah2012-12-11
| | |\
| | | * update docs with recent changes: timeout, cleanup and test-coveragemeejah2012-12-03
| | * | add recent signature to repositorymeejah2012-12-11
| | * | create a logomeejah2012-12-09
| | |/
| | * incorrectly fixed merge conflictmeejah2012-12-03
| | * Add timeout to launch_tor(), with tests.meejah2012-12-03
| | |\
| | | * Merge branch 'timeout' of github.com:meejah/txtorcon into timeoutmeejah2012-12-03
| | | |\
| | | | * fix commitmeejah2012-12-02
| | | * | fix importmeejah2012-12-03
| | | |/
| | | * get rid of custom exceptionmeejah2012-12-02
| | | * remove unused importmeejah2012-11-30
| | | * Use IReactorTime and IDelayedCall instead of polling, and fix unit-tests.meejah2012-11-30
| | | * Implement unittest for launching Tor with timer.Arturo Filastò2012-11-26
| | | * Add support for specifying a timeout argument when starting TorArturo Filastò2012-11-26
| | * | Merge pull request #25 from aagbsn/torconfig_fixmeejah2012-12-03
| | |\ \
| | | * | Remove () from exceptionaagbsn2012-12-03
| | |/ /
| | * | update docsmeejah2012-12-02
| | * | Merge branch 'master' of github.com:meejah/txtorconmeejah2012-12-02
| | |\ \
| | | * | documentation about API changemeejah2012-11-23
| | | * | Filter out the router IDs that look like keywords.meejah2012-11-23
| | | * | Change circuit_failed to take dict of args instead of just reason.meejah2012-11-23
| | * | | cleanup commentmeejah2012-12-01
| | * | | make log more-testable, and add simple testmeejah2012-12-01
| | * | | at least call circuit, stream mix-in methodsmeejah2012-12-01
| | |/ /
* | | | Release version 0.7-2Jérémy Bobbio2013-05-08
* | | | Use dh_python2 instead of python-supportJérémy Bobbio2013-04-14
* | | | Release version 0.7-1debian/0.7-1Jérémy Bobbio2013-02-25
* | | | Clean leftover backup filesJérémy Bobbio2013-02-25
* | | | Initial Debian packagingJérémy Bobbio2013-02-25
* | | | Merge tag 'upstream/0.7'Jérémy Bobbio2013-01-19
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Imported Upstream version 0.7upstream/0.7Jérémy Bobbio2013-01-19
|/ /
* | bump next versionmeejah2012-11-21
* | Prepare documentation for 0.7 releasemeejah2012-11-21
* | Allow TorConfig().hiddenservices.append(hs) to work when no attached protocolmeejah2012-11-21
* | test-cases for providing data_dir to TCPHiddenServiceEndpointmeejah2012-11-21
* | Merge remote branch 'hellais/data_dirbug' into datadir_bugmeejah2012-11-21
|\ \ | |/
| * Fix bug that prevented txtorcon.TCPHiddenServiceEndpoint from properly taking...Arturo Filastò2012-11-21
* | add note about issue #20 fixmeejah2012-11-08
* | make example a little longer to show use of TorConfig after launchmeejah2012-11-07