Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix multidict unittests | redfast00 | 2016-06-05 | 1 | -2/+2 |
* | Now keeps header capitalization | redfast00 | 2016-06-05 | 1 | -1/+1 |
* | Merge pull request #1213 from felixonmars/patch-1 | Thomas Kriechbaumer | 2016-06-05 | 1 | -1/+1 |
|\ | |||||
| * | Allow cryptography 1.4 | Felix Yan | 2016-06-05 | 1 | -1/+1 |
* | | Merge pull request #1206 from Kriechi/improve-http2 | Thomas Kriechbaumer | 2016-06-05 | 1 | -15/+43 |
|\ \ | |/ |/| | |||||
| * | http2: remove custom PUSH_PROMISE header | Thomas Kriechbaumer | 2016-06-04 | 1 | -1/+0 |
| * | http2: improve GoAway handling | Thomas Kriechbaumer | 2016-06-04 | 1 | -3/+15 |
| * | http2: respect MAX_CONCURRENT_STREAMS by hold-off | Thomas Kriechbaumer | 2016-06-04 | 1 | -11/+28 |
* | | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 4 | -6/+7 |
* | | Merge pull request #1209 from dufferzafar/pathod-lang-base | Thomas Kriechbaumer | 2016-06-04 | 4 | -8/+8 |
|\ \ | |||||
| * | | Add test_language_base to tox.ini | Shadab Zafar | 2016-06-04 | 1 | -1/+1 |
| * | | Enable Travis for test/pathod/test_language_base | Shadab Zafar | 2016-06-04 | 1 | -2/+2 |
| * | | Py3: Return path unescaped | Shadab Zafar | 2016-06-04 | 1 | -1/+1 |
| * | | Py3: Write bytes to file | Shadab Zafar | 2016-06-04 | 1 | -3/+3 |
| * | | Fix function name typo | Shadab Zafar | 2016-06-04 | 1 | -1/+1 |
|/ / | |||||
* | | Use encode to detect if string is valid ASCII | Shadab Zafar | 2016-06-04 | 1 | -2/+2 |
* | | travis++ | Thomas Kriechbaumer | 2016-06-04 | 1 | -2/+2 |
* | | travis++ | Thomas Kriechbaumer | 2016-06-04 | 1 | -3/+3 |
* | | add missing pathod files to travis | Thomas Kriechbaumer | 2016-06-04 | 1 | -1/+1 |
* | | Merge pull request #1208 from dufferzafar/pathod-lang-writer | Thomas Kriechbaumer | 2016-06-04 | 2 | -33/+33 |
|\ \ | |||||
| * | | Py3: Convert all data to bytes in pathod.language.writer test | Shadab Zafar | 2016-06-04 | 1 | -28/+28 |
| * | | Py3: Use global next() instead of iterator method | Shadab Zafar | 2016-06-04 | 1 | -3/+3 |
| * | | Fix Docstring: "inject" can be an action too | Shadab Zafar | 2016-06-04 | 1 | -2/+2 |
|/ / | |||||
* / | improve travis | Thomas Kriechbaumer | 2016-06-04 | 1 | -2/+3 |
|/ | |||||
* | web interleave old store and redux flow state | Maximilian Hils | 2016-06-04 | 4 | -10/+37 |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-06-04 | 10 | -1105/+1191 |
|\ | |||||
| * | Basic ConsoleMaster tests, based on mastertester | Aldo Cortesi | 2016-06-04 | 2 | -6/+21 |
| * | console/__init__.py -> console/master.py | Aldo Cortesi | 2016-06-04 | 4 | -808/+812 |
| * | Very basic test truss for web.app | Aldo Cortesi | 2016-06-04 | 1 | -0/+22 |
| * | Rebase on master | Aldo Cortesi | 2016-06-04 | 7 | -295/+343 |
* | | web: implement update and remove for list and view | Maximilian Hils | 2016-06-04 | 5 | -36/+184 |
|/ | |||||
* | web: add flows to redux state | Maximilian Hils | 2016-06-03 | 6 | -38/+132 |
* | web: add redux list views | Maximilian Hils | 2016-06-03 | 4 | -83/+191 |
* | web: remove old event log store | Maximilian Hils | 2016-06-03 | 5 | -45/+7 |
* | web: implement redux store fetching | Maximilian Hils | 2016-06-03 | 9 | -73/+360 |
* | fix style | Thomas Kriechbaumer | 2016-06-03 | 1 | -0/+2 |
* | Merge branch 'redux-ducks' | Maximilian Hils | 2016-06-02 | 18 | -2533/+3953 |
|\ | |||||
| * | web: fix eventlog height registration | Maximilian Hils | 2016-06-02 | 2 | -22/+35 |
| * | web: reduxify event log store | Maximilian Hils | 2016-06-02 | 11 | -205/+462 |
| * | web: reduxify WebSocket | Maximilian Hils | 2016-06-02 | 7 | -71/+212 |
| * | remove reducers directory | Maximilian Hils | 2016-06-02 | 1 | -8/+0 |
| * | web: :hatching_chick: | Maximilian Hils | 2016-06-02 | 14 | -465/+344 |
| * | use object spread operator | Maximilian Hils | 2016-06-02 | 3 | -4/+7 |
| * | add basic redux architecture, convert eventlog to redux | Maximilian Hils | 2016-06-02 | 9 | -812/+2258 |
| * | add redux as dependency | Maximilian Hils | 2016-06-01 | 1 | -0/+2 |
* | | Merge pull request #1190 from mitmproxy/file_menu_save_open | Maximilian Hils | 2016-06-02 | 7 | -1542/+2069 |
|\ \ | |||||
| * | | final review done, nothing to change -> ready to merge | Clemens | 2016-06-02 | 2 | -1516/+1933 |
| * | | fix dumpfile upload | Maximilian Hils | 2016-06-02 | 3 | -19/+74 |
| * | | web: add fetchApi convenience method | Maximilian Hils | 2016-06-02 | 4 | -12/+18 |
| * | | change some pr issuses | Clemens | 2016-06-02 | 5 | -21/+26 |