aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
Commit message (Collapse)AuthorAgeFilesLines
* remove treq from pathocThomas Kriechbaumer2017-02-121-11/+30
| | | | Using a function intended only for tests in active live code is ugly. However, this whole portion of pathoc could benefit from some further improvements.
* fix flaky coverageMaximilian Hils2017-02-101-2/+2
|
* increase test coverageThomas Kriechbaumer2017-02-021-1/+0
|
* minor encoding fixesMaximilian Hils2017-01-072-10/+10
| | | | | | - native() -> always_str() The old function name does not make sense on Python 3 only. - Inline utility functions in message.py.
* rewrite absolute-form HTTP requests to relative form, fix #1759 (#1765)Maximilian Hils2016-11-201-0/+2
|
* Remove deprecated interfacesAldo Cortesi2016-11-041-4/+4
|
* Allow forever wait at end of message #1541Naveen Pai2016-11-041-1/+3
|
* tests: pathod/tutils.py -> pathod/tservers.pyAldo Cortesi2016-11-021-1/+1
| | | | And remove all aliases for mitmproxy.test.tutils
* various encoding fixes, fix #1650Maximilian Hils2016-10-221-1/+1
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-2010-39/+39
|
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-1/+1
| | | | There's a LOT more to be done refactoring our different conflicting test utils.
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-205-9/+9
|
* netlib.certutils -> mitmproxy.certsAldo Cortesi2016-10-202-14/+20
|
* netlib.utils.BiDi -> mitmproxy.types.bidi.BiDiAldo Cortesi2016-10-201-2/+2
|
* mitmproxy.types.[basethread,multidict,serializable]Aldo Cortesi2016-10-202-2/+2
|
* netlib.strutils -> mitmproxy.utils.strutilsAldo Cortesi2016-10-205-5/+5
|
* netlib.human -> mitmproxy.utils.humanAldo Cortesi2016-10-203-3/+4
|
* Create mitmproxy.utils hierarchyAldo Cortesi2016-10-201-2/+3
| | | | - Add mitproxy.utils.lrucache, mitproxy.utils.data
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-204-4/+4
|
* pathoc: handle error when selecting on read fileAldo Cortesi2016-10-191-1/+4
|
* pathoc: Guess the Host header from the path if possibleAldo Cortesi2016-10-191-3/+14
|
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-173-3/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-175-5/+0
|
* python3: clean up class bracketsAldo Cortesi2016-10-1711-16/+16
|
* Zap object base classAldo Cortesi2016-10-1711-16/+16
|
* pathod: remove sixAldo Cortesi2016-10-177-19/+11
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-172-3/+2
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* http2: frames don't have a human_readable methodAldo Cortesi2016-10-041-4/+4
|
* websockets_handshake -> websocket_handshakeAldo Cortesi2016-10-041-3/+3
| | | | The plural feels awkward.
* fix #1221 (#1578)Maximilian Hils2016-09-242-9/+19
|
* minor cleanupsMaximilian Hils2016-09-242-4/+4
|
* fix pathod http2 response creationMaximilian Hils2016-09-212-3/+3
|
* http2: improve framereaderThomas Kriechbaumer2016-09-031-1/+1
|
* add websockets support to mitmproxyThomas Kriechbaumer2016-09-014-8/+9
|
* add escape_single_quotes=False arg to bytes_to_escaped_strMaximilian Hils2016-07-292-5/+5
|
* sni is now str, not bytesMaximilian Hils2016-07-061-1/+4
|
* fix pathod log encodingMaximilian Hils2016-07-061-3/+9
|
* remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-2/+3
|
* py3: fix bytes vs. strThomas Kriechbaumer2016-07-031-5/+5
|
* h2: move header parsing to netlibShadab Zafar2016-07-031-39/+7
|
* minor fixesMaximilian Hils2016-07-012-2/+2
|
* py3++: test/mitmproxy/test_serverShadab Zafar2016-07-011-1/+1
|
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-172-9/+442
|
* pathoc: use idna encoding for hostnamesMaximilian Hils2016-06-161-1/+1
|
* Py3: Send bytes to get_certShadab Zafar2016-06-161-1/+1
|
* Py3: pathoc should send bytes over wireShadab Zafar2016-06-162-5/+5
|
* Unexpected spaces around =Shadab Zafar2016-06-151-1/+1
|
* Py3: Split on byte newlines in pathod.logShadab Zafar2016-06-151-1/+1
|
* Py3: Find Content-Length header by bytesShadab Zafar2016-06-151-1/+1
|
* Py3: pathocShadab Zafar2016-06-151-10/+17
|