Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Py3: Fix tests by using byte literals | Shadab Zafar | 2016-06-06 | 1 | -6/+6 |
* | Py3: Use global next() instead of iterator method | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
* | fix travis tests on master | Maximilian Hils | 2016-06-06 | 1 | -2/+2 |
* | fix pathod test on Windows | Maximilian Hils | 2016-06-06 | 1 | -1/+2 |
* | Fix sequencing in Pathoc websocket termination test | Aldo Cortesi | 2016-06-06 | 2 | -3/+5 |
* | Close when Pathoc.connect raises an exception | Aldo Cortesi | 2016-06-06 | 1 | -35/+41 |
* | Make more of the pathod test suite use synchronisation | Aldo Cortesi | 2016-06-06 | 1 | -39/+11 |
* | Fix lint | Aldo Cortesi | 2016-06-06 | 1 | -1/+1 |
* | web: fix list update propagation | Maximilian Hils | 2016-06-05 | 3 | -30/+14 |
* | Merge branch 'such-redux' | Maximilian Hils | 2016-06-05 | 6 | -1318/+1409 |
|\ | |||||
| * | web: modernize flow table columns | Maximilian Hils | 2016-06-05 | 4 | -1312/+1404 |
| * | web: update react | Maximilian Hils | 2016-06-05 | 1 | -3/+2 |
| * | web: fix list reducer | Maximilian Hils | 2016-06-05 | 1 | -3/+3 |
* | | Merge pull request #1212 from mitmproxy/such-redux | Aldo Cortesi | 2016-06-06 | 10 | -703/+434 |
|\| | |||||
| * | web: completely move flow state to redux | Maximilian Hils | 2016-06-04 | 10 | -703/+434 |
* | | Merge pull request #1215 from redfast00/master | Aldo Cortesi | 2016-06-06 | 2 | -3/+3 |
|\ \ | |||||
| * | | fix multidict unittests | redfast00 | 2016-06-05 | 1 | -2/+2 |
| * | | Now keeps header capitalization | redfast00 | 2016-06-05 | 1 | -1/+1 |
* | | | Merge pull request #1211 from cortesi/pathod | Aldo Cortesi | 2016-06-06 | 17 | -654/+76 |
|\ \ \ | |||||
| * | | | Ditch pathod static assets | Aldo Cortesi | 2016-06-05 | 9 | -215/+0 |
| * | | | Remove last vestiges of noapi and noweb from pathod | Aldo Cortesi | 2016-06-05 | 5 | -41/+14 |
| * | | | First-order removal of pathod API and app | Aldo Cortesi | 2016-06-05 | 6 | -398/+62 |
* | | | | Use BytesIO instead of StringIO | Shadab Zafar | 2016-06-06 | 1 | -2/+2 |
* | | | | Py3: Use functools.total_ordering for better rich comparison | Shadab Zafar | 2016-06-06 | 1 | -0/+2 |
* | | | | Py3: Use rich comparison methods (__eq__, __lt__) instead of __cmp__ | Shadab Zafar | 2016-06-06 | 1 | -2/+5 |
* | | | | Py3: Use byte literals for comparison | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
* | | | | Py3: Use global next() function instead of iterator method | Shadab Zafar | 2016-06-06 | 1 | -7/+7 |
| |/ / |/| | | |||||
* | | | 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 |