Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [web] common | Jason | 2016-06-17 | 12 | -229/+249 | |
| * | | [web] editor config for line endings | Jason | 2016-06-17 | 3 | -224/+225 | |
| * | | [web] Editor & Prompt | Jason | 2016-06-17 | 10 | -391/+392 | |
| * | | [web] FlowView and ContentView | Jason | 2016-06-17 | 24 | -62851/+1634 | |
* | | | pathoc: use idna encoding for hostnames | Maximilian Hils | 2016-06-16 | 1 | -1/+1 | |
* | | | pathod tests: do not string_escape specs | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | | | Py3: Store certificate with a byte key | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | | | Py3: Use BytesIO in a pathoc test | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | | | Py3: Send bytes to get_cert | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | | | Py3: pathoc should send bytes over wire | Shadab Zafar | 2016-06-16 | 2 | -5/+5 | |
* | | | Enable Travis for the entire pathod directory :) | Shadab Zafar | 2016-06-16 | 1 | -1/+1 | |
* | | | Py3: Fix tests by using byte literals | Shadab Zafar | 2016-06-16 | 1 | -7/+7 | |
* | | | Merge pull request #1263 from Kriechi/readme | Maximilian Hils | 2016-06-16 | 2 | -0/+22 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | hide codecov.yml | Thomas Kriechbaumer | 2016-06-16 | 2 | -0/+3 | |
| * | | update README with tox and flake8 info | Thomas Kriechbaumer | 2016-06-16 | 1 | -0/+19 | |
| | * | [web] fix settings ducks | Jason | 2016-06-17 | 4 | -163/+185 | |
| | * | [web] promot reduce | Jason | 2016-06-17 | 2 | -18/+21 | |
| | * | [web] remove store | Jason | 2016-06-17 | 4 | -99/+8 | |
| | * | [web] eliminate SettingsStore | Jason | 2016-06-17 | 1 | -5/+0 | |
| | * | [web] settings store | Jason | 2016-06-17 | 9 | -61763/+626 | |
| |/ |/| | ||||||
* | | web: fix tests | Maximilian Hils | 2016-06-16 | 2 | -12/+9 | |
|/ | ||||||
* | web: use implicit bindActionCreators | Maximilian Hils | 2016-06-15 | 5 | -15/+10 | |
* | Merge branch 'add_flow_to_options' | Maximilian Hils | 2016-06-15 | 11 | -691/+61989 | |
|\ | ||||||
| * | minor fixes | Maximilian Hils | 2016-06-15 | 3 | -14/+19 | |
| * | rename view -> ui, make code more readable | Clemens | 2016-06-15 | 4 | -76/+79 | |
| * | add previous state to dispatch function | Clemens | 2016-06-15 | 5 | -41/+67 | |
| * | code review | Clemens | 2016-06-14 | 4 | -84/+36 | |
| * | added flowMenu | Clemens | 2016-06-14 | 9 | -684/+61996 | |
* | | Enable Travis for test/pathod/test_pathoc | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
* | | Unexpected spaces around = | Shadab Zafar | 2016-06-15 | 2 | -2/+2 | |
* | | Py3: Split on byte newlines in pathod.log | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
* | | Py3: Find Content-Length header by bytes | Shadab Zafar | 2016-06-15 | 1 | -1/+1 | |
* | | Py3: pathoc | Shadab Zafar | 2016-06-15 | 3 | -26/+34 | |
* | | Py3: pathod | Shadab Zafar | 2016-06-15 | 2 | -14/+10 | |
* | | Py3: websockets | Shadab Zafar | 2016-06-15 | 3 | -5/+6 | |
* | | Py3: fix http2 bytes issue | Shadab Zafar | 2016-06-15 | 2 | -3/+3 | |
* | | Merge pull request #1257 from tdickers/master | Maximilian Hils | 2016-06-14 | 2 | -4/+7 | |
|\ \ | ||||||
| * | | Make har_extractor.py output HAR 1.2 spec-compliant | Tai Dickerson | 2016-06-14 | 2 | -4/+7 | |
|/ / | ||||||
* | | Merge pull request #1253 from mhils/fix-debug | Aldo Cortesi | 2016-06-14 | 2 | -3/+9 | |
|\ \ | ||||||
| * | | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 2 | -3/+9 | |
| |/ | ||||||
* | | Merge pull request #1251 from cortesi/netlibrace | Aldo Cortesi | 2016-06-14 | 6 | -324/+337 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into netlibrace | Aldo Cortesi | 2016-06-14 | 16 | -34/+63 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #1254 from mitmproxy/scriptargs | Aldo Cortesi | 2016-06-14 | 16 | -34/+63 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Don't fail when start() is not defined | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 | |
| * | | update examples, tests, docs | Maximilian Hils | 2016-06-13 | 15 | -32/+39 | |
| * | | fix contextmanager, remove args argument to start() | Maximilian Hils | 2016-06-13 | 1 | -3/+15 | |
| * | | A tiny wrapper to make script invocations nicer | Aldo Cortesi | 2016-06-14 | 1 | -1/+11 | |
|/ / | ||||||
| * | Fix Python3 tests | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 | |
| * | Merge branch 'netlibrace' of github.com:cortesi/mitmproxy into netlibrace | Aldo Cortesi | 2016-06-14 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Use handlers in http2 test suite | Aldo Cortesi | 2016-06-14 | 1 | -100/+100 |