Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encoding fixes and tests | Ujjwal Verma | 2017-02-05 | 1 | -1/+2 |
| | |||||
* | Reset the host header to the correct destination | Ammonite | 2017-01-30 | 1 | -0/+1 |
| | |||||
* | Store original host in flow metadata | Ammonite | 2017-01-29 | 1 | -7/+5 |
| | |||||
* | Fix host extraction | Ammonite | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Follow PEP-8 and add comment | Ammonite | 2017-01-22 | 1 | -5/+8 |
| | |||||
* | Add blank lines for lint | Ammonite | 2017-01-21 | 1 | -0/+2 |
| | |||||
* | Change class name | Ammonite | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | Get the the original header in requestheaders instead of request | Ammonite | 2017-01-20 | 1 | -19/+28 |
| | |||||
* | update stream.py | Feei | 2017-01-16 | 1 | -2/+2 |
| | |||||
* | fix #1858 | Maximilian Hils | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | mitmweb: 100% app test coverage, numerous fixes | Maximilian Hils | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | remove mitmweb auth | Maximilian Hils | 2016-11-22 | 1 | -1/+1 |
| | | | | | 9b08279c7c3384f716b66329fefbe97a368189a2 removed the actual functionality. we should not have a command line switch that does nothing. :) | ||||
* | remove stickycookie example | Maximilian Hils | 2016-11-21 | 2 | -43/+0 |
| | | | | The recommended way to do this is mitmproxy/addons/stickycookie.py | ||||
* | organize examples | Maximilian Hils | 2016-11-21 | 16 | -0/+935 |
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that. |