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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
50
-4047
/
+0
*
netlib.tutils -> mitmproxy.test.tutils
Aldo Cortesi
2016-10-20
14
-42
/
+44
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
3
-32
/
+31
*
netlib.encoding -> netlib.http.encoding
Aldo Cortesi
2016-10-20
1
-1
/
+2
*
netlib.certutils -> mitmproxy.certs
Aldo Cortesi
2016-10-20
2
-206
/
+27
*
netlib.utils -> netlib.check
Aldo Cortesi
2016-10-20
2
-10
/
+10
*
netlib.utils.[get,set]bit -> mitmproxy.utils.bits
Aldo Cortesi
2016-10-20
1
-25
/
+0
*
netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi
Aldo Cortesi
2016-10-20
1
-10
/
+1
*
netlib.debug -> mitmproxy.utils.debug
Aldo Cortesi
2016-10-20
1
-23
/
+0
*
mitmproxy.types.[basethread,multidict,serializable]
Aldo Cortesi
2016-10-20
2
-275
/
+0
*
netlib.strutils -> mitmproxy.utils.strutils
Aldo Cortesi
2016-10-20
1
-95
/
+0
*
netlib.human -> mitmproxy.utils.human
Aldo Cortesi
2016-10-20
1
-45
/
+0
*
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
3
-3
/
+0
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
7
-7
/
+0
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
10
-23
/
+23
*
Zap object base class
Aldo Cortesi
2016-10-17
10
-23
/
+23
*
test & examples: zap six
Aldo Cortesi
2016-10-17
8
-42
/
+19
*
certutils: cap the cert store size at 100 by default
Aldo Cortesi
2016-10-05
1
-0
/
+25
*
debug: Hard exit after debug signal
Aldo Cortesi
2016-10-04
1
-2
/
+2
*
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
2
-0
/
+11
|
/
*
Make 'none' synonymous to 'identity'
Schamper
2016-09-06
1
-8
/
+7
*
Add test
Schamper
2016-09-06
1
-0
/
+5
*
change test value
Thomas Kriechbaumer
2016-09-04
1
-1
/
+1
*
improve netlib.encoding
Thomas Kriechbaumer
2016-09-04
1
-31
/
+18
*
websockets: refactor implementation and add tests
Thomas Kriechbaumer
2016-09-01
4
-269
/
+292
*
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
*
fixing lint error
Manish Kumar
2016-08-26
1
-0
/
+1
*
fixed : Divide by zero error came when string was empty, also a test
Manish Kumar
2016-08-26
1
-1
/
+1
*
allow test classes to dynamically specify ssl context
Thomas Kriechbaumer
2016-08-24
1
-1
/
+2
*
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
*
Merge pull request #1447 from mitmproxy/secure-by-default
Aldo Cortesi
2016-08-01
1
-6
/
+6
|
\
|
*
improve invalid certificate ux
Maximilian Hils
2016-07-27
1
-6
/
+6
*
|
Merge pull request #1449 from mhils/fix-1448
Maximilian Hils
2016-07-30
1
-1
/
+4
|
\
\
|
*
|
add escape_single_quotes=False arg to bytes_to_escaped_str
Maximilian Hils
2016-07-29
1
-1
/
+4
|
|
/
*
/
Integrated encode/decoder for brotli
Angelo Agatino Nicolosi
2016-07-30
1
-0
/
+12
|
/
*
add quote/unquote tests
Maximilian Hils
2016-07-24
1
-2
/
+42
[next]