index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_tcp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zap stray print in tests.
Aldo Cortesi
2013-12-08
1
-1
/
+0
*
adding cipher list selection option to BaseHandler
Israel Nir
2013-08-21
1
-0
/
+25
*
Add a request_client_cert argument to server SSL conversion.
Aldo Cortesi
2013-05-13
1
-0
/
+6
*
Housekeeping and cleanup, some minor argument name changes.
Aldo Cortesi
2013-02-24
1
-2
/
+2
*
More accurate description of an HTTP read error, make pyflakes happy.
Aldo Cortesi
2013-02-24
1
-1
/
+1
*
100% test coverage
Aldo Cortesi
2013-01-27
1
-4
/
+31
*
Bump unit tests, fix two serious wee buglets discovered.
Aldo Cortesi
2013-01-26
1
-1
/
+2
*
Introduce the mock module to improve unit tests.
Aldo Cortesi
2013-01-26
1
-1
/
+18
*
Streamline netlib.test API
Aldo Cortesi
2013-01-25
1
-92
/
+38
*
Extract TCP test utilities into netlib.test
Aldo Cortesi
2013-01-25
1
-87
/
+72
*
Improve error signalling for client certificates.
Aldo Cortesi
2013-01-20
1
-0
/
+9
*
Beef up client certificate handling substantially.
Aldo Cortesi
2013-01-20
1
-0
/
+22
*
renaming the timestamp in preparation of other timestamps that will be added ...
Rouli
2013-01-16
1
-0
/
+24
*
Limit reads to block length.
Aldo Cortesi
2012-10-09
1
-0
/
+11
*
Add a settimeout method to tcp.BaseHandler.
Aldo Cortesi
2012-10-01
1
-4
/
+33
*
Split FileLike into Writer and Reader, and add logging functionality.
Aldo Cortesi
2012-09-24
1
-3
/
+31
*
Handle HTTP responses that have a body but no content-length or transfer enco...
Aldo Cortesi
2012-07-24
1
-0
/
+6
*
Timeout for TCP clients.
Aldo Cortesi
2012-07-21
1
-1
/
+32
*
close() methods for clients and servers.
Aldo Cortesi
2012-07-20
1
-1
/
+33
*
Refactor TCP test suite.
Aldo Cortesi
2012-07-05
1
-21
/
+9
*
Expose SSL options, use TLSv1 by default for client connections.
Aldo Cortesi
2012-07-04
1
-1
/
+24
*
Add a get_remote_cert method to tcp client.
Aldo Cortesi
2012-06-28
1
-1
/
+4
*
Add SNI.
Aldo Cortesi
2012-06-26
1
-1
/
+30
*
Perform handshake immediately on SSL conversion.
Aldo Cortesi
2012-06-25
1
-10
/
+32
*
Improve TCPClient interface.
Aldo Cortesi
2012-06-25
1
-3
/
+4
*
Don't connect during __init__ methods for either client or server.
Aldo Cortesi
2012-06-25
1
-4
/
+9
*
SSL tests, plus some self-signed test certificates.
Aldo Cortesi
2012-06-25
1
-9
/
+23
*
Initial checkin.
Aldo Cortesi
2012-06-19
1
-0
/
+93