mitmproxy/libmproxy
Aldo Cortesi a2643b52f9 Tweak timing display
- Remove elapsed time. Space is at a premium here, and this is somewhat
redundant with the rate figure. We should display complete timing information
somewhere in the detailed flow view.
- Tone down the colour. Reserve highlights for stuff that should really pop out
to the user.
- Make rate calculation more acurate. Include header sizes. Use response start
and end time, rather than request end and response end. This means that we show
actual transfer rates, not including DNS requests and so forth.
2013-08-23 10:25:44 +12:00
..
console Tweak timing display 2013-08-23 10:25:44 +12:00
contrib Move HTTP auth module to netlib. 2013-03-03 10:37:06 +13:00
platform Revert "Use lsof instead of pfctl to find target host on OSX in transparent mode." 2013-06-16 16:23:36 +12:00
static Make a start on mitmproxy web app. 2013-07-23 10:28:35 +12:00
templates Make a start on mitmproxy web app. 2013-07-23 10:28:35 +12:00
__init__.py Move version constants to version.py, add version to serialized flows. 2011-03-09 12:36:14 +13:00
app.py Make a start on mitmproxy web app. 2013-07-23 10:28:35 +12:00
cmdline.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
controller.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
dump.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
encoding.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
filt.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
flow.py Tweak timing display 2013-08-23 10:25:44 +12:00
proxy.py Tweak timing display 2013-08-23 10:25:44 +12:00
script.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
tnetstring.py Force flush of file content in dump 2013-01-24 20:46:50 -08:00
utils.py utils: Add missing "B" for pretty_size() 2013-08-13 16:33:39 -07:00
version.py Version bump, doc extension, URLs to github.com/mitmproxy/* 2013-06-16 13:59:01 +12:00