aboutsummaryrefslogtreecommitdiff
path: root/lib/chutney/TorNet.py
Commit message (Collapse)AuthorAge
* Clean up ENOENT messages a bitHEADmasterNick Mathewson2014-02-28
|
* Print out help error message on binary not foundQingping Hou2014-02-27
|
* support setting tor and tor-gencert path by environment variablesQingping Hou2014-02-27
|
* remove stale lock file for crashed TorQingping Hou2014-02-17
|
* Use AlternateDirAuthority when Bridge Authority exists in networkMatthew Finkel2013-11-13
| | | | | Setting both DirServer and AlternateBridgeAuthority are incompatible. We should use AlternateDirAuthority when we also have a Bridge Authority.
* Fix a typo in the stop codeNick Mathewson2013-10-01
|
* Merge remote-tracking branch 'linus/bug8531'Nick Mathewson2013-06-24
|\
| * When testing traffic, bind to 127.0.0.1 rather than localhost.Linus Nordberg2013-06-18
| | | | | | | | | | Proxy handshake fails with 0x5b on FreeBSD. I've seen it on Debian too but never chased it down.
| * Make chutney exit with -1 on failure.Linus Nordberg2013-06-12
| | | | | | | | | | If the function implementing the command (the verb, in argv[1]) return False, exit with -1. Else exit with 0 as before.
| * Add 'verify' command.Linus Nordberg2013-06-12
| | | | | | | | Addresses #8531.
* | Make 'chutney status' indicate result in exit code.Linus Nordberg2013-06-13
|/
* Make the "basic" and "mixed" networks work again. Need a better fix to make ↵Nick Mathewson2012-12-19
| | | | "bridges" work too
* Add support for bridges on IPv6 and clients using them.Linus Nordberg2012-07-18
| | | | No IPv6-only support atm.
* Add support for bridge authorities, bridge relays and clients using bridges.Linus Nordberg2012-07-11
|
* Change orport_base away from 6000 where Xorg often sits.Linus Nordberg2012-07-09
|
* Refactor Node into separate Node, Builder, and Launcher classes.Nick Mathewson2011-03-18
|
* Document some of TorNet.pyNick Mathewson2011-03-06
|
* self.env -> self._envNick Mathewson2011-03-06
|
* Give slightly better usage information.Michael Stone2011-03-06
|
* Use cgitb to get verbose tracebacks.Michael Stone2011-03-06
|
* Rename self._fields->self.env, me->my, and FIELDS->ENVIRON.Michael Stone2011-03-06
|
* Use new-style objects.Michael Stone2011-03-06
|
* Add a missing format argumentNick Mathewson2011-03-03
|
* Move stuff into a submodule. Calling it "chutney" for now. Add launcher scriptNick Mathewson2011-03-01