Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update remaining old docs url with new one. | Fenil Gandhi | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | fix broken link | Maximilian Hils | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Fix crash when using body filters (#2744) | Wouter Visser | 2018-01-02 | 1 | -3/+3 |
| | | | | | fix crash when using body filters They still don't work, but at least the web interface won't crash. | ||||
* | Match ~d and ~u filters against pretty_host too | dequis | 2017-03-14 | 1 | -1/+1 |
| | | | | | Changed the ~u filter in the console UI to match the behavior of mitmweb, which only matches against pretty_url, never against url. | ||||
* | web: Add websocket filter | Sachin Kelkar | 2017-03-06 | 1 | -0/+5 |
| | |||||
* | nuke tcp.Address and add proper IPv6 support | Thomas Kriechbaumer | 2017-02-24 | 1 | -2/+2 |
| | |||||
* | web: Add body filters | Sachin Kelkar | 2017-01-24 | 1 | -0/+27 |
| | |||||
* | Merge NullaryExpr, UnaryExpr and BooleanLiteral | Sachin Kelkar | 2017-01-23 | 1 | -24/+19 |
| | |||||
* | web: Add ~src and ~dst filters | Sachin Kelkar | 2017-01-21 | 1 | -11/+32 |
| | |||||
* | web: Add ~http and ~tcp filters | Sachin Kelkar | 2017-01-20 | 1 | -1/+11 |
| | |||||
* | web: Add ~marked filter | Sachin Kelkar | 2017-01-20 | 1 | -5/+10 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -1/+0 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+249 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -249/+0 |
| | |||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 1 | -0/+249 |
- Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports |