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
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
5
-64
/
+5
*
netlib.encoding -> netlib.http.encoding
Aldo Cortesi
2016-10-20
2
-1
/
+1
*
netlib.certutils -> mitmproxy.certs
Aldo Cortesi
2016-10-20
2
-487
/
+6
*
netlib.utils -> netlib.check
Aldo Cortesi
2016-10-20
4
-7
/
+8
*
netlib.utils.[get,set]bit -> mitmproxy.utils.bits
Aldo Cortesi
2016-10-20
4
-71
/
+12
*
netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi
Aldo Cortesi
2016-10-20
3
-37
/
+10
*
netlib.debug -> mitmproxy.utils.debug
Aldo Cortesi
2016-10-20
1
-120
/
+0
*
mitmproxy.types.[basethread,multidict,serializable]
Aldo Cortesi
2016-10-20
10
-356
/
+12
*
netlib.strutils -> mitmproxy.utils.strutils
Aldo Cortesi
2016-10-20
8
-149
/
+12
*
netlib.human -> mitmproxy.utils.human
Aldo Cortesi
2016-10-20
3
-66
/
+2
*
Create mitmproxy.utils hierarchy
Aldo Cortesi
2016-10-20
2
-32
/
+4
*
netlib.version -> mitmproxy.version
Aldo Cortesi
2016-10-20
2
-5
/
+1
*
debug: add missing print output file paramater
Aldo Cortesi
2016-10-19
1
-1
/
+1
*
remove empty lines at beginning of file
Thomas Kriechbaumer
2016-10-17
14
-15
/
+0
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
30
-47
/
+21
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
11
-26
/
+26
*
Zap object base class
Aldo Cortesi
2016-10-17
11
-26
/
+26
*
py2--: inline type info
Maximilian Hils
2016-10-16
7
-43
/
+29
*
First-order conversion to Python3-only
Aldo Cortesi
2016-10-17
16
-168
/
+75
*
Bump version post release
Aldo Cortesi
2016-10-17
1
-1
/
+1
*
Bump to 0.18.1 to fix pypi obstreperousness
Aldo Cortesi
2016-10-16
1
-1
/
+1
*
certutils: cap the cert store size at 100 by default
Aldo Cortesi
2016-10-05
1
-0
/
+11
*
debug: use correct fp for memory object output
Aldo Cortesi
2016-10-05
1
-1
/
+1
*
debug: Hard exit after debug signal
Aldo Cortesi
2016-10-04
1
-2
/
+7
*
debug: add a dump of objects in memory
Aldo Cortesi
2016-10-04
1
-0
/
+14
*
Fix SSL error
Ryan Laughlin
2016-09-30
1
-5
/
+1
*
parse_set_cookie header returns an empty list if no cookies are found
Aldo Cortesi
2016-09-28
1
-9
/
+4
*
Clarify that 'expires' values MUST have a comma now
Shadab Zafar
2016-09-27
1
-1
/
+4
*
Modify format_set_cookie_header to take cookie list
Shadab Zafar
2016-09-27
2
-15
/
+24
*
Fixup an error with indices
Shadab Zafar
2016-09-27
1
-1
/
+1
*
Refactor functions
Shadab Zafar
2016-09-27
1
-35
/
+26
*
Add a new pairs reader for SetCookie headers
Shadab Zafar
2016-09-27
1
-3
/
+15
*
Rename _read_pairs to _read_cookie_pairs
Shadab Zafar
2016-09-27
1
-3
/
+22
*
Rename _read_token to _read_key
Shadab Zafar
2016-09-27
1
-8
/
+8
*
Move CookieAttrs and SetCookie to top
Shadab Zafar
2016-09-27
1
-18
/
+14
*
Minor refactor
Shadab Zafar
2016-09-27
1
-2
/
+3
*
Add support for comma separated cookies
Shadab Zafar
2016-09-27
1
-30
/
+51
*
allow socket creation monkeypatchs
Maximilian Hils
2016-09-27
1
-1
/
+5
*
Merge branch 'fully_transparent'
Maximilian Hils
2016-09-22
1
-1
/
+12
|
\
|
*
minor cleanup
Maximilian Hils
2016-09-22
2
-15
/
+6
|
*
Introduced comment regarding socket manipulation through the server_conn stub.
smill@cuckoo.sh
2016-09-22
1
-0
/
+1
|
*
Commented on IP_TRANSPARENT and changed an exception type.
smill@cuckoo.sh
2016-09-22
1
-1
/
+2
|
*
Fixed travis-ci issues.
smill
2016-09-14
1
-0
/
+1
|
*
Prevent crash in case of a connection timeout.
smill
2016-09-14
1
-3
/
+5
|
*
Made it possible to modify the server_conn.connection attribute,
smill
2016-09-05
1
-2
/
+7
|
*
Removed a mistakenly inserted newline character.
smill
2016-09-04
1
-1
/
+0
|
*
Improved error-handling / supplemented documention.
smill
2016-09-04
2
-3
/
+8
|
*
Introduced the capability to spoof the source address
smill
2016-09-03
1
-1
/
+7
*
|
Merge pull request #1564 from mhils/issue-1554
Maximilian Hils
2016-09-21
1
-9
/
+10
|
\
\
|
*
|
fix Response.make content-length header
Maximilian Hils
2016-09-21
1
-9
/
+10
[next]