aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * change ci notificationsThomas Kriechbaumer2016-02-081-2/+2
| | |
| | * Merge branch 'master' of https://github.com/mitmproxy/pathodMaximilian Hils2016-02-081-1/+1
| | |\
| | | * Merge pull request #37 from mitmproxy/requires-io-masterMaximilian Hils2016-02-071-1/+1
| | | |\ | | | | | | | | | | [requires.io] dependency update on master branch
| | | | * [requires.io] dependency updaterequires.io2016-02-071-1/+1
| | | |/
| | * | bump versionMaximilian Hils2016-02-081-1/+1
| | | |
| | * | fix http version stringMaximilian Hils2016-02-081-1/+1
| | |/
| | * minor fixesMaximilian Hils2016-02-061-1/+1
| | |
| | * Merge branch 'master' of https://github.com/mitmproxy/pathodMaximilian Hils2016-02-052-2/+2
| | |\
| | | * Merge pull request #36 from felixonmars/fix/typoMaximilian Hils2016-01-142-2/+2
| | | |\ | | | | | | | | | | Fix a typo: aways -> always
| | | | * Fix a typo: aways -> alwaysFelix Yan2016-01-142-2/+2
| | | |/
| | * / update dependenciesMaximilian Hils2016-02-051-9/+7
| | |/
| | * fix testsMaximilian Hils2015-12-031-15/+6
| | |
| | * bump versionMaximilian Hils2015-12-032-3/+3
| | |
| | * use version specifiers compatible with old setuptools releasesMaximilian Hils2015-12-031-3/+3
| | |
| | * update spec filesMaximilian Hils2015-12-032-38/+14
| | |
| | * be more conservative about dependency versionsMaximilian Hils2015-11-131-3/+3
| | |
| | * Bump version for next release cycleAldo Cortesi2015-11-071-1/+1
| | |
| | * Bump version, add CONTRIBUTORSAldo Cortesi2015-11-062-1/+5
| | |
| | * Adjust pyinstaller spec pathsAldo Cortesi2015-11-062-2/+2
| | |
| | * fix coverage collectionMaximilian Hils2015-09-281-1/+1
| | |
| | * adjust to netlib changesMaximilian Hils2015-09-266-29/+27
| | |
| | * adjust to netlib request model changesMaximilian Hils2015-09-262-1/+2
| | |
| | * fix tests, use pytestMaximilian Hils2015-09-2113-101/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-1/+9
| | |
| | * code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-175-26/+26
| | |
| | * minor fixesMaximilian Hils2015-09-171-3/+5
| | |
| | * use new netlib exceptionsMaximilian Hils2015-09-177-24/+27
| | |
| | * Merge pull request #34 from mitmproxy/netlib-http1-refactorMaximilian Hils2015-09-169-46/+51
| | |\ | | | | | | | | Adjust to netlib changes
| | | * minor fixesMaximilian Hils2015-09-165-13/+8
| | | |
| | | * adjust to netlib changesMaximilian Hils2015-09-1610-47/+57
| | |/
| | * adjust to new netlib headersMaximilian Hils2015-09-054-11/+9
| | |
| | * update .envMaximilian Hils2015-09-011-3/+4
| | |
| | * update .travis.ymlMaximilian Hils2015-08-291-12/+11
| | |
| | * better sslversion handlingMaximilian Hils2015-08-295-14/+19
| | |
| | * fix alpnMaximilian Hils2015-08-282-2/+4
| | |
| | * First pass PyInstaller specs for OSX binariesAldo Cortesi2015-08-162-0/+68
| | |
| | * Merge pull request #32 from Kriechi/http2-wipAldo Cortesi2015-08-015-13/+32
| | |\ | | | | | | | | [WIP] Protocol Refactoring for HTTP/2
| | | * use netlib http semanticsThomas Kriechbaumer2015-07-305-13/+32
| | |/
| | * supress output during testsThomas Kriechbaumer2015-07-241-1/+4
| | |
| | * Merge pull request #31 from Kriechi/protocol-refactorMaximilian Hils2015-07-2418-288/+244
| | |\ | | | | | | | | HTTP protocol refactoring
| | | * 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-222-2/+0
| | | |
| | | * remove code duplicationThomas Kriechbaumer2015-07-222-62/+20
| | | |
| | | * rename content -> bodyThomas Kriechbaumer2015-07-2210-29/+33
| | | |
| | | * use new HTTP/1 protocolThomas Kriechbaumer2015-07-225-19/+21
| | | |
| | | * 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-2212-33/+41
| | | |