mitmproxy/mitmproxy
2020-07-11 14:42:46 +02:00
..
addons minor addon improvements, fix tests 2020-07-04 11:19:23 +02:00
contentviews Assert viewmode not None 2020-05-03 10:28:43 +03:00
contrib Fixed the exif .ksy files in the kaitai repo. Compiled the .ksy to python files and updated them in the contrib folder. 2019-02-17 23:26:20 +01:00
coretypes mitmproxy.types -> mitmproxy.coretypes 2017-12-17 13:31:36 +13:00
io unify HTTP trailers APIs 2020-07-02 18:31:47 +02:00
net add default timeout value (#4068) 2020-07-11 14:42:46 +02:00
platform Merge pull request #3691 from mhils/sans-io-adjustments 2019-11-12 05:04:05 +01:00
proxy fix missing message body and end_stream for trailers 2020-07-06 17:04:16 +02:00
script Remove the tick event 2018-05-02 14:29:15 +12:00
test taddons: remove has_event 2018-05-02 11:31:28 +12:00
tools Update app.py 2020-07-10 12:12:43 +02:00
utils Fix typespec_to_str funcion to process typing.Optional[int] (#4066) 2020-07-05 11:20:39 +02:00
__init__.py fix compatibility with Python 3.8 on Windows 2020-04-03 12:23:00 +02:00
addonmanager.py fix addon deconstruction 2019-07-18 17:54:33 +02:00
certs.py Changed iteration to list comprehension in order to prevent "RuntimeError: dictionary changed size during iteration" 2020-07-06 19:01:10 +02:00
command_lexer.py Changes on console error 2020-05-01 14:54:08 +05:30
command.py improve command detection heuristics 2020-01-27 22:44:36 +01:00
connections.py don't crash if server address is unknown, fix #2969 2018-03-23 04:26:46 +01:00
controller.py controller: add mysteriously missing comment portion 2018-05-12 13:52:15 +12:00
ctx.py update mypy 2019-11-12 04:38:13 +01:00
eventsequence.py Remove the tick event 2018-05-02 14:29:15 +12:00
exceptions.py exceptions: new SessionLoad exception for load errors 2018-07-20 16:57:23 +02:00
flow.py view addon: systematize different flow types 2020-04-11 23:58:33 +02:00
flowfilter.py improve flowfilter 2019-11-15 02:28:57 +01:00
http.py Merge pull request #4042 from sanlengjingvv/develop 2020-07-06 17:14:17 +02:00
log.py Fixing Typos 2018-05-13 17:31:20 -05:00
master.py bump dependencies 2018-12-02 15:48:20 +01:00
options.py Move onboardingapp from tornado to flask (#3661) 2019-10-06 14:41:46 +02:00
optmanager.py Fix for issue 3797 2020-01-24 21:52:06 -05:00
py.typed Add py.typed stub as per PEP-561 2019-12-29 14:19:39 +02:00
stateobject.py update mypy 2019-11-12 04:38:13 +01:00
tcp.py view addon: systematize different flow types 2020-04-11 23:58:33 +02:00
types.py fix re-raised exceptions not having a message 2020-01-18 12:59:59 +02:00
version.py update FLOW_FORMAT_VERSION version 2020-07-02 18:32:12 +08:00
websocket.py Record float timestamp for WebSocket messages instead of truncating to int 2020-05-09 13:13:14 +00:00