teor
|
f9d27ae30c
python: Add __future__ imports for python 3 compatibility
|
4 лет назад |
Nick Mathewson
|
15dcdee6bf
Stop trying to use half-open connections: Tor doesn't support them
|
5 лет назад |
Nick Mathewson
|
bd2c604fbf
Give each test a status, so we know what has gotten stuck where
|
5 лет назад |
Nick Mathewson
|
eedc7e5833
Be a little more verbose about test success/failure
|
5 лет назад |
Nick Mathewson
|
494f3fc1c3
Use a separate asyncore socketmap for every TrafficTester
|
5 лет назад |
Nick Mathewson
|
c5184442a3
Log test status less frequently: travis thinks it is too verbose.
|
5 лет назад |
Nick Mathewson
|
0687600c10
Don't check whether we can write on a listener
|
5 лет назад |
Nick Mathewson
|
8c8cbf50da
Don't use "ord" to debug a byte; python3 hates it.
|
5 лет назад |
Nick Mathewson
|
4c0e3f31df
re-add not-connected to handle some failure cases
|
5 лет назад |
Nick Mathewson
|
36a3ee88f1
Make chutney bidirectional by default
|
5 лет назад |
Nick Mathewson
|
58c5a3c69d
Make TrafficTester create sources and sinks
|
5 лет назад |
Nick Mathewson
|
b9668e4d5d
Store the canonical DataSource in the TrafficTester.
|
5 лет назад |
Nick Mathewson
|
1bbe2079c4
Refactor Source and Sink to not know about their data
|
5 лет назад |
Nick Mathewson
|
f04f297ad4
Fix up chutney verifier's notion of a test suite
|
5 лет назад |
Nick Mathewson
|
b90ff42dfe
Refactor Traffic.py to use asyncore and asynchat
|
5 лет назад |
teor
|
c5ed1580d9
Traffic: make the unit test compatible with python 3
|
5 лет назад |
teor
|
25162cb860
tests: Stop requiring a tor (or SOCKS) proxy for the Traffic.py tests
|
5 лет назад |
teor
|
191e280f63
tests: Stop requiring python2 for module tests
|
5 лет назад |
Nick Mathewson
|
620efe453c
Python3: Various bytes/unicode fixes
|
5 лет назад |
Nick Mathewson
|
bb4c2d261b
python3: itervalues no longer exists
|
5 лет назад |
Nick Mathewson
|
e54f24dfb4
Python3: get socket errno from errno attr, not from subscripting
|
5 лет назад |
teor
|
05d50aa45c
Debug: refactor debugging into its own module
|
6 лет назад |
Nick Mathewson
|
dcaa92183b
Numerous additional debugging logs
|
7 лет назад |
Nick Mathewson
|
4f1d926c2b
Traffic.py: make want_to_write() correct
|
7 лет назад |
Nick Mathewson
|
57082b7a5c
Traffic.py: Actually detect EOF
|
7 лет назад |
Nick Mathewson
|
876933cb31
Give chutney a CHUTNEY_DEBUG option
|
7 лет назад |
teor (Tim Wilson-Brown)
|
2e665358be
Wait 5 seconds between data retries
|
8 лет назад |
teor (Tim Wilson-Brown)
|
aad22037a2
Don't burn through a client's HSDirs too fast in hs-min
|
8 лет назад |
cypherpunks
|
45463f00ab
Fix PEP8 errors
|
9 лет назад |
teor (Tim Wilson-Brown)
|
42e7bd4c53
fixup #15353 - Sleep when transmitting bytes temporarily fails
|
9 лет назад |