mitmproxy/libmproxy
Aldo Cortesi a7cea1749b Make beeping more general.
- The "B" key now sets a filter pattern. Whenever the filter matches, the
  terminal beeps.
- The beep specification is now stored in the State object, where I want to
  keep all mutable state.
- I've removed the startup flags for beeping for now. We probably want to let
  users specify a number of options on startup, including interception patterns
  and limits. When we do this, we should also separate out the dumping and
  curses programs, because many of these options will only make sense in one of
  the two.
- This isn't an exact replacement for the beep functionality I ripped out,
  because specifying beeping on intercept is slightly cumbersome (you need to
  re-specify the intercept pattern using B). Sorry - we'll add a better way
  soon.
2010-03-01 13:56:28 +13:00
..
resources Initial checkin. 2010-02-16 17:09:07 +13:00
__init__.py Initial checkin. 2010-02-16 17:09:07 +13:00
console.py Make beeping more general. 2010-03-01 13:56:28 +13:00
controller.py Huge speed improvements if more than one request is in the queue. Speeds up every request by 0.1 seconds. 2010-02-25 17:49:21 +01:00
filt.py Show error if compiling of an expression fails. 2010-02-26 17:48:55 +01:00
proxy.py Fix hang when a POST is made with a 0 content length. 2010-02-26 20:07:37 +13:00
pyparsing.py Initial checkin. 2010-02-16 17:09:07 +13:00
utils.py Initial checkin. 2010-02-16 17:09:07 +13:00