index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test-network.sh
Age
Commit message (
Expand
)
Author
2017-03-01
Make test-network.sh always call chutney's test-network.sh
teor
2017-03-01
Remove the space before the interpreter name in test-network.sh
teor
2017-03-01
Restore support for test-network.sh on BSD and other systems without bash
teor
2017-02-28
Use bash in src/test/test-network.sh
teor
2017-02-28
Reserve a test-network.sh exit status of 2 for unknown arguments
teor
2017-02-28
Add a quiet mode to test-network.sh
teor
2016-07-26
We fixed #15937, update a comment
teor (Tim Wilson-Brown)
2016-07-26
Call chutney's test-network.sh when it is available
teor (Tim Wilson-Brown)
2016-07-26
Add a dry run mode to test-network.sh
teor (Tim Wilson-Brown)
2016-07-18
Rewrite test-network.sh so out-of-tree and $PATH binaries work
teor (Tim Wilson-Brown)
2015-09-09
Bump default test-network bootstrap time to 35 sec (see 16953)
Nick Mathewson
2015-09-09
Increase default boostrap time in test-network.sh
teor (Tim Wilson-Brown)
2015-09-08
Make test-network.sh more robust against arguments containing spaces
teor (Tim Wilson-Brown)
2015-09-02
Test bridges and hidden services in make test-network
teor (Tim Wilson-Brown)
2015-08-03
When building with coverage, run chutney with coverage
Nick Mathewson
2015-07-06
Add chutney performance testing support to src/test/test-network.sh
teor
2015-03-22
Fix test-network.sh argument parsing
Sebastian Hahn
2015-01-10
Speed up hidden service bootstrap by reducing the initial post delay
teor
2014-10-08
Merge remote-tracking branches 'teor/issue-13161-test-network' and 'teor/issu...
Nick Mathewson
2014-10-05
Exit test-network with status of chutney verify
teor
2014-10-04
Stop an apparent test-network hang when used with make -j2
teor
2014-10-01
Add test-network delay option
teor
2014-10-01
test-network.sh: Use "/bin/echo -n" rather than builtin echo
teor
2013-09-29
test-network.sh: tools dir in PATH, parameterization
Jim Pannacciulli
2013-06-18
Invoke binaries in $PATH rather than by absolute path.
Linus Nordberg
2013-06-14
Use CHUTNEY_PATH to find Chutney.
Linus Nordberg
2013-06-13
Add make target test-network running traffic tests in a Chutney network.
Linus Nordberg