Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | implement Http1 and Http2 protocols as layers | Thomas Kriechbaumer | 2015-08-16 | 6 | -70/+54 | |
| | | | ||||||
* | | | improve protocol handling | Maximilian Hils | 2015-08-16 | 11 | -60/+114 | |
|/ / | ||||||
* | | minor fixes | Maximilian Hils | 2015-08-16 | 2 | -2/+3 | |
| | | ||||||
* | | Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactor | Maximilian Hils | 2015-08-16 | 4 | -16/+29 | |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: libmproxy/protocol2/http_proxy.py libmproxy/protocol2/tls.py libmproxy/proxy/connection.py | |||||
| * | | add ALPN to proxy connections | Thomas Kriechbaumer | 2015-08-16 | 4 | -16/+36 | |
| | | | ||||||
* | | | minor fixes | Maximilian Hils | 2015-08-16 | 3 | -50/+51 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactor | Maximilian Hils | 2015-08-15 | 3 | -13/+19 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | add ALPN to proxy connections | Thomas Kriechbaumer | 2015-08-15 | 3 | -13/+19 | |
| | | | ||||||
* | | | fix bugs, make https work | Maximilian Hils | 2015-08-15 | 6 | -41/+37 | |
| | | | ||||||
* | | | various fixes | Maximilian Hils | 2015-08-15 | 4 | -24/+36 | |
|/ / | ||||||
* | | more work on http protocol | Maximilian Hils | 2015-08-14 | 6 | -15/+187 | |
| | | ||||||
* | | more work on http layer | Maximilian Hils | 2015-08-14 | 8 | -42/+200 | |
| | | ||||||
* | | wip commit | Maximilian Hils | 2015-08-11 | 12 | -57/+170 | |
| | | ||||||
* | | cleaner Exceptions, ssl -> tls, upstream proxy mode | Maximilian Hils | 2015-08-11 | 14 | -68/+145 | |
| | | ||||||
* | | add reverseproxy mode, fix bugs | Maximilian Hils | 2015-08-11 | 5 | -15/+35 | |
| | | ||||||
* | | simplify layer code, add yield_from_callback decorator | Maximilian Hils | 2015-08-11 | 2 | -40/+69 | |
| | | ||||||
* | | apply fixes from proxy-refactor-cb branch | Maximilian Hils | 2015-08-11 | 7 | -35/+38 | |
| | | ||||||
* | | minor fixes | Maximilian Hils | 2015-08-11 | 4 | -8/+7 | |
| | | ||||||
* | | add auto layer, multiple other fixes | Maximilian Hils | 2015-08-11 | 6 | -165/+183 | |
| | | ||||||
* | | move files around | Maximilian Hils | 2015-08-11 | 8 | -196/+215 | |
| | | ||||||
* | | add ssl layer | Maximilian Hils | 2015-08-11 | 3 | -14/+247 | |
| | | ||||||
* | | first initial proof-of-concept | Maximilian Hils | 2015-08-11 | 3 | -8/+282 | |
|/ | ||||||
* | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 3 | -71/+2 | |
| | ||||||
* | fix #705 | Maximilian Hils | 2015-08-03 | 1 | -4/+8 | |
| | ||||||
* | fix tests | Thomas Kriechbaumer | 2015-08-02 | 1 | -5/+14 | |
| | ||||||
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 2 | -4/+4 | |
| | ||||||
* | reimplement streaming for HTTP/1 | Thomas Kriechbaumer | 2015-08-01 | 3 | -59/+59 | |
| | ||||||
* | revert hard-coded HTTP/2 protocol changes | Thomas Kriechbaumer | 2015-08-01 | 1 | -7/+8 | |
| | ||||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 7 | -392/+58 | |
| | ||||||
* | revert ALPN-related changes to fix master | Thomas Kriechbaumer | 2015-08-01 | 1 | -9/+11 | |
| | | | | | In the future this should be added again to support HTTP/2. | |||||
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 4 | -45/+66 | |
| | ||||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 7 | -198/+69 | |
| | ||||||
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 3 | -893/+862 | |
| | ||||||
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 3 | -4/+10 | |
|\ | | | | | Prevent unnecessary upstream server connects | |||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 3 | -4/+10 | |
| | | | | | | | | | | | | 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. | |||||
* | | Bump version for dev | Aldo Cortesi | 2015-07-26 | 1 | -1/+1 | |
| | | ||||||
* | | fix module imports | Thomas Kriechbaumer | 2015-07-25 | 1 | -8/+8 | |
| | | ||||||
* | | Merge pull request #675 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 4 | -47/+73 | |
|\ \ | | | | | | | HTTP protocol refactoring | |||||
| * | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 2 | -19/+37 | |
| | | | ||||||
| * | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 4 | -32/+40 | |
| | | | ||||||
| * | | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+6 | |
| | | | ||||||
* | | | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 2 | -38/+48 | |
| | | | ||||||
* | | | minor style improvements | Maximilian Hils | 2015-07-22 | 1 | -6/+6 | |
|/ / | ||||||
* | | fix text selection hint | Maximilian Hils | 2015-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #677 from isra17/json_error | Maximilian Hils | 2015-07-14 | 1 | -1/+2 | |
|\ \ | | | | | | | Use `ensure_ascii` in wep.app#broadcast | |||||
| * | | Use `ensure_ascii` in wep.app#broadcast | isra17 | 2015-07-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | Otherwise, a non-unicode character in a flow cause mitmweb to crash. | |||||
* | | | 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`. | |||||
* | | Match g/G shortcuts to less, fix #631 | jlhonora | 2015-07-08 | 4 | -11/+11 | |
| | | ||||||
* | | fix #648 | Maximilian Hils | 2015-07-04 | 1 | -2/+2 | |
| | |