Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix encoding error on *too* random bytes | Thomas Kriechbaumer | 2016-05-15 | 1 | -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.NAME | Maximilian Hils | 2016-05-11 | 1 | -1/+4 |
| | |||||
* | py3++ | Maximilian Hils | 2016-04-13 | 3 | -14/+16 |
| | |||||
* | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | s/nocover/no cover/g | Thomas Kriechbaumer | 2016-03-27 | 5 | -6/+6 |
| | | | according to coveralls docs | ||||
* | py3++ | Maximilian Hils | 2016-03-20 | 2 | -7/+7 |
| | |||||
* | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 2 | -4/+4 |
| | |||||
* | fix for sslinfo cert chain printing bug - now all certs get printed | ikoz | 2016-03-15 | 1 | -2/+3 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 59 | -165/+18 |
| | |||||
* | move pathod/.sources to root | Maximilian Hils | 2016-02-18 | 3 | -384/+0 |
| | |||||
* | Pull bin to the top, move pathod examples to examples dir | Aldo Cortesi | 2016-02-18 | 6 | -112/+0 |
| | |||||
* | add combined MANIFEST.in and CHANGELOG | Maximilian Hils | 2016-02-17 | 2 | -85/+0 |
| | |||||
* | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 18 | -38/+30 |
| | |||||
* | rename pathod source directory | Thomas Kriechbaumer | 2016-02-16 | 59 | -0/+0 |
| | |||||
* | fix wheel creation, re-add MANIFEST.in | Maximilian Hils | 2016-02-16 | 2 | -2/+3 |
| | |||||
* | remove MANIFEST.in, move Dockerfile to root | Maximilian Hils | 2016-02-16 | 1 | -6/+0 |
| | |||||
* | fix release tool, refs #947 | Maximilian Hils | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | use own shields instance, update pathod readme | Maximilian Hils | 2016-02-15 | 4 | -88/+61 |
| | |||||
* | fix ALPN checks | Maximilian Hils | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | fix appveyor, re-introduce requirements.txt | Maximilian Hils | 2016-02-15 | 1 | -1/+4 |
| | |||||
* | adjust travis | Maximilian Hils | 2016-02-15 | 1 | -10/+0 |
| | |||||
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 26 | -2601/+0 |
| | |||||
* | merge metadata files | Maximilian Hils | 2016-02-15 | 11 | -198/+1 |
| | |||||
* | add pathod | Maximilian Hils | 2016-02-15 | 109 | -0/+9484 |
| | |||||
* | refactor cmdline tests | Thomas Kriechbaumer | 2015-06-15 | 1 | -1/+2 |
| | |||||
* | Refactor and whitespace | Aldo Cortesi | 2014-10-24 | 1 | -2/+2 |
| | |||||
* | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 1 | -0/+5 |
| | |||||
* | use setuptools entrypoints rather than scripts | Maximilian Hils | 2014-08-31 | 1 | -234/+0 |
| | |||||
* | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 1 | -10/+18 |
| | |||||
* | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 1 | -1/+6 |
| | |||||
* | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 1 | -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 support | Aldo Cortesi | 2014-02-27 | 1 | -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 script | Maximilian Hils | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | ensure binary read on windows | Maximilian Hils | 2013-08-19 | 1 | -3/+3 |
| | |||||
* | Download path, version flags for both tools. | Aldo Cortesi | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | Collect SSL options into an SSLOptions object | Aldo Cortesi | 2013-01-05 | 1 | -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 Cortesi | 2013-01-05 | 1 | -10/+20 |
| | |||||
* | Require requests > 1.0.4 | Aldo Cortesi | 2012-12-31 | 1 | -1/+1 |
| | | | | This changes the API slightly, since json is now a method, not a property. | ||||
* | Use .freeze to implement the -e explain flags for pathod and pathoc. | Aldo Cortesi | 2012-10-31 | 1 | -2/+13 |
| | | | | | This now prints (in pathoc) or logs (in pathod) a frozen specification that includes an expanded record of all generated values and locations. | ||||
* | rparse.py -> language.py | Aldo Cortesi | 2012-10-05 | 1 | -2/+2 |
| | |||||
* | Add -q and -r flags to pathod, logging request and respnose bytes. | Aldo Cortesi | 2012-10-01 | 1 | -9/+24 |
| | | | | | | | - These flags also mean that a bytes log is included in the internal log buffer. - There's an -x flag to turn on hex dump output in the text logs (does not affect the log buffer). | ||||
* | Add timeout argument to Pathod, and matching -t command-line option. | Aldo Cortesi | 2012-10-01 | 1 | -1/+6 |
| | |||||
* | Use 24-hour clock for log timestamps. | Aldo Cortesi | 2012-08-23 | 1 | -1/+1 |
| | |||||
* | Make sure date stamps are added to all logs. | Aldo Cortesi | 2012-08-23 | 1 | -8/+13 |
| | |||||
* | Add -D to daemonize pathod. | Aldo Cortesi | 2012-08-16 | 1 | -57/+94 |
| | |||||
* | Listen on localhost by default. | Aldo Cortesi | 2012-07-29 | 1 | -2/+2 |
| | |||||
* | Handle file access denied in pathod. | Aldo Cortesi | 2012-07-29 | 1 | -1/+4 |
| | |||||
* | Add an option to specify a log file to pathod. | Aldo Cortesi | 2012-07-27 | 1 | -2/+10 |
| | |||||
* | Add a --nohang flag that turns off pauses in response generation. | Aldo Cortesi | 2012-07-26 | 1 | -1/+6 |
| | |||||
* | Add option to specify craft anchor point. | Aldo Cortesi | 2012-07-24 | 1 | -0/+5 |
| |