aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
Commit message (Collapse)AuthorAgeFilesLines
* more style cleanupThomas Kriechbaumer2016-05-294-3/+19
|
* pathod: fix most flake8 offensesThomas Kriechbaumer2016-05-286-13/+11
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-284-6/+4
|
* remove str()Shadab Zafar2016-05-261-1/+1
|
* Remove inner_repr, fixup escape_unprintablesShadab Zafar2016-05-261-18/+4
|
* Use escaped_str functions for TokValueLiteralShadab Zafar2016-05-261-6/+7
|
* Remove Py3 specific checkShadab Zafar2016-05-261-2/+1
|
* Use BytesIO in pathod appShadab Zafar2016-05-261-2/+2
|
* Py3: Handle bytes case in inner_reprShadab Zafar2016-05-261-1/+2
|
* Removed wrong importShadab Zafar2016-05-261-0/+1
|
* Py3: inner_repr and escape_unprintablesShadab Zafar2016-05-261-2/+7
|
* Py3: Import and Other misc. stuffShadab Zafar2016-05-265-13/+13
|
* We don't need 3 slightly different implementations of DataAldo Cortesi2016-05-211-21/+2
|
* fix encoding error on *too* random bytesThomas Kriechbaumer2016-05-151-1/+5
| | | | | | | | | | | | | | | This should fix things like: def __init__(self, val): self.val = val.decode("string_escape") ValueError: Trailing \ in string pathod/language/base.py:108: ValueError test/pathod/test_language_websocket.py:83: in fr return netlib.websockets.Frame.from_bytes(tutils.render(wf, settings)) test/pathod/tutils.py:123: in render r = r.resolve(settings) pathod/language/websockets.py:179: in resolve Key(base.TokValueLiteral(os.urandom(4)))
* fix version.NAMEMaximilian Hils2016-05-111-1/+4
|
* py3++Maximilian Hils2016-04-133-14/+16
|
* response.msg -> response.reasonMaximilian Hils2016-04-021-1/+1
|
* s/nocover/no cover/gThomas Kriechbaumer2016-03-275-6/+6
| | | according to coveralls docs
* py3++Maximilian Hils2016-03-202-7/+7
|
* py3++: cStringIOMaximilian Hils2016-03-202-4/+4
|
* fix for sslinfo cert chain printing bug - now all certs get printedikoz2016-03-151-2/+3
|
* combine projectsMaximilian Hils2016-02-1859-165/+18
|
* move pathod/.sources to rootMaximilian Hils2016-02-183-384/+0
|
* Pull bin to the top, move pathod examples to examples dirAldo Cortesi2016-02-186-112/+0
|
* add combined MANIFEST.in and CHANGELOGMaximilian Hils2016-02-172-85/+0
|
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-1618-38/+30
|
* rename pathod source directoryThomas Kriechbaumer2016-02-1659-0/+0
|
* fix wheel creation, re-add MANIFEST.inMaximilian Hils2016-02-162-2/+3
|
* remove MANIFEST.in, move Dockerfile to rootMaximilian Hils2016-02-161-6/+0
|
* fix release tool, refs #947Maximilian Hils2016-02-161-1/+1
|
* use own shields instance, update pathod readmeMaximilian Hils2016-02-154-88/+61
|
* fix ALPN checksMaximilian Hils2016-02-151-1/+1
|
* fix appveyor, re-introduce requirements.txtMaximilian Hils2016-02-151-1/+4
|
* adjust travisMaximilian Hils2016-02-151-10/+0
|
* move tests into shared folderMaximilian Hils2016-02-1526-2601/+0
|
* merge metadata filesMaximilian Hils2016-02-1511-198/+1
|
* add pathodMaximilian Hils2016-02-15109-0/+9484
|
* refactor cmdline testsThomas Kriechbaumer2015-06-151-1/+2
|
* Refactor and whitespaceAldo Cortesi2014-10-241-2/+2
|
* Fix tests, re-add scriptsAldo Cortesi2014-10-241-0/+5
|
* use setuptools entrypoints rather than scriptsMaximilian Hils2014-08-311-234/+0
|
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-10/+18
|
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-1/+6
|
* Big improvements to SSL handlingAldo Cortesi2014-03-021-16/+18
| | | | | | | | - pathod now dynamically generates SSL certs, using the ~/.mitmproxy cacert - pathoc returns data on SSL peer certificates - Pathod certificate CN can be specified on command line - Support SSLv23
* Expand SSL supportAldo Cortesi2014-02-271-3/+13
| | | | | | - Cipher suite selection for both pathoc and pathod - SSL version specification for pathod - Expose SSLv23 as an option, and use it by default
* fix pathod main scriptMaximilian Hils2014-02-081-1/+1
|
* ensure binary read on windowsMaximilian Hils2013-08-191-3/+3
|
* Download path, version flags for both tools.Aldo Cortesi2013-05-151-0/+1
|
* Collect SSL options into an SSLOptions objectAldo Cortesi2013-01-051-11/+9
| | | | | Also split SSL cert specifications from SSL service mode - we can now enter SSL service mode through a proxy CONNECT request as well.
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-051-10/+20
|