Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -16/+26 |
| | |||||
* | speed up filters | Maximilian Hils | 2015-09-04 | 1 | -13/+8 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | Add ~src ~dst REGEX filters | isra17 | 2015-07-13 | 1 | -3/+18 |
| | | | | | | | | | This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`. | ||||
* | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -27/+53 |
| | |||||
* | web: integrate filter docs | Maximilian Hils | 2014-12-26 | 1 | -0/+23 |
| | |||||
* | retain raw filter str on filt objects | Maximilian Hils | 2014-11-22 | 1 | -1/+3 |
| | |||||
* | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | fix #307 | Maximilian Hils | 2014-08-03 | 1 | -8/+17 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 1 | -1/+1 |
| | | | | And pick up one bug as a consequence. | ||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | Add application/javascript to ~a filter asset matcher. | Aldo Cortesi | 2012-08-30 | 1 | -0/+2 |
| | |||||
* | Add an ~a filter expression, matching an asset content type in responses. | Aldo Cortesi | 2012-07-14 | 1 | -1/+26 |
| | | | | | | Asset content types are Javascript, images, Flash and CSS. This is useful because doing a quick "!~a" while auditing an app will filter out the majority of the static asset cruft, letting you focus on what matters. | ||||
* | Fix minor error in filter help. | Aldo Cortesi | 2012-07-06 | 1 | -1/+2 |
| | |||||
* | Add a domain match filter (~d regex) | Aldo Cortesi | 2012-07-06 | 1 | -0/+8 |
| | |||||
* | Minor cruft removal. | Aldo Cortesi | 2012-04-09 | 1 | -1/+0 |
| | |||||
* | 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 |