mitmproxy/test
Aldo Cortesi daf355bb4c console: add caching sort keys
This is a tad complicated. The underlying sorted list implementation expects
the sort key to be stable for the lifetime of the object. However, if we sort
by size, for instance, the sort order changes as the flow progresses through
its lifecycle. We address this through two means:

- Let order keys cache the sort value by flow ID.
- Add a facility to refresh items in the list by removing and re-adding them
when they are updated.
2016-10-30 21:11:30 +13:00
..
mitmproxy console: add caching sort keys 2016-10-30 21:11:30 +13:00
pathod The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00