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
/
pathod
/
pathoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc. typos
luz.paz
2018-02-24
1
-3
/
+3
*
avoid TLS/SSL ambiguity for Cert class
Thomas Kriechbaumer
2018-01-07
1
-1
/
+1
*
rename TLS/SSL-related functions
Thomas Kriechbaumer
2018-01-06
1
-1
/
+1
*
mitmproxy.types -> mitmproxy.coretypes
Aldo Cortesi
2017-12-17
1
-1
/
+1
*
add host header to pathoc's CONNECT requests
Maximilian Hils
2017-12-11
1
-0
/
+1
*
split TLS parts from net.tcp into net.tls
Maximilian Hils
2017-09-03
1
-3
/
+3
*
nuke old openssl
Thomas Kriechbaumer
2017-07-25
1
-8
/
+0
*
nuke tcp.Address and add proper IPv6 support
Thomas Kriechbaumer
2017-02-24
1
-2
/
+2
*
remove treq from pathoc
Thomas Kriechbaumer
2017-02-12
1
-11
/
+30
*
fix flaky coverage
Maximilian Hils
2017-02-10
1
-2
/
+2
*
minor encoding fixes
Maximilian Hils
2017-01-07
1
-9
/
+9
*
The final piece: netlib -> mitproxy.net
Aldo Cortesi
2016-10-20
1
-4
/
+4
*
netlib.tutils -> mitmproxy.test.tutils
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
netlib.exceptions.* -> mitmproxy.exceptions
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
netlib.certutils -> mitmproxy.certs
Aldo Cortesi
2016-10-20
1
-4
/
+8
*
mitmproxy.types.[basethread,multidict,serializable]
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
netlib.strutils -> mitmproxy.utils.strutils
Aldo Cortesi
2016-10-20
1
-1
/
+1
*
pathoc: handle error when selecting on read file
Aldo Cortesi
2016-10-19
1
-1
/
+4
*
python3: clean up super and __future__
Aldo Cortesi
2016-10-17
1
-1
/
+0
*
python3: clean up class brackets
Aldo Cortesi
2016-10-17
1
-1
/
+1
*
Zap object base class
Aldo Cortesi
2016-10-17
1
-1
/
+1
*
pathod: remove six
Aldo Cortesi
2016-10-17
1
-4
/
+3
*
First-order conversion to Python3-only
Aldo Cortesi
2016-10-17
1
-1
/
+1
*
fix #1221 (#1578)
Maximilian Hils
2016-09-24
1
-8
/
+18
*
minor cleanups
Maximilian Hils
2016-09-24
1
-2
/
+2
*
add websockets support to mitmproxy
Thomas Kriechbaumer
2016-09-01
1
-1
/
+1
*
add escape_single_quotes=False arg to bytes_to_escaped_str
Maximilian Hils
2016-07-29
1
-1
/
+1
*
move custom HTTP/2 stack from netlib to pathod
Thomas Kriechbaumer
2016-06-17
1
-6
/
+6
*
pathoc: use idna encoding for hostnames
Maximilian Hils
2016-06-16
1
-1
/
+1
*
Py3: pathoc should send bytes over wire
Shadab Zafar
2016-06-16
1
-2
/
+2
*
Unexpected spaces around =
Shadab Zafar
2016-06-15
1
-1
/
+1
*
Py3: pathoc
Shadab Zafar
2016-06-15
1
-10
/
+17
*
Make the tcp connection closer cancellable
Aldo Cortesi
2016-06-12
1
-33
/
+34
*
Improve debugging of thread and other leaks
Aldo Cortesi
2016-06-11
1
-17
/
+17
*
Fix a crash when pathoc connections fail
Aldo Cortesi
2016-06-10
1
-65
/
+62
*
Remove timestamps from pathoc output
Aldo Cortesi
2016-06-10
1
-2
/
+6
*
Fix sequencing in Pathoc websocket termination test
Aldo Cortesi
2016-06-06
1
-0
/
+1
*
Close when Pathoc.connect raises an exception
Aldo Cortesi
2016-06-06
1
-35
/
+41
*
Make tcp.Client.connect return a context manager that closes the connection
Aldo Cortesi
2016-06-03
1
-1
/
+2
*
Consolidate some functions to strutils.bytes_to_escaped_str
Aldo Cortesi
2016-06-02
1
-2
/
+3
*
xrepr is used exactly once. move to pathoc.py.
Aldo Cortesi
2016-06-02
1
-1
/
+5
*
pathod: fix most flake8 offenses
Thomas Kriechbaumer
2016-05-28
1
-2
/
+1
*
Py3: Import and Other misc. stuff
Shadab Zafar
2016-05-26
1
-4
/
+2
*
py3++
Maximilian Hils
2016-04-13
1
-4
/
+5
*
response.msg -> response.reason
Maximilian Hils
2016-04-02
1
-1
/
+1
*
s/nocover/no cover/g
Thomas Kriechbaumer
2016-03-27
1
-2
/
+2
*
py3++
Maximilian Hils
2016-03-20
1
-5
/
+5
*
fix for sslinfo cert chain printing bug - now all certs get printed
ikoz
2016-03-15
1
-2
/
+3
*
combine projects
Maximilian Hils
2016-02-18
1
-0
/
+534