Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | no more sni double-connects! | Maximilian Hils | 2015-08-27 | 2 | -10/+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 | |
| * | Merge branch 'proxy-refactor-cb' of https://github.com/mitmproxy/mitmproxy in... | Maximilian Hils | 2015-08-26 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Merge pull request #739 from Kriechi/proxy-refactor-cb | Maximilian Hils | 2015-08-26 | 1 | -0/+1 | |
| | |\ | ||||||
| | | * | fix return value and empty requests | Thomas Kriechbaumer | 2015-08-26 | 1 | -0/+1 | |
| | |/ | ||||||
| * / | 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 | 11 | -12/+1316 | |
| * | minor fixes | Maximilian Hils | 2015-08-25 | 2 | -4/+9 | |
| * | request -> request_method | Maximilian Hils | 2015-08-24 | 5 | -31/+24 | |
| * | fix bugs, fix tests | Maximilian Hils | 2015-08-24 | 5 | -56/+58 | |
| * | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 4 | -11/+12 | |
| * | 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 | |
| * | Merge pull request #734 from Kriechi/proxy-refactor-cb | Maximilian Hils | 2015-08-19 | 1 | -16/+37 | |
| |\ | ||||||
| | * | move read methods to lower HTTP layer | Thomas Kriechbaumer | 2015-08-19 | 1 | -16/+37 | |
| |/ | ||||||
| * | Merge pull request #733 from Kriechi/proxy-refactor-cb | Maximilian Hils | 2015-08-19 | 4 | -54/+52 | |
| |\ | ||||||
| | * | 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 | 11 | -26/+78 | |
| * | Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactor | Maximilian Hils | 2015-08-17 | 5 | -73/+57 | |
| |\ | ||||||
| | * | 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 | |
| |\ | ||||||
| | * | 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 | |
|/ | ||||||
* | Merge pull request #720 from Kriechi/cleanup | Maximilian Hils | 2015-08-11 | 6 | -122/+9 | |
|\ | ||||||
| * | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 6 | -122/+9 | |
|/ |