Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Adjust --verbose options to string type. | Matthew Shao | 2017-08-01 | 1 | -1/+1 | |
| * | | | Update tests. | Matthew Shao | 2017-08-01 | 2 | -6/+8 | |
| * | | | Move console-relatived options into their own addons. | Matthew Shao | 2017-08-01 | 2 | -60/+60 | |
* | | | | Merge pull request #2530 from mhils/nicer-clienthello-alpns | Maximilian Hils | 2017-08-16 | 2 | -5/+4 | |
|\ \ \ \ | ||||||
| * | | | | improve ClientHello.alpn_protocols API | Maximilian Hils | 2017-08-16 | 2 | -5/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #2527 from mitmproxy/revert-2511-master | Thomas Kriechbaumer | 2017-08-15 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Fix version conflict" | Thomas Kriechbaumer | 2017-08-15 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #2525 from mhils/nicer-install | Thomas Kriechbaumer | 2017-08-15 | 1 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | docs: simplify install instructions | Maximilian Hils | 2017-08-15 | 1 | -5/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #2519 from titeuf87/no_ipv6_fallback_fix | Maximilian Hils | 2017-08-13 | 1 | -0/+2 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fallback correctly to ipv4 when ipv6 is not supported | Simon Vermeersch | 2017-08-13 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #2511 from ujjwal96/master | Maximilian Hils | 2017-08-10 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix version conflict | Ujjwal Verma | 2017-08-10 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #2509 from ujjwal96/compat | Maximilian Hils | 2017-08-09 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixes #2495 | Ujjwal Verma | 2017-08-10 | 1 | -1/+1 | |
* | | | Merge pull request #2504 from MatthewShao/static-viewer | Maximilian Hils | 2017-08-08 | 15 | -31/+90 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | [web] Minor fixes. | Matthew Shao | 2017-08-08 | 2 | -5/+0 | |
| * | | [web] Remove activeFetches and onMessage in StaticBackend. | Matthew Shao | 2017-08-08 | 1 | -19/+1 | |
| * | | [web] Remove MITMWEB_STATIC var in tests, and update them. | Matthew Shao | 2017-08-08 | 4 | -29/+13 | |
| * | | [web] update HideInStatic and some components. | Matthew Shao | 2017-08-08 | 5 | -8/+20 | |
| * | | [web] Update react,react-dom,react-test-renderer to 16-beta.3 | Matthew Shao | 2017-08-08 | 2 | -15/+15 | |
| * | | [web] Update tests to ensure they won't be disturbed by static mode | Matthew Shao | 2017-08-07 | 3 | -13/+19 | |
| * | | [web] Add HideInStatic Component | Matthew Shao | 2017-08-07 | 6 | -13/+32 | |
| * | | [web] Add static backend. | Matthew Shao | 2017-08-07 | 2 | -1/+60 | |
| * | | [web] Add static.js to index.html, containing MITMWEB_STATIC var. | Matthew Shao | 2017-08-07 | 2 | -0/+2 | |
* | | | Merge pull request #2502 from mhils/optmanager | Maximilian Hils | 2017-08-07 | 2 | -3/+13 | |
|\ \ \ | ||||||
| * | | | fix optmanager equality check and deepcopy | Maximilian Hils | 2017-08-05 | 2 | -3/+13 | |
* | | | | Merge pull request #2503 from ujjwal96/options | Maximilian Hils | 2017-08-07 | 3 | -2/+196 | |
|\ \ \ \ | ||||||
| * | | | | Improve options UX | Ujjwal Verma | 2017-08-07 | 3 | -2/+196 | |
* | | | | | Merge pull request #2492 from mhils/addon-contains | Maximilian Hils | 2017-08-05 | 3 | -8/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | gracefully handle errors during script load | Maximilian Hils | 2017-08-05 | 3 | -8/+26 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2501 from mhils/toxx | Maximilian Hils | 2017-08-05 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | use py36 where possible | Maximilian Hils | 2017-08-05 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #2500 from mitmproxy/add-http2-switch | Maximilian Hils | 2017-08-05 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | re-add --http2 switch | Maximilian Hils | 2017-08-05 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2494 from ujjwal96/intercept-toggle | Thomas Kriechbaumer | 2017-08-04 | 2 | -3/+5 | |
|\ \ \ \ | ||||||
| * | | | | Improve intercept toggle | Ujjwal Verma | 2017-08-02 | 2 | -3/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #2499 from mhils/rawtcp | Maximilian Hils | 2017-08-04 | 2 | -4/+14 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Remove promotion to raw TCP based on heuristics" | Maximilian Hils | 2017-08-03 | 1 | -1/+10 | |
| * | | | | improve docstring for rawtcp | Maximilian Hils | 2017-08-03 | 1 | -3/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #2475 from mitmproxy/requires-io-master | Thomas Kriechbaumer | 2017-08-02 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | [requires.io] dependency update | requires.io | 2017-08-02 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #2496 from Kriechi/bump-pyasn | Thomas Kriechbaumer | 2017-08-02 | 2 | -6/+4 | |
|\ \ \ \ | ||||||
| * | | | | bump dependency | Thomas Kriechbaumer | 2017-08-02 | 1 | -1/+1 | |
| * | | | | update for pyasn1 0.3 | Ujjwal Verma | 2017-08-02 | 1 | -5/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #2493 from Kriechi/improve-tests | Maximilian Hils | 2017-08-02 | 1 | -188/+233 | |
|\ \ \ \ | ||||||
| * | | | | improve proxyauth tests | Thomas Kriechbaumer | 2017-08-02 | 1 | -188/+233 | |
|/ / / / | ||||||
* | | | | Merge pull request #2490 from mitmproxy/issue-2334 | Maximilian Hils | 2017-08-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update proxyauth.py | Maximilian Hils | 2017-08-01 | 1 | -1/+1 | |
* | | | | fix mitmproxy invocation | Maximilian Hils | 2017-08-01 | 1 | -1/+1 | |
|/ / / |