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
/
netlib
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
17
-1964
/
+0
*
netlib.tutils -> mitmproxy.test.tutils
Aldo Cortesi
2016-10-20
10
-38
/
+38
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
2
-31
/
+30
*
netlib.encoding -> netlib.http.encoding
Aldo Cortesi
2016-10-20
1
-0
/
+73
*
addons.Addons -> addonmanager, builtins -> addons
Aldo Cortesi
2016-10-19
2
-2
/
+2
*
remove empty lines at beginning of file
Thomas Kriechbaumer
2016-10-17
2
-2
/
+0
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
5
-5
/
+0
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
5
-13
/
+13
*
Zap object base class
Aldo Cortesi
2016-10-17
5
-13
/
+13
*
test & examples: zap six
Aldo Cortesi
2016-10-17
3
-15
/
+3
*
parse_set_cookie header returns an empty list if no cookies are found
Aldo Cortesi
2016-09-28
1
-3
/
+3
*
Add tests for comma separated Set-Cookies
Shadab Zafar
2016-09-27
1
-10
/
+47
*
Make needed changes in tests
Shadab Zafar
2016-09-27
1
-30
/
+33
*
Update cookie tests
Shadab Zafar
2016-09-27
1
-91
/
+84
*
Merge pull request #1564 from mhils/issue-1554
Maximilian Hils
2016-09-21
1
-0
/
+5
|
\
|
*
fix Response.make content-length header
Maximilian Hils
2016-09-21
1
-0
/
+5
*
|
raise TypeError on invalid header assignment, fix #1562
Maximilian Hils
2016-09-21
1
-0
/
+9
|
/
*
Lint fix - minor
arjun23496
2016-08-31
1
-1
/
+1
*
Lint fix - replace tests
arjun23496
2016-08-31
3
-6
/
+9
*
Added tests for replace in request,message,header
arjun23496
2016-08-31
3
-1
/
+23
*
introduce Response.make for simple response creation
Maximilian Hils
2016-08-23
1
-0
/
+20
*
Use test times less than 2038
Shadab Zafar
2016-08-15
1
-3
/
+3
*
Assert cookie groups explicitly rather than just the length
Shadab Zafar
2016-08-15
1
-16
/
+40
*
Add some cookie formatting related tests
Shadab Zafar
2016-08-15
1
-3
/
+3
*
Add a function to get cookie expiration time
Shadab Zafar
2016-08-15
1
-0
/
+20
*
Add method to group pairs by cookies
Shadab Zafar
2016-08-15
1
-0
/
+20
*
add quote/unquote tests
Maximilian Hils
2016-07-24
1
-2
/
+42
*
remove content caching in netlib.http.Message
Maximilian Hils
2016-07-23
1
-33
/
+0
*
fix content view cache invalidation
Maximilian Hils
2016-07-21
1
-4
/
+0
*
Fix netlib.utils.is_valid_host
Aldo Cortesi
2016-07-21
1
-0
/
+9
*
fix-1366
Thomas Kriechbaumer
2016-07-16
1
-4
/
+22
*
preserve content-type parameter order
Maximilian Hils
2016-07-15
1
-1
/
+3
*
Merge remote-tracking branch 'origin/master' into message-body-encoding
Maximilian Hils
2016-07-15
4
-8
/
+29
|
\
|
*
Test cookies.is_expired separately
Shadab Zafar
2016-07-10
1
-0
/
+21
|
*
py3++
Maximilian Hils
2016-07-07
2
-3
/
+3
|
*
py3++
Maximilian Hils
2016-07-07
1
-4
/
+4
*
|
improve message content semantics
Maximilian Hils
2016-07-15
2
-13
/
+73
*
|
raise ValueError if content-encoding is invalid
Maximilian Hils
2016-07-04
1
-8
/
+10
*
|
tests++
Maximilian Hils
2016-07-02
1
-1
/
+43
*
|
message.content -> .raw_content, implement .text
Maximilian Hils
2016-07-02
1
-33
/
+84
|
/
*
move custom HTTP/2 stack from netlib to pathod
Thomas Kriechbaumer
2016-06-17
2
-544
/
+1
*
Use handlers in http2 test suite
Aldo Cortesi
2016-06-14
1
-100
/
+100
*
be more strict about module namespaces
Maximilian Hils
2016-05-31
1
-2
/
+1
*
http2.frame -> http2.framereader
Aldo Cortesi
2016-05-31
1
-3
/
+3
*
Fix test failures
Aldo Cortesi
2016-05-31
1
-1
/
+1
*
Satisfy flake8
Aldo Cortesi
2016-05-31
2
-0
/
+2
*
utils.multipartdecode -> http.multipart.decode
Aldo Cortesi
2016-05-31
2
-0
/
+33
*
netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens
Aldo Cortesi
2016-05-31
1
-1
/
+12
*
Module is part of the name - url.decode, not url.urldecode
Aldo Cortesi
2016-05-31
1
-20
/
+20
*
Extract url functions from netlib.utils and move to netlib.http.url
Aldo Cortesi
2016-05-31
1
-0
/
+65
[next]