aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'jason/websocket'Maximilian Hils2016-06-236-102/+184
|\
| * [web] set connected to false when DISCONNECTEDJason2016-06-223-159/+153
| |
| * [web] store ws object in symbol propertyJason2016-06-222-31/+10
| |
| * Merge remote-tracking branch 'origin/master' into websocketJason2016-06-2228-161/+260
| |\ | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx
| * \ Merge branch 'master' of github.com:mitmproxy/mitmproxy into websocketJason2016-06-1812-227/+206
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx web/src/js/connection.js
| * | | [web] add app ducksJason2016-06-184-46/+81
| | | |
| * | | Merge branch 'master' into websocketJason2016-06-1763-2103/+2127
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.css mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx
| * | | | [web] websocketJason2016-06-177-61934/+775
| | | | |
* | | | | Merge pull request #1285 from westurner/patch-1Maximilian Hils2016-06-231-2/+18
|\ \ \ \ \ | | | | | | | | | | | | DOC: install.rst: Installation on Fedora, Ubuntu
| * | | | | DOC: install.rst: Installation on Fedora, UbuntuWes Turner2016-06-211-2/+18
| | | | | |
* | | | | | http2: improve error handling in testsThomas Kriechbaumer2016-06-222-13/+31
| | | | | |
* | | | | | Merge pull request #1291 from BSalita/masterMaximilian Hils2016-06-221-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Show how to upgrade pip.
| * | | | | | Show how to upgrade pip.BSalita2016-06-221-1/+3
| | | | | | | | | | | | | | | | | | | | | Windows install failed due to out of date pip. Show how to upgrade to latest pip.
* | | | | | | Merge pull request #1282 from dufferzafar/py3Maximilian Hils2016-06-224-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Python 3 - mitmproxy.{protocol.http1, proxy, platform.pf}
| * | | | | | py3++: mitmproxy.platform.pfShadab Zafar2016-06-222-1/+2
| | | | | | |
| * | | | | | py3++: mitmproxy.protocol.http1Shadab Zafar2016-06-222-5/+5
| | | | | | |
| * | | | | | py3++: mitmproxy.proxyShadab Zafar2016-06-222-2/+2
|/ / / / / /
* | | | | | Merge pull request #1286 from gzzhanghao/settingsMaximilian Hils2016-06-214-164/+158
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [web] Fix settings ducks
| * | | | | [web] updateSettings -> handleWsMsgJason2016-06-224-164/+158
|/ / / / /
* | | | | Merge pull request #1283 from dufferzafar/tnetstring3Thomas Kriechbaumer2016-06-215-155/+273
|\ \ \ \ \ | |_|_|_|/ |/| | | | tnetstring3
| * | | | py3++Shadab Zafar2016-06-211-1/+1
| | | | |
| * | | | mitmproxy.tnetstring -> mitmproxy.contrib.tnetstringShadab Zafar2016-06-214-3/+4
| | | | |
| * | | | Imported tests for tnetstringShadab Zafar2016-06-211-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied from https://github.com/carlopires/tnetstring3/blob/a808f6b5ba8b64919b6b6359fd6a80bbf59e4557/tests/test_format.py Then ran pep8 etc.
| * | | | Py3: tnetstringShadab Zafar2016-06-211-152/+128
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied the initial code from [tnetstring3](https://raw.githubusercontent.com/carlopires/tnetstring3/master/tnetstring/__init__.py) Then made some changes, like using the isdigit function, removing superfluous ord() etc. to make all our tests pass.
* | | | Minor wording improvements for the READMEAldo Cortesi2016-06-211-3/+3
| | | |
* | | | Merge pull request #1274 from Kriechi/discourse-readmeAldo Cortesi2016-06-211-2/+15
|\ \ \ \ | | | | | | | | | | add Discourse to README
| * | | | add Discourse to READMEThomas Kriechbaumer2016-06-211-2/+15
|/ / / /
* | | | add better descriptionMaximilian Hils2016-06-202-7/+8
| | | |
* | | | added tests for uiClemens2016-06-204-6/+41
| | | |
* | | | Merge pull request #1276 from dufferzafar/console-patheditMaximilian Hils2016-06-202-0/+26
|\ \ \ \ | | | | | | | | | | mitmproxy.console tests - PathEdit
| * | | | Add dummy directory to completionShadab Zafar2016-06-201-0/+2
| | | | |
| * | | | Add tests for PathEditShadab Zafar2016-06-201-0/+24
| | | | |
* | | | | Merge pull request #1273 from Kriechi/fix-default-argMaximilian Hils2016-06-201-1/+4
|\ \ \ \ \ | | | | | | | | | | | | fix default arg
| * | | | | fix default argThomas Kriechbaumer2016-06-191-1/+4
| | | | | |
* | | | | | Merge pull request #1278 from mitmproxy/add_accept_revert_buttons_to_menu_flowMaximilian Hils2016-06-202-6/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | added accept and revert to flowmenu
| * | | | | | added accept and revert to flowmenuClemens2016-06-202-6/+10
| | | | | | |
* | | | | | | py3++Shadab Zafar2016-06-203-13/+14
| | | | | | |
* | | | | | | py3++Shadab Zafar2016-06-204-36/+36
|/ / / / / /
* | | | | | Merge remote-tracking branch 'jason/settings'Maximilian Hils2016-06-198-89/+79
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [web] replace SetttingsActions.update with settings.updateSettingsJason2016-06-198-89/+79
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1275 from Kriechi/more-py3Thomas Kriechbaumer2016-06-195-17/+19
|\ \ \ \ \ | |_|/ / / |/| | | | py3++
| * | | | py3++Thomas Kriechbaumer2016-06-195-17/+19
|/ / / /
* | | | Merge pull request #1272 from dwfreed/patch-1Maximilian Hils2016-06-181-2/+2
|\ \ \ \ | |/ / / |/| | | mitmproxy/models: missed comma in __all__
| * | | mitmproxy/models: missed comma in __all__Doug Freed2016-06-181-2/+2
|/ / / | | | | | | | | | | | | Spotted by Landscape (thanks @Kriechi for pointing out the site). Add a comma to the last item too, to prevent this from happening in the future and reduce messing up blame later.
* | | Merge pull request #1270 from mitmproxy/settingsMaximilian Hils2016-06-1712-193/+168
|\ \ \ | |_|/ |/| | [web] Settings Ducks 2
| * | add setInterceptPattern action creatorMaximilian Hils2016-06-172-3/+13
| | |
| * | add fetchApi.put shortcutMaximilian Hils2016-06-171-3/+15
| | |
| * | simplify settings reducerMaximilian Hils2016-06-175-59/+58
| | |
| * | [web] simplify settingsJason2016-06-172-38/+10
| | |
| * | Merge branch 'master' into settingsJason2016-06-1763-2109/+2133
| |\ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.css mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx