mitmproxy/mitmproxy
Aldo Cortesi 44016a0de5 asyncio: shift script reloading out of the tick event
The tick event is a nasty compromise, left over from when we didn't have an
event loop. This is the first patch in a series that explores moving our
built-in addons to managing coroutines on the eventloop directly for periodic
tasks.
2018-04-23 10:28:18 +12:00
..
addons asyncio: shift script reloading out of the tick event 2018-04-23 10:28:18 +12:00
contentviews fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
contrib Merge pull request #2784 from ujjwal96/kaitai 2018-01-11 14:11:40 +01:00
coretypes mitmproxy.types -> mitmproxy.coretypes 2017-12-17 13:31:36 +13:00
io fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
net tcp: As of Python 3.5, EINTR is retried automatically by select 2018-04-18 08:22:26 +12:00
platform fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
proxy fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
script @concurrent decorator works for class methods. (#2708) 2017-12-26 18:44:43 +01:00
test asyncio: shift script reloading out of the tick event 2018-04-23 10:28:18 +12:00
tools call_soon->ensure_future 2018-04-18 10:31:43 +02:00
utils Python 3.5 is dead -- long live Python 3.6! 2018-03-31 18:46:32 +02:00
__init__.py fix appveyor build script 2017-12-30 18:48:49 +01:00
addonmanager.py asyncio: shift script reloading out of the tick event 2018-04-23 10:28:18 +12:00
certs.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
command.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
connections.py don't crash if server address is unknown, fix #2969 2018-03-23 04:26:46 +01:00
controller.py Improve benchmarking 2018-04-16 09:19:14 +12:00
ctx.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
eventsequence.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
exceptions.py commands: refactor types 2017-12-18 17:02:48 +13:00
flow.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
flowfilter.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
http.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
log.py asyncio: move log mechanism onto the event loop 2018-04-07 09:02:10 +12:00
master.py asyncio: shift script reloading out of the tick event 2018-04-23 10:28:18 +12:00
options.py Start consolidating core options 2018-02-26 11:26:32 +13:00
optmanager.py Start moving addon options into /addons 2018-02-24 12:13:52 +13:00
stateobject.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
tcp.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
types.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00
version.py Bump version 2018-02-24 10:01:02 +13:00
websocket.py fix Python 3.6 variable type annotations #3053 2018-04-14 16:24:41 -07:00