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
/
netlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix termiantion error in file read.
Aldo Cortesi
2012-06-27
1
-1
/
+2
*
Add a flag to track SSL connection establishment.
Aldo Cortesi
2012-06-26
1
-0
/
+4
*
Hunt down a tricky WSGI socket hang.
Aldo Cortesi
2012-06-26
2
-4
/
+11
*
Add SNI.
Aldo Cortesi
2012-06-26
1
-1
/
+22
*
Perform handshake immediately on SSL conversion.
Aldo Cortesi
2012-06-25
1
-0
/
+2
*
Improve TCPClient interface.
Aldo Cortesi
2012-06-25
1
-15
/
+16
*
Add a finished flag to BaseHandler, and catch an extra OpenSSL exception.
Aldo Cortesi
2012-06-25
1
-1
/
+3
*
Don't connect during __init__ methods for either client or server.
Aldo Cortesi
2012-06-25
1
-5
/
+5
*
SSL tests, plus some self-signed test certificates.
Aldo Cortesi
2012-06-25
1
-2
/
+2
*
Don't read all from server by default.
Aldo Cortesi
2012-06-24
1
-1
/
+1
*
WSGI SERVER_PORT should be a string.
Aldo Cortesi
2012-06-24
1
-1
/
+1
*
Add and unit test http.read_response
Aldo Cortesi
2012-06-24
1
-4
/
+36
*
Make read_headers return an ODictCaseless object.
Aldo Cortesi
2012-06-24
1
-2
/
+3
*
Add http_status.py
Aldo Cortesi
2012-06-23
1
-0
/
+103
*
100% testcoverage for netlib.http
Aldo Cortesi
2012-06-23
1
-33
/
+58
*
protocol.py -> http.py
Aldo Cortesi
2012-06-23
1
-6
/
+6
*
README, setup.py, version
Aldo Cortesi
2012-06-23
1
-0
/
+4
*
Drop default poll interval to 0.1s.
Aldo Cortesi
2012-06-20
1
-1
/
+1
*
Close socket on shutdown.
Aldo Cortesi
2012-06-20
1
-0
/
+1
*
Adapt WSGI, convert test suite to nose.
Aldo Cortesi
2012-06-19
1
-1
/
+14
*
Import wsgi.
Aldo Cortesi
2012-06-19
1
-0
/
+125
*
Initial checkin.
Aldo Cortesi
2012-06-19
4
-0
/
+560