Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix dns_spoofing example, avoid connecting to itself | Maximilian Hils | 2015-08-31 | 6 | -5/+25 | |
| | ||||||
* | fix upstream proxy server change, update example | Maximilian Hils | 2015-08-31 | 3 | -14/+19 | |
| | ||||||
* | coverage++ | Maximilian Hils | 2015-08-30 | 3 | -5/+5 | |
| | ||||||
* | move files around | Maximilian Hils | 2015-08-30 | 25 | -794/+816 | |
| | ||||||
* | remove http2http references | Maximilian Hils | 2015-08-30 | 2 | -1/+1 | |
| | ||||||
* | remove old code | Maximilian Hils | 2015-08-30 | 6 | -880/+22 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' into proxy-refactor-cb | Maximilian Hils | 2015-08-30 | 3 | -2/+9 | |
|\ | ||||||
| * | console: add command line flag to disable mouse interaction | Timothy Elliott | 2015-08-19 | 3 | -2/+9 | |
| | | | | | | | | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685 | |||||
* | | minor fixes | Maximilian Hils | 2015-08-30 | 2 | -4/+5 | |
| | | ||||||
* | | always insert tls layer for inline script upgrades | Maximilian Hils | 2015-08-30 | 7 | -31/+49 | |
| | | ||||||
* | | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 19 | -829/+240 | |
| | | ||||||
* | | simplify raw tcp protocol | Maximilian Hils | 2015-08-29 | 1 | -8/+54 | |
| | | ||||||
* | | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 2 | -22/+43 | |
| | | ||||||
* | | fix streaming | Maximilian Hils | 2015-08-29 | 1 | -70/+122 | |
| | | ||||||
* | | move sslversion mapping to netlib | Maximilian Hils | 2015-08-29 | 2 | -24/+6 | |
| | | ||||||
* | | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 10 | -268/+283 | |
| | | ||||||
* | | Revert "unify SSL version/method handling" | Maximilian Hils | 2015-08-27 | 1 | -25/+44 | |
| | | | | | | | | This reverts commit 14e49f4fc7a38b63099ab0d42afd213b0d567c0f. | |||||
* | | start fixing proxy config | Maximilian Hils | 2015-08-27 | 1 | -42/+6 | |
| | | ||||||
* | | fix inline script redirects | Maximilian Hils | 2015-08-27 | 4 | -11/+17 | |
| | | ||||||
* | | handle tls server errors more gracefully | Maximilian Hils | 2015-08-27 | 1 | -3/+17 | |
| | | ||||||
* | | re-add http1 replay | Maximilian Hils | 2015-08-27 | 1 | -1/+89 | |
| | | ||||||
* | | re-add --ignore and --tcp | Maximilian Hils | 2015-08-27 | 1 | -27/+39 | |
| | | ||||||
* | | no more sni double-connects! | Maximilian Hils | 2015-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | clean up clienthello parsing | Maximilian Hils | 2015-08-26 | 10 | -1041/+19 | |
| | | ||||||
* | | fix non-alpn clients | Maximilian Hils | 2015-08-26 | 1 | -1/+4 | |
| | | ||||||
* | | http2: fix bugs, chrome works :tada: | Maximilian Hils | 2015-08-26 | 3 | -5/+8 | |
| | | ||||||
* | | improve alpn handling | Maximilian Hils | 2015-08-26 | 2 | -11/+24 | |
| | | ||||||
* | | manually read tls clienthello | Maximilian Hils | 2015-08-26 | 3 | -107/+57 | |
| | | ||||||
* | | manually read tls clienthello [wip] | Maximilian Hils | 2015-08-26 | 10 | -11/+1313 | |
| | | ||||||
* | | minor fixes | Maximilian Hils | 2015-08-25 | 2 | -4/+9 | |
| | | ||||||
* | | request -> request_method | Maximilian Hils | 2015-08-24 | 3 | -26/+19 | |
| | | ||||||
* | | fix bugs, fix tests | Maximilian Hils | 2015-08-24 | 3 | -41/+49 | |
| | | ||||||
* | | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 3 | -7/+7 | |
| | | ||||||
* | | http2: simplify protocol-related code | Thomas Kriechbaumer | 2015-08-20 | 1 | -9/+8 | |
| | | ||||||
* | | fix typo | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 | |
| | | ||||||
* | | http2: use callback for handle unexpected frames | Thomas Kriechbaumer | 2015-08-19 | 1 | -5/+8 | |
| | | ||||||
* | | move read methods to lower HTTP layer | Thomas Kriechbaumer | 2015-08-19 | 1 | -16/+37 | |
| | | ||||||
* | | move send method to lower layers | Thomas Kriechbaumer | 2015-08-19 | 1 | -6/+15 | |
| | | ||||||
* | | improve next_layer detection | Thomas Kriechbaumer | 2015-08-19 | 2 | -13/+20 | |
| | | ||||||
* | | http2: fix connection preface and wrappers | Thomas Kriechbaumer | 2015-08-19 | 2 | -35/+17 | |
| | | ||||||
* | | yield -> callbacks | Maximilian Hils | 2015-08-18 | 12 | -205/+156 | |
| | | ||||||
* | | various fixes | Maximilian Hils | 2015-08-18 | 10 | -25/+77 | |
| | | ||||||
* | | Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactor | Maximilian Hils | 2015-08-17 | 5 | -73/+57 | |
|\ \ | | | | | | | | | | | | | Conflicts: libmproxy/protocol2/http.py | |||||
| * | | 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 | |
|\ \ \ | |/ / |/| | |