Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy into list | Jason | 2016-06-24 | 13 | -128/+239 |
|\ | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.js web/src/js/app.jsx web/src/js/connection.js web/src/js/ducks/websocket.js | ||||
| * | Merge remote-tracking branch 'jason/websocket' | Maximilian Hils | 2016-06-23 | 6 | -102/+184 |
| |\ | |||||
| | * | [web] set connected to false when DISCONNECTED | Jason | 2016-06-22 | 3 | -159/+153 |
| | | | |||||
| | * | [web] store ws object in symbol property | Jason | 2016-06-22 | 2 | -31/+10 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' into websocket | Jason | 2016-06-22 | 28 | -161/+260 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx | ||||
| | * \ | Merge branch 'master' of github.com:mitmproxy/mitmproxy into websocket | Jason | 2016-06-18 | 12 | -227/+206 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx web/src/js/connection.js | ||||
| | * | | | [web] add app ducks | Jason | 2016-06-18 | 4 | -46/+81 |
| | | | | | |||||
| | * | | | Merge branch 'master' into websocket | Jason | 2016-06-17 | 63 | -2103/+2127 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mitmproxy/web/static/app.css mitmproxy/web/static/app.js web/src/js/components/ProxyApp.jsx | ||||
| | * | | | | [web] websocket | Jason | 2016-06-17 | 7 | -61934/+775 |
| | | | | | | |||||
| * | | | | | Merge pull request #1285 from westurner/patch-1 | Maximilian Hils | 2016-06-23 | 1 | -2/+18 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | DOC: install.rst: Installation on Fedora, Ubuntu | ||||
| | * | | | | | DOC: install.rst: Installation on Fedora, Ubuntu | Wes Turner | 2016-06-21 | 1 | -2/+18 |
| | | | | | | | |||||
| * | | | | | | http2: improve error handling in tests | Thomas Kriechbaumer | 2016-06-22 | 2 | -13/+31 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1291 from BSalita/master | Maximilian Hils | 2016-06-22 | 1 | -1/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Show how to upgrade pip. | ||||
| | * | | | | | | Show how to upgrade pip. | BSalita | 2016-06-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Windows install failed due to out of date pip. Show how to upgrade to latest pip. | ||||
| * | | | | | | | Merge pull request #1282 from dufferzafar/py3 | Maximilian Hils | 2016-06-22 | 4 | -6/+7 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Python 3 - mitmproxy.{protocol.http1, proxy, platform.pf} | ||||
| | * | | | | | | py3++: mitmproxy.platform.pf | Shadab Zafar | 2016-06-22 | 2 | -1/+2 |
| | | | | | | | | |||||
| | * | | | | | | py3++: mitmproxy.protocol.http1 | Shadab Zafar | 2016-06-22 | 2 | -5/+5 |
| | | | | | | | | |||||
| | * | | | | | | py3++: mitmproxy.proxy | Shadab Zafar | 2016-06-22 | 2 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | [web] bug fix | Jason | 2016-06-24 | 4 | -13/+17 |
| | | | | | | | |||||
* | | | | | | | [web] fix bugs | Jason | 2016-06-24 | 7 | -58/+81 |
| | | | | | | | |||||
* | | | | | | | [web] fix eventLog flow | Jason | 2016-06-24 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | [web] reduce eventlog view | Jason | 2016-06-24 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | [web] code format | Jason | 2016-06-24 | 1 | -2/+6 |
| | | | | | | | |||||
* | | | | | | | [web] fix view data structure | Jason | 2016-06-24 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | [web] fix flows data flow | Jason | 2016-06-24 | 6 | -14/+15 |
| | | | | | | | |||||
* | | | | | | | [web] ws methods | Jason | 2016-06-23 | 2 | -21/+43 |
| | | | | | | | |||||
* | | | | | | | [web] check item existence before update | Jason | 2016-06-23 | 2 | -2/+8 |
| | | | | | | | |||||
* | | | | | | | [web] fix eventLog ducks | Jason | 2016-06-23 | 6 | -71/+100 |
| | | | | | | | |||||
* | | | | | | | [web] separate views and list | Jason | 2016-06-23 | 6 | -173/+413 |
| | | | | | | | |||||
* | | | | | | | [web] update build | Jason | 2016-06-23 | 2 | -194/+197 |
| | | | | | | | |||||
* | | | | | | | [web] fix data connection | Jason | 2016-06-23 | 7 | -13/+12 |
| | | | | | | | |||||
* | | | | | | | [web] fix utils/list | Jason | 2016-06-23 | 3 | -27/+30 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' of github.com:mitmproxy/mitmproxy into list | Jason | 2016-06-23 | 4 | -164/+158 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #1286 from gzzhanghao/settings | Maximilian Hils | 2016-06-21 | 4 | -164/+158 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | [web] Fix settings ducks | ||||
| | * | | | | | [web] updateSettings -> handleWsMsg | Jason | 2016-06-22 | 4 | -164/+158 |
| |/ / / / / | |||||
* | | | | | | [web] connect new ducks actions | Jason | 2016-06-23 | 10 | -28/+31 |
| | | | | | | |||||
* | | | | | | [web] fix ducks/flows | Jason | 2016-06-23 | 2 | -9/+18 |
| | | | | | | |||||
* | | | | | | [web] remove ducks/utils/view | Jason | 2016-06-23 | 1 | -134/+0 |
| | | | | | | |||||
* | | | | | | [web] flows.makeFun | Jason | 2016-06-23 | 1 | -14/+21 |
| | | | | | | |||||
* | | | | | | [web] FlowActions -> flows ducks | Jason | 2016-06-23 | 2 | -55/+83 |
| | | | | | | |||||
* | | | | | | [web] refactoring ducks/flows | Jason | 2016-06-23 | 3 | -80/+109 |
| | | | | | | |||||
* | | | | | | [web] finish utils/list | Jason | 2016-06-23 | 3 | -153/+153 |
| | | | | | | |||||
* | | | | | | [web] use a dummy action to init list | Jason | 2016-06-22 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | [web] update eventlog | Jason | 2016-06-22 | 1 | -53/+103 |
|/ / / / / | |||||
* | | | | | Merge pull request #1283 from dufferzafar/tnetstring3 | Thomas Kriechbaumer | 2016-06-21 | 5 | -155/+273 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | tnetstring3 | ||||
| * | | | | py3++ | Shadab Zafar | 2016-06-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | mitmproxy.tnetstring -> mitmproxy.contrib.tnetstring | Shadab Zafar | 2016-06-21 | 4 | -3/+4 |
| | | | | | |||||
| * | | | | Imported tests for tnetstring | Shadab Zafar | 2016-06-21 | 1 | -0/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied from https://github.com/carlopires/tnetstring3/blob/a808f6b5ba8b64919b6b6359fd6a80bbf59e4557/tests/test_format.py Then ran pep8 etc. | ||||
| * | | | | Py3: tnetstring | Shadab Zafar | 2016-06-21 | 1 | -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 README | Aldo Cortesi | 2016-06-21 | 1 | -3/+3 |
| | | | |