Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | experimental: run tests using py.tests | Maximilian Hils | 2015-09-21 | 5 | -7/+8 |
| | |||||
* | fix minor bugs, add py.test compatibility | Maximilian Hils | 2015-09-21 | 4 | -71/+24 |
| | |||||
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 1 | -34/+20 |
| | |||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 3 | -12/+12 |
| | |||||
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 2 | -17/+3 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 8 | -80/+65 |
| | |||||
* | Merge pull request #765 from mitmproxy/such-colors-very-wow | Maximilian Hils | 2015-09-12 | 2 | -83/+92 |
|\ | | | | | Improve Content Views | ||||
| * | fix tests | Maximilian Hils | 2015-09-12 | 2 | -66/+46 |
| | | |||||
| * | simplify contentview api | Maximilian Hils | 2015-09-12 | 2 | -9/+2 |
| | | |||||
| * | mitmdump: colorize output, add content views | Maximilian Hils | 2015-09-11 | 1 | -11/+47 |
| | | |||||
* | | relax test suite time tests | Maximilian Hils | 2015-09-12 | 1 | -4/+5 |
|/ | |||||
* | clean up tests | Maximilian Hils | 2015-09-11 | 3 | -7/+0 |
| | |||||
* | fix bugs | Maximilian Hils | 2015-09-11 | 1 | -16/+13 |
| | |||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 7 | -135/+112 |
|\ | |||||
| * | fix chunked encoding | Maximilian Hils | 2015-09-11 | 1 | -2/+2 |
| | | |||||
| * | fix tests | Maximilian Hils | 2015-09-05 | 1 | -4/+4 |
| | | |||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 7 | -132/+109 |
| | | |||||
| * | remove ServerConnectionMixin.reconnect | Maximilian Hils | 2015-09-03 | 1 | -1/+1 |
| | | |||||
* | | PR #700 | Chris Czub | 2015-09-02 | 2 | -1/+6 |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | ||||
* | we don't support socks auth, refs #738 | Maximilian Hils | 2015-08-31 | 1 | -0/+3 |
| | |||||
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 2 | -4/+7 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 6 | -72/+68 |
| | |||||
* | remove http2http references | Maximilian Hils | 2015-08-30 | 2 | -6/+6 |
| | |||||
* | always insert tls layer for inline script upgrades | Maximilian Hils | 2015-08-30 | 2 | -8/+0 |
| | |||||
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 3 | -17/+10 |
| | |||||
* | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 3 | -63/+26 |
| | |||||
* | fix streaming | Maximilian Hils | 2015-08-29 | 1 | -2/+2 |
| | |||||
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 5 | -77/+20 |
| | |||||
* | fix inline script redirects | Maximilian Hils | 2015-08-27 | 1 | -23/+28 |
| | |||||
* | request -> request_method | Maximilian Hils | 2015-08-24 | 2 | -5/+5 |
| | |||||
* | fix bugs, fix tests | Maximilian Hils | 2015-08-24 | 2 | -15/+9 |
| | |||||
* | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 1 | -4/+5 |
| | |||||
* | various fixes | Maximilian Hils | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 2 | -46/+1 |
| | |||||
* | fix tests | Thomas Kriechbaumer | 2015-08-02 | 1 | -2/+1 |
| | |||||
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 2 | -3/+5 |
| | |||||
* | move encoding tests from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -33/+0 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 8 | -387/+76 |
| | |||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 7 | -97/+62 |
| | |||||
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 1 | -32/+44 |
| | |||||
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 1 | -0/+11 |
|\ | | | | | Prevent unnecessary upstream server connects | ||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 1 | -0/+11 |
| | | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary. | ||||
* | | remove debug output in tests | Thomas Kriechbaumer | 2015-07-24 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #675 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 3 | -28/+28 |
|\ \ | | | | | | | HTTP protocol refactoring | ||||
| * | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 3 | -8/+12 |
| | | | |||||
| * | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 2 | -15/+17 |
| | | | |||||
| * | | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 1 | -10/+4 |
| | | | |||||
* | | | fix tests | Maximilian Hils | 2015-07-24 | 1 | -1/+3 |
| | | | |||||
* | | | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 5 | -115/+122 |
|/ / | |||||
* / | Add ~src ~dst REGEX filters | isra17 | 2015-07-13 | 1 | -0/+17 |
|/ | | | | | | | | | 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`. |