aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * refactor protocol-related pathod methodsThomas Kriechbaumer2015-07-225-175/+195
| | | |
| | | * use websockets protocolThomas Kriechbaumer2015-07-222-3/+3
| | | |
| | | * use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-222-28/+6
| | |/
| | * bump versionMaximilian Hils2015-07-221-1/+3
| | |
| | * pathoc: add socks connectMaximilian Hils2015-07-033-2/+66
| | |
| | * Give some structure to the logging moduleAldo Cortesi2015-06-285-47/+66
| | |
| | * Properly handle pause foreverAldo Cortesi2015-06-271-1/+6
| | | | | | | | | | | | Fixes #21
| | * Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2015-06-2732-854/+1006
| | |\
| | | * synchronize metadata files across projectsMaximilian Hils2015-06-262-1/+12
| | | |
| | | * apply js-beautify changes selectivlyThomas Kriechbaumer2015-06-2613-168/+188
| | | |
| | | * Add a .jsbeautifyrc to prevent warAldo Cortesi2015-06-261-0/+22
| | | |
| | | * http2: implement embedded responseThomas Kriechbaumer2015-06-262-37/+56
| | | |
| | | * http2: fix framedump argument usageThomas Kriechbaumer2015-06-261-1/+1
| | | |
| | | * prettify html docsThomas Kriechbaumer2015-06-2623-683/+668
| | | |
| | | * http2: update docsThomas Kriechbaumer2015-06-262-93/+90
| | | |
| | | * http2: implement more language featuresThomas Kriechbaumer2015-06-253-53/+151
| | | |
| | * | Preserve traceback for errors in log wrapperAldo Cortesi2015-06-272-5/+14
| | |/
| | * remove unused importsThomas Kriechbaumer2015-06-252-2/+1
| | |
| | * Output warning info to log fp using logging methodsAldo Cortesi2015-06-253-3/+8
| | |
| | * Merge pull request #29 from Kriechi/ssl-version-handlingAldo Cortesi2015-06-235-26/+27
| | |\ | | | | | | | | unify SSL version/method handling
| | | * unify SSL version/method handlingThomas Kriechbaumer2015-06-225-26/+27
| | | |
| | * | Travis to SlackAldo Cortesi2015-06-231-0/+5
| | |/
| | * fix pep8 whitespaceThomas Kriechbaumer2015-06-1824-171/+229
| | |
| | * Update README.mkdMaximilian Hils2015-06-181-1/+0
| | |
| | * fix prospector code smellsThomas Kriechbaumer2015-06-1810-31/+34
| | |
| | * Merge pull request #28 from Kriechi/fix-mitmproxy-errorMaximilian Hils2015-06-181-1/+0
| | |\ | | | | | | | | fix failing mitmproxy tests
| | | * fix failing mitmproxy testsThomas Kriechbaumer2015-06-181-1/+0
| | |/
| | * fix prospector code smellsThomas Kriechbaumer2015-06-1813-98/+93
| | |
| | * exclude tests on old OpenSSL without ALPNThomas Kriechbaumer2015-06-182-44/+49
| | |
| | * add landscape.io badgeThomas Kriechbaumer2015-06-181-1/+2
| | |
| | * remove old coding style scriptThomas Kriechbaumer2015-06-181-20/+0
| | |
| | * add landscape/prospector configThomas Kriechbaumer2015-06-181-0/+13
| | |
| | * Merge pull request #27 from Kriechi/http2-wipAldo Cortesi2015-06-1819-721/+1157
| | |\ | | | | | | | | HTTP/2: add initial support
| | | * http2: implement Headers for request & responseThomas Kriechbaumer2015-06-166-23/+141
| | | | | | | | | | | | | | | | | | | | | | | | improve test coverage fix super ctor call fix legacy httpversion simpliy SSLInfo without ALPN
| | | * http2: implement error responseThomas Kriechbaumer2015-06-162-14/+11
| | | |
| | | * http2: add request-response to pathodThomas Kriechbaumer2015-06-1510-109/+296
| | | |
| | | * delay pathod parsing until neededThomas Kriechbaumer2015-06-154-28/+3
| | | | | | | | | | | | This allows us to use different languages based on runtime env.
| | | * fix craft anchorThomas Kriechbaumer2015-06-152-15/+9
| | | | | | | | | | | | The go-button in the app was broken due to an invalid string representation of the regex. A plain string used as URL prefix simplifies this drastically.
| | | * http2: add pathoc and language testsThomas Kriechbaumer2015-06-153-9/+136
| | | |
| | | * http2: using http2 implies SSLThomas Kriechbaumer2015-06-152-0/+5
| | | |
| | | * refactor cmdline testsThomas Kriechbaumer2015-06-157-263/+287
| | | |
| | | * http2: add warning for missing ALPN supportThomas Kriechbaumer2015-06-151-1/+5
| | | |
| | | * pathod: add ALPN supportThomas Kriechbaumer2015-06-151-7/+12
| | | |
| | * | update classifiersMaximilian Hils2015-06-161-0/+3
| | | |
| | * | Update README.mkdMaximilian Hils2015-06-161-1/+6
| | |/
| | * fix pep8 configThomas Kriechbaumer2015-06-151-1/+0
| | |
| | * disable coding style checker on TravisThomas Kriechbaumer2015-06-081-1/+0
| | |
| | * import travis config from netlibThomas Kriechbaumer2015-06-081-6/+55
| | | | | | | | | this enables ALPN support with OpenSSL 1.0.2
| | * Merge pull request #25 from Kriechi/pathoc-http2Aldo Cortesi2015-06-085-34/+226
| | |\ | | | | | | | | [WIP] pathoc: HTTP/2
| | | * http2: add request-response handlingThomas Kriechbaumer2015-06-084-32/+179
| | | |