mitmproxy/netlib
Aldo Cortesi 89d36713e3 certutils: cap the cert store size at 100 by default
This should be enough to give us reuse without growing infinitely. This is part
of fixing the memory situation in mitmdump.

TODO: There's an opportunity here for a better algorithm, that expires certs
based on least-recently-accessed time, rather than oldest generated time.
2016-10-05 10:44:31 +11:00
..
http parse_set_cookie header returns an empty list if no cookies are found 2016-09-28 15:10:31 +10:00
websockets websockets: refactor implementation and add tests 2016-09-01 09:56:14 +02:00
__init__.py combine projects 2016-02-18 13:03:40 +01:00
basethread.py Improve debugging of thread and other leaks 2016-06-11 19:52:24 +12:00
basetypes.py Satisfy flake8 2016-05-31 19:58:28 +12:00
certutils.py certutils: cap the cert store size at 100 by default 2016-10-05 10:44:31 +11:00
debug.py debug: use correct fp for memory object output 2016-10-05 09:54:23 +11:00
encoding.py Make 'none' synonymous to 'identity' 2016-09-06 17:00:08 +02:00
exceptions.py minor cleanup 2016-09-22 01:58:01 -07:00
human.py Utils cleanups 2016-06-07 17:12:52 +12:00
multidict.py fix content view cache invalidation 2016-07-21 19:49:32 -07:00
socks.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
strutils.py raise TypeError on invalid header assignment, fix #1562 2016-09-21 19:21:32 -07:00
tcp.py Fix SSL error 2016-09-30 16:39:44 -04:00
tutils.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
utils.py Fix netlib.utils.is_valid_host 2016-07-21 10:38:37 +12:00
version_check.py cleanup imports with flake8 2016-05-28 14:43:32 +02:00
version.py Fold mitmproxy.version and pathod.version into netlib.version 2016-06-12 10:29:12 +12:00
wsgi.py improve message content semantics 2016-07-15 22:50:33 -07:00