Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes | Maximilian Hils | 2016-06-06 | 3 | -6/+6 |
| | |||||
* | docs: adjust theme override inclusion | Aldo Cortesi | 2016-06-07 | 1 | -5/+2 |
| | | | | https://github.com/rtfd/readthedocs.org/issues/2116 | ||||
* | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-06-07 | 23 | -1539/+1600 |
|\ | |||||
| * | fix all pathod tests on Windows :tada: | Maximilian Hils | 2016-06-06 | 1 | -14/+14 |
| | | |||||
| * | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2016-06-06 | 1 | -8/+4 |
| |\ | |||||
| | * | web: accept all falsey sortFns in sortedIndexOf | Maximilian Hils | 2016-06-06 | 1 | -8/+4 |
| | | | |||||
| * | | Merge branch 'pathod-lang-http' | Maximilian Hils | 2016-06-06 | 9 | -108/+115 |
| |\ \ | | |/ | |/| | |||||
| | * | fix NestedMessage encoding | Maximilian Hils | 2016-06-06 | 2 | -2/+2 |
| | | | |||||
| | * | fix .freeze(), improve tests | Maximilian Hils | 2016-06-06 | 3 | -6/+11 |
| | | | |||||
| | * | update pyparsing | Maximilian Hils | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Py3: encode() status code responses | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Py3: Exception doesn't have to be bytes | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Py3: Fix status_code and other tests by using byte literals | Shadab Zafar | 2016-06-06 | 1 | -7/+7 |
| | | | |||||
| | * | Py3: Fix corresponding base.Integer test in test_language_base | Shadab Zafar | 2016-06-06 | 2 | -2/+2 |
| | | | |||||
| | * | Py3: Store base.Integer value as bytes | Shadab Zafar | 2016-06-06 | 1 | -2/+2 |
| | | | |||||
| | * | Py3: Fix useragent tests | Shadab Zafar | 2016-06-06 | 1 | -4/+4 |
| | | | |||||
| | * | Py3: UASTRINGS should be indexed by and return bytes | Shadab Zafar | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
| | * | Py3: decode() input before creating new Header token | Shadab Zafar | 2016-06-06 | 1 | -4/+4 |
| | | | |||||
| | * | Py3: Fix websocket tests | Shadab Zafar | 2016-06-06 | 1 | -10/+10 |
| | | | |||||
| | * | Py3: Use BytesIO in tutils.render | Shadab Zafar | 2016-06-06 | 1 | -1/+2 |
| | | | |||||
| | * | Py3: Use bytes_to_escaped_str for escaping message | Shadab Zafar | 2016-06-06 | 1 | -3/+4 |
| | | | |||||
| | * | Py3: More byte literals | Shadab Zafar | 2016-06-06 | 1 | -6/+6 |
| | | | |||||
| | * | Enable Travis for test/pathod/test_language_http | Shadab Zafar | 2016-06-06 | 2 | -3/+3 |
| | | | |||||
| | * | Py3: Use byte string literals | Shadab Zafar | 2016-06-06 | 2 | -24/+24 |
| | | | |||||
| | * | Py3: Use BytesIO instead of StringIO for tests | Shadab Zafar | 2016-06-06 | 1 | -8/+8 |
| | | | |||||
| | * | Py3: Use global next() instead of iterator method | Shadab Zafar | 2016-06-06 | 1 | -23/+23 |
| | | | |||||
| | * | Py3: Return bytes from _Component class | Shadab Zafar | 2016-06-06 | 1 | -3/+3 |
| | | | |||||
| * | | netlib: always disconnect when using context manager | Maximilian Hils | 2016-06-06 | 1 | -2/+4 |
| |/ | |||||
| * | 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 |
| | | | |||||
* | | | Migrate pathod docs to Sphinx | Aldo Cortesi | 2016-06-07 | 30 | -1564/+643 |
|/ / | | | | | | | | | | | All the content of the pathod docs are moved into Sphinx. The interactive format has not translated well to static docs, and there's still a lot of rewriting, format fixing, structuring, etc to be done. | ||||
* | | Merge pull request #1212 from mitmproxy/such-redux | Aldo Cortesi | 2016-06-06 | 10 | -703/+434 |
|\| | | | | | web: completely move flow state to redux | ||||
| * | 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 |
|\ \ | | | | | | | Now keeps header capitalization | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | WIP: Radical webectomy of pathod | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | Also hide HTTP2 freeze bug by making explain configurable in the tests |