Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | update dependencies | Maximilian Hils | 2016-11-18 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1729 from mhils/mitmweb-fixes | Maximilian Hils | 2016-11-16 | 9 | -36/+76 | |
|\ | ||||||
| * | fix type checks | Maximilian Hils | 2016-11-16 | 1 | -2/+2 | |
| * | mitmweb: start browser on startup | Maximilian Hils | 2016-11-16 | 1 | -3/+34 | |
| * | minor fixes | Maximilian Hils | 2016-11-16 | 8 | -31/+40 | |
* | | Merge pull request #1752 from dwfreed/patch-2 | Maximilian Hils | 2016-11-16 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | setup.py: adjust mypy-lang dependency for semver | Doug Freed | 2016-11-16 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1742 from dwfreed/patch-2 | Maximilian Hils | 2016-11-16 | 3 | -1/+9 | |
|\ | ||||||
| * | proxy/protocol/base: use upstream_bind_address | Doug Freed | 2016-11-14 | 1 | -1/+1 | |
| * | tools/cmdline: add upstream bind address option | Doug Freed | 2016-11-14 | 1 | -0/+6 | |
| * | options: add upstream_bind_address | Doug Freed | 2016-11-14 | 1 | -0/+2 | |
* | | Merge pull request #1748 from Kriechi/better-onboarding | Thomas Kriechbaumer | 2016-11-16 | 1 | -1/+21 | |
|\ \ | ||||||
| * | | add macOS/OSX installation instructions to onboarding page | Thomas Kriechbaumer | 2016-11-16 | 1 | -1/+21 | |
* | | | Merge pull request #1743 from cortesi/viewsig | Aldo Cortesi | 2016-11-15 | 4 | -44/+56 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | addons.view: clarify modification events | Aldo Cortesi | 2016-11-15 | 4 | -44/+56 | |
|/ / | ||||||
* | | Merge pull request #1740 from pquentin/master | Aldo Cortesi | 2016-11-14 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | docs: Fix typos | Quentin Pradet | 2016-11-14 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1738 from Kriechi/fix-1737 | Aldo Cortesi | 2016-11-14 | 1 | -1/+11 | |
|\ | ||||||
| * | restrict ALPN offers if host changes | Thomas Kriechbaumer | 2016-11-13 | 1 | -1/+11 | |
* | | Merge pull request #1720 from cortesi/proxyrefactor | Aldo Cortesi | 2016-11-14 | 24 | -768/+860 | |
|\ \ | |/ |/| | ||||||
| * | addons.proxyauth: out with the old, in with the new | Aldo Cortesi | 2016-11-13 | 12 | -453/+63 | |
| * | addons.proxyauth: complete and test | Aldo Cortesi | 2016-11-13 | 2 | -16/+205 | |
| * | stub out proxyauth addon | Aldo Cortesi | 2016-11-13 | 2 | -0/+121 | |
| * | upstream_proxy_auth -> upstream_auth | Aldo Cortesi | 2016-11-13 | 4 | -8/+8 | |
| * | Complete upstream authentication module | Aldo Cortesi | 2016-11-13 | 5 | -11/+62 | |
| * | Refine handling of HTTP CONNECT | Aldo Cortesi | 2016-11-12 | 4 | -100/+124 | |
| * | Add the http_connect event for HTTP CONNECT requests | Aldo Cortesi | 2016-11-12 | 4 | -20/+44 | |
| * | Upstream proxy auth to addon | Aldo Cortesi | 2016-11-12 | 7 | -44/+86 | |
| * | Add HTTPFlow.mode to record the HTTP proxy layer mode | Aldo Cortesi | 2016-11-12 | 3 | -4/+13 | |
| * | Use an enum for http protocol modes | Aldo Cortesi | 2016-11-12 | 2 | -21/+23 | |
| * | Remove promotion to raw TCP based on heuristics | Aldo Cortesi | 2016-11-12 | 2 | -11/+2 | |
| * | Test failure during 100-continue | Aldo Cortesi | 2016-11-12 | 3 | -26/+40 | |
| * | Bug: ask requestheaders before request body is read | Aldo Cortesi | 2016-11-12 | 2 | -2/+51 | |
| * | proxy.protocol.http: cleanups, extract request validation | Aldo Cortesi | 2016-11-12 | 1 | -28/+35 | |
| * | Remove unused protocol attribute on connections. | Aldo Cortesi | 2016-11-12 | 1 | -2/+0 | |
| * | proxy.protocol.http: flatten for refactoring | Aldo Cortesi | 2016-11-12 | 1 | -189/+150 | |
|/ | ||||||
* | Merge pull request #1723 from Kriechi/http2-conns | Maximilian Hils | 2016-11-09 | 1 | -47/+48 | |
|\ | ||||||
| * | http2: move h2 connection object | Thomas Kriechbaumer | 2016-11-05 | 1 | -47/+48 | |
* | | Merge pull request #1725 from mhils/mitmweb | Maximilian Hils | 2016-11-09 | 30 | -62130/+1079 | |
|\ \ | ||||||
| * | | mitmweb: minor fixes | Maximilian Hils | 2016-11-09 | 5 | -7/+37 | |
| * | | web: update static assets | Maximilian Hils | 2016-11-09 | 3 | -61000/+495 | |
| * | | web: fix header update | Maximilian Hils | 2016-11-09 | 1 | -26/+27 | |
| * | | web: simplify flow storage | Maximilian Hils | 2016-11-08 | 17 | -573/+363 | |
| * | | clean up mitmweb | Maximilian Hils | 2016-11-08 | 21 | -3059/+2692 | |
| * | | fix mitmweb | Maximilian Hils | 2016-11-08 | 2 | -3/+3 | |
| |/ | ||||||
* | | Merge pull request #1724 from phackt/master | Maximilian Hils | 2016-11-09 | 1 | -0/+5 | |
|\ \ | |/ |/| | ||||||
| * | explain host=pretty_host assignment | Maximilian Hils | 2016-11-09 | 1 | -0/+4 | |
| * | fix SNI for transparent mode - #1638 | phackt | 2016-11-08 | 1 | -0/+1 | |
|/ | ||||||
* | http2: add push-promise metadata test | Thomas Kriechbaumer | 2016-11-05 | 1 | -0/+6 | |
* | Merge pull request #1716 from cortesi/deprecated2 | Aldo Cortesi | 2016-11-04 | 1 | -11/+0 | |
|\ |