Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a hooks mechanism, based on filter expressions. | Aldo Cortesi | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | Make "~q" filter work more intuitively. | Aldo Cortesi | 2012-02-23 | 1 | -2/+3 |
| | | | | It now matches any flow that has no response. | ||||
* | Refactor filter matching. | Aldo Cortesi | 2012-02-23 | 1 | -71/+49 |
| | |||||
* | Fix bug in method filter matching. | Aldo Cortesi | 2012-02-19 | 1 | -3/+1 |
| | |||||
* | Firm up reverse proxy specification. | Aldo Cortesi | 2012-02-18 | 1 | -1/+3 |
| | | | | | | - Extract proxy spec parsing and unparsing functions. - Add a status indicator in mitmproxy. - Add the "R" keybinding for changing the reverse proxy from within mitmproxy. | ||||
* | Add filter for detecting flows with errors. | Aldo Cortesi | 2012-02-10 | 1 | -17/+25 |
| | | | | Also, remove dependency on weird _is_response method. | ||||
* | Expand test coverage. | Aldo Cortesi | 2012-02-10 | 1 | -8/+8 |
| | |||||
* | Add support for filtering by HTTP method (get, post, etc.) using ~m operator. | Mark E. Haase | 2011-12-28 | 1 | -1/+14 |
| | |||||
* | Replaced unnecessary lists with generators | András Veres-Szentkirályi | 2011-08-18 | 1 | -3/+3 |
| | |||||
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -15/+15 |
| | |||||
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -1/+1 |
| | | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable. | ||||
* | Rewrite Headers object to preserve order and case. | Aldo Cortesi | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | Show error if compiling of an expression fails. | Thomas Roth | 2010-02-26 | 1 | -1/+3 |
| | |||||
* | Small improvement in regular expression compiler exception handling. | Thomas Roth | 2010-02-25 | 1 | -6/+2 |
| | |||||
* | Fixes crash on illegal regular expression for interception. | Thomas Roth | 2010-02-24 | 1 | -3/+9 |
| | |||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+316 |