aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update stem versiondisthsChristopher Baines2014-04-29
|
* Add stem to the path properlyChristopher Baines2014-04-13
|
* Lots of better test stuffChristopher Baines2014-04-13
|
* Better command line optionsChristopher Baines2014-04-11
|
* Test the intro selection code betterChristopher Baines2014-04-10
|
* More testsChristopher Baines2014-04-09
|
* Better testsChristopher Baines2014-04-09
|
* Major changes to chutneyChristopher Baines2014-04-05
|
* Better testsChristopher Baines2014-04-04
|
* Better test stuffChristopher Baines2014-04-04
|
* Better test structureChristopher Baines2014-03-25
|
* Test with 3 nodesChristopher Baines2014-03-25
|
* Logging improvementsChristopher Baines2014-03-24
|
* Test improvementsChristopher Baines2014-03-21
|
* FixChristopher Baines2014-03-19
|
* Update pathChristopher Baines2014-03-19
|
* Add stem repoChristopher Baines2014-03-19
|
* More testsChristopher Baines2014-03-19
|
* Some stuffChristopher Baines2014-03-16
|
* hs-intro-fail initial testChristopher Baines2014-03-07
|
* Testing now worksChristopher Baines2014-03-03
|
* Currently does get requests directlyChristopher Baines2014-03-02
| | | | | | Need to use https://stem.torproject.org/tutorials/to_russia_with_love.html to go through tor
* Get chutney working with dynamic networksChristopher Baines2014-02-25
|
* Some thingsChristopher Baines2014-02-24
|
* Use relitive pathChristopher Baines2014-01-29
|
* Add some thingsChristopher Baines2013-11-29
|
* Allow nodes to be started after a specified timeMatthew Finkel2013-11-13
|
* Use AlternateDirAuthority when Bridge Authority exists in networkMatthew Finkel2013-11-13
| | | | | Using 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
|\
| * Return 1 from Source.on_readable() when connected over proxy.Linus Nordberg2013-06-18
| | | | | | | | | | We used to return 8 by accident (8 minus length of emptied inbuf). This is more explicit.
| * Add some documentation and comments.Linus Nordberg2013-06-18
| |
| * Exit with 255 since that's more explicit.Linus Nordberg2013-06-18
| | | | | | | | | | | | Rationale behind exit(-1) is that it turns into highest available number which hopefully won't collide with a wrapping shell script trying to exit with different codes depending on error (like 1, 2, 3).
| * Report "successfully connected" at most once.Linus Nordberg2013-06-18
| |
| * 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.
| * Use values from errno instead of literal constants.Linus Nordberg2013-06-18
| | | | | | | | Now it might even have a chance of working on non-linuxes!
| * 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.
* | Don't require directory 'net'.Linus Nordberg2013-06-18
| | | | | | | | We don't need it and it doesn't exist in a fresh tree.
* | Print a note about the renaming of old net/nodes directory.Linus Nordberg2013-06-14
| |
* | Make 'chutney status' indicate result in exit code.Linus Nordberg2013-06-13
| |
* | Have the bootstrap script indicate network status in exit code.Linus Nordberg2013-06-13
| | | | | | | | Also, don't hang on a tail -F.
* | Use new Tor option TestingV3AuthVotingStartOffset to bootstrap quicker.Linus Nordberg2013-06-08
|/ | | | | | | | | Note that this match makes us require Tor with support for TestingV3AuthVotingStartOffset, something which is not in any released Tor yet. Note also that the way TestingV3AuthVotingStartOffset is set in the torrc's is not very Chutneyesk -- it should use the templating system.
* 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
|
* Simple configuration for a mixed-version networkNick Mathewson2011-10-05
|
* Make everybody log more verbosely in the default templateNick Mathewson2011-09-28
|
* Add our accumulated notes from the last few in-person sessions...Michael Stone2011-04-17
|