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_http.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup code with autopep8
Thomas Kriechbaumer
2015-05-27
1
-1
/
+3
*
Add tcp.Reader.safe_read, use it in socks and websockets
Aldo Cortesi
2015-05-05
1
-4
/
+4
*
testing: http read_request corner case
Aldo Cortesi
2015-04-30
1
-0
/
+5
*
websockets: handshake checks only take headers
Aldo Cortesi
2015-04-23
1
-3
/
+3
*
Whitespace, pep8, mixed indentation
Aldo Cortesi
2015-04-21
1
-14
/
+56
*
Return a named tuple from read_response
Aldo Cortesi
2015-04-21
1
-3
/
+5
*
Migrate requeset reading from mitmproxy to netlib
Aldo Cortesi
2015-04-21
1
-0
/
+72
*
ODict improvements
Aldo Cortesi
2015-04-15
1
-2
/
+9
*
100% test coverage :tada:
Maximilian Hils
2015-02-27
1
-0
/
+6
*
Simplify expected_http_body_size signature, fixing a traceback found in fuzzing
Aldo Cortesi
2014-11-07
1
-2
/
+2
*
refactor response length handling
Maximilian Hils
2014-07-21
1
-73
/
+26
*
added some additional functions for dealing with chunks - needed for mitmprox...
Brad Peabody
2014-07-17
1
-0
/
+70
*
added option for read_response to only read the headers, beginnings of implem...
Brad Peabody
2014-07-12
1
-2
/
+10
*
add tcp.Address to unify ipv4/ipv6 address handling
Maximilian Hils
2014-01-28
1
-1
/
+1
*
refactor read_http_body
Maximilian Hils
2013-12-15
1
-37
/
+51
*
attempt to fix #24
Maximilian Hils
2013-11-19
1
-17
/
+5
*
Fix exception hierarchy.
Aldo Cortesi
2013-05-05
1
-1
/
+1
*
Ensure that HTTP methods are ASCII.
Aldo Cortesi
2013-03-03
1
-1
/
+9
*
Tighten up checks on port ranges and path character sets.
Aldo Cortesi
2013-03-03
1
-2
/
+3
*
parse_url: Handle invalid IPv6 addresses
Aldo Cortesi
2013-03-03
1
-2
/
+5
*
More parse_url solidification: check that port is in range 0-65535
Aldo Cortesi
2013-03-03
1
-0
/
+1
*
Check that hosts in parse_url do not contain NULL bytes.
Aldo Cortesi
2013-03-03
1
-1
/
+2
*
Stricter error checking for http.parse_url
Aldo Cortesi
2013-03-03
1
-0
/
+5
*
100% test coverage.
Aldo Cortesi
2013-03-03
1
-0
/
+1
*
Integrate HTTP auth, test to 100%
Aldo Cortesi
2013-03-03
1
-1
/
+10
*
More accurate description of an HTTP read error, make pyflakes happy.
Aldo Cortesi
2013-02-24
1
-1
/
+1
*
Handle non-integer port error in parse_init_connect correctly
Aldo Cortesi
2013-01-05
1
-0
/
+1
*
read_headers: handle some crashes, return None on invalid data.
Aldo Cortesi
2012-07-30
1
-12
/
+28
*
Handle HTTP responses that have a body but no content-length or transfer enco...
Aldo Cortesi
2012-07-24
1
-1
/
+22
*
Handle HTTP versions malformed due to non-integer major/minor numbers.
Aldo Cortesi
2012-07-21
1
-0
/
+2
*
Repair test suite.
Aldo Cortesi
2012-06-24
1
-2
/
+3
*
Add and unit test http.read_response
Aldo Cortesi
2012-06-24
1
-0
/
+42
*
Make read_headers return an ODictCaseless object.
Aldo Cortesi
2012-06-24
1
-3
/
+3
*
100% testcoverage for netlib.http
Aldo Cortesi
2012-06-23
1
-13
/
+60
*
protocol.py -> http.py
Aldo Cortesi
2012-06-23
1
-0
/
+163