aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Collapse)AuthorAgeFilesLines
* bump versionMaximilian Hils2016-02-081-1/+1
|
* bump versionMaximilian Hils2015-12-031-1/+1
|
* Bump version for next release cycleAldo Cortesi2015-11-071-1/+1
|
* Bump version, add CONTRIBUTORSAldo Cortesi2015-11-061-1/+1
|
* adjust to netlib changesMaximilian Hils2015-09-262-6/+6
|
* adjust to netlib request model changesMaximilian Hils2015-09-261-1/+1
|
* fix tests, use pytestMaximilian Hils2015-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | We currently test with unparallelized builds, because there are apparently some race conditions in the test suite, which I can't trigger locally but happen on travis. Squashed commit of the following: commit 7dceb6dd3a1bdbc39688258bc4dff6eee685a33b Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 23:00:24 2015 +0200 disable parallelized tests commit fc0c3f12ee9259162e83026851362925d93b69f2 Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 22:49:19 2015 +0200 fix tests commit baba3ca5ef49bdbd7aad14f1bf0626738fa3d21c Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 22:28:20 2015 +0200 fix tests, use py.test
* adjust to netlib changesMaximilian Hils2015-09-211-1/+1
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-173-21/+21
|
* minor fixesMaximilian Hils2015-09-171-3/+5
|
* use new netlib exceptionsMaximilian Hils2015-09-174-19/+21
|
* minor fixesMaximilian Hils2015-09-164-12/+7
|
* adjust to netlib changesMaximilian Hils2015-09-166-36/+41
|
* adjust to new netlib headersMaximilian Hils2015-09-054-11/+9
|
* better sslversion handlingMaximilian Hils2015-08-295-14/+19
|
* fix alpnMaximilian Hils2015-08-281-1/+3
|
* use netlib http semanticsThomas Kriechbaumer2015-07-303-11/+30
|
* fix duplicated header readingThomas Kriechbaumer2015-07-241-1/+1
|
* fix bugsThomas Kriechbaumer2015-07-222-5/+5
|
* http2: remove odict workaroundThomas Kriechbaumer2015-07-221-1/+1
|
* remove debug printsThomas Kriechbaumer2015-07-221-1/+0
|
* remove code duplicationThomas Kriechbaumer2015-07-222-62/+20
|
* rename content -> bodyThomas Kriechbaumer2015-07-223-4/+4
|
* use new HTTP/1 protocolThomas Kriechbaumer2015-07-224-16/+19
|
* inline log methodThomas Kriechbaumer2015-07-221-6/+3
|
* use common interface for HTTP/1 and HTTP/2Thomas Kriechbaumer2015-07-221-12/+3
|
* use new netlib module namesThomas Kriechbaumer2015-07-229-27/+31
|
* 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-221-26/+4
|
* bump versionMaximilian Hils2015-07-221-1/+3
|
* pathoc: add socks connectMaximilian Hils2015-07-031-1/+34
|
* Give some structure to the logging moduleAldo Cortesi2015-06-283-46/+63
|
* Properly handle pause foreverAldo Cortesi2015-06-271-1/+6
| | | | Fixes #21
* Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2015-06-2727-847/+916
|\
| * apply js-beautify changes selectivlyThomas Kriechbaumer2015-06-2612-167/+187
| |
| * http2: implement embedded responseThomas Kriechbaumer2015-06-261-37/+48
| |
| * http2: fix framedump argument usageThomas Kriechbaumer2015-06-261-1/+1
| |
| * prettify html docsThomas Kriechbaumer2015-06-2622-682/+667
| |
| * http2: update docsThomas Kriechbaumer2015-06-262-93/+90
| |
| * http2: implement more language featuresThomas Kriechbaumer2015-06-252-48/+104
| |
* | 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-252-3/+6
|
* unify SSL version/method handlingThomas Kriechbaumer2015-06-225-26/+27
|
* fix pep8 whitespaceThomas Kriechbaumer2015-06-1812-108/+140
|
* fix prospector code smellsThomas Kriechbaumer2015-06-189-31/+31
|
* fix failing mitmproxy testsThomas Kriechbaumer2015-06-181-1/+0
|
* fix prospector code smellsThomas Kriechbaumer2015-06-1812-90/+93
|
* http2: implement Headers for request & responseThomas Kriechbaumer2015-06-163-15/+18
| | | | | | improve test coverage fix super ctor call fix legacy httpversion simpliy SSLInfo without ALPN