Commit Graph

549 Commits

Author SHA1 Message Date
Maximilian Hils
14186d98d6 bump version 2016-02-08 15:10:20 +01:00
Maximilian Hils
12b0a72db8 fix http version string 2016-02-08 15:10:16 +01:00
Maximilian Hils
12d9594e85 minor fixes 2016-02-06 00:26:51 +01:00
Maximilian Hils
1755fd3368 Merge branch 'master' of https://github.com/mitmproxy/pathod 2016-02-05 23:45:00 +01:00
Maximilian Hils
2b88d7db00 update dependencies 2016-02-05 23:42:37 +01:00
Maximilian Hils
17fd8f5a24 Merge pull request #36 from felixonmars/fix/typo
Fix a typo: aways -> always
2016-01-14 15:41:03 +01:00
Felix Yan
d065161c8e Fix a typo: aways -> always 2016-01-14 22:03:26 +08:00
Maximilian Hils
5f159da488 fix tests 2015-12-03 18:45:37 +01:00
Maximilian Hils
77eca7c305 bump version 2015-12-03 18:13:24 +01:00
Maximilian Hils
ed132ba4e5 use version specifiers compatible with old setuptools releases 2015-12-03 17:56:41 +01:00
Maximilian Hils
f772fdeb33 update spec files 2015-12-03 14:32:45 +01:00
Maximilian Hils
b97988baee be more conservative about dependency versions 2015-11-13 20:02:07 +01:00
Aldo Cortesi
6a7899fdbb Bump version for next release cycle 2015-11-07 09:30:59 +13:00
Aldo Cortesi
fc75613fa8 Bump version, add CONTRIBUTORS 2015-11-06 13:51:40 +13:00
Aldo Cortesi
2eb9beebfa Adjust pyinstaller spec paths 2015-11-06 11:44:52 +13:00
Maximilian Hils
0f9a72580a fix coverage collection 2015-09-28 14:16:06 +02:00
Maximilian Hils
fa722e0290 adjust to netlib changes 2015-09-26 17:40:22 +02:00
Maximilian Hils
a163dba582 adjust to netlib request model changes 2015-09-26 00:40:01 +02:00
Maximilian Hils
2f670bac99 fix tests, use pytest
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
2015-09-21 23:03:45 +02:00
Maximilian Hils
2da4aaf1ed adjust to netlib changes 2015-09-21 18:39:37 +02:00
Maximilian Hils
6661ad3143 code -> status_code, httpversion -> http_version 2015-09-17 15:25:28 +02:00
Maximilian Hils
8fa01f41a6 minor fixes 2015-09-17 02:39:07 +02:00
Maximilian Hils
f61109db84 use new netlib exceptions 2015-09-17 02:13:42 +02:00
Maximilian Hils
a7291a7e78 Merge pull request #34 from mitmproxy/netlib-http1-refactor
Adjust to netlib changes
2015-09-16 20:22:19 +02:00
Maximilian Hils
1a6e41c200 minor fixes 2015-09-16 20:12:53 +02:00
Maximilian Hils
9f26d68f47 adjust to netlib changes 2015-09-16 18:44:34 +02:00
Maximilian Hils
b889e9e1a2 adjust to new netlib headers 2015-09-05 18:16:08 +02:00
Maximilian Hils
a10acda80b update .env 2015-09-01 18:58:51 +02:00
Maximilian Hils
c07b9ee301 update .travis.yml 2015-08-29 20:58:08 +02:00
Maximilian Hils
08b630f83a better sslversion handling 2015-08-29 12:30:54 +02:00
Maximilian Hils
dd317aa5d2 fix alpn 2015-08-28 17:35:22 +02:00
Aldo Cortesi
c428578c83 First pass PyInstaller specs for OSX binaries 2015-08-16 21:44:54 +12:00
Aldo Cortesi
7432ad6af7 Merge pull request #32 from Kriechi/http2-wip
[WIP] Protocol Refactoring for HTTP/2
2015-08-01 11:38:12 +12:00
Thomas Kriechbaumer
31dbd2fc75 use netlib http semantics 2015-07-30 19:42:48 +02:00
Thomas Kriechbaumer
d301f55bb7 supress output during tests 2015-07-24 17:58:35 +02:00
Maximilian Hils
f8b4d66687 Merge pull request #31 from Kriechi/protocol-refactor
HTTP protocol refactoring
2015-07-24 17:43:41 +02:00
Thomas Kriechbaumer
96c9c4459f fix duplicated header reading 2015-07-24 17:39:55 +02:00
Thomas Kriechbaumer
dc42e33505 fix bugs 2015-07-22 16:13:21 +02:00
Thomas Kriechbaumer
6101d11d6c http2: remove odict workaround 2015-07-22 15:30:34 +02:00
Thomas Kriechbaumer
3cf6bd5fb6 remove debug prints 2015-07-22 15:30:34 +02:00
Thomas Kriechbaumer
1a9c1a8c2d remove code duplication 2015-07-22 15:30:34 +02:00
Thomas Kriechbaumer
11ac387df2 rename content -> body 2015-07-22 15:30:34 +02:00
Thomas Kriechbaumer
6d5a3da929 use new HTTP/1 protocol 2015-07-22 15:30:34 +02:00
Thomas Kriechbaumer
caaac5cd5a inline log method 2015-07-22 15:30:33 +02:00
Thomas Kriechbaumer
032f8b2985 use common interface for HTTP/1 and HTTP/2 2015-07-22 15:30:33 +02:00
Thomas Kriechbaumer
2b0465dbb9 use new netlib module names 2015-07-22 15:30:33 +02:00
Thomas Kriechbaumer
a2bf19125a refactor protocol-related pathod methods 2015-07-22 15:30:33 +02:00
Thomas Kriechbaumer
c1e84cb322 use websockets protocol 2015-07-22 15:30:33 +02:00
Thomas Kriechbaumer
78ae3e4a00 use netlib.http_semantics for generic data 2015-07-22 15:30:33 +02:00
Maximilian Hils
9a1bee31d6 bump version 2015-07-22 00:21:48 +02:00