Commit Graph

8772 Commits

Author SHA1 Message Date
Thomas Kriechbaumer
ff16fbf71e fix docs ci script running locally 2020-11-08 13:17:38 +01:00
Thomas Kriechbaumer
6289d9bca8 refactor and remove dead code 2020-11-08 13:07:44 +01:00
Thomas Kriechbaumer
488be14412
Merge pull request #4283 from Kriechi/decouple++
websocket: decouple from pathod
2020-11-07 17:15:04 +01:00
Thomas Kriechbaumer
f47bf6fe4f websocket: decouple from pathod 2020-11-07 17:04:57 +01:00
Maximilian Hils
b45147e91d
Merge pull request #4271 from jpstotz/asgi-query
asgiapp.py: fix query parameters
2020-11-07 09:48:56 +01:00
Thomas Kriechbaumer
232c71b2e0
Merge pull request #4268 from Kriechi/cleanup
detangle custom websockets implementation and replace it with mostly …
2020-11-06 22:21:24 +01:00
Thomas Kriechbaumer
c8f9823704 detangle custom websockets implementation and replace it with mostly wsproto 2020-11-06 22:08:14 +01:00
Jan Peter Stotz
66322c57e1 unit test for issue #4270 added 2020-11-06 11:32:19 +01:00
Jan Peter Stotz
dde27ba247 asgiapp.py: fix query parameters 2020-11-04 14:20:01 +01:00
Thomas Kriechbaumer
f97826f624
Merge pull request #4267 from mhils/sans-io-adjustments
update verification certs
2020-11-03 20:07:12 +01:00
Thomas Kriechbaumer
447e38e826
Merge pull request #4266 from mhils/goodbye-codeql
Remove CodeQL CI checks
2020-11-03 20:06:07 +01:00
Maximilian Hils
02fad34239 update verification certs 2020-11-03 08:04:15 +01:00
Maximilian Hils
4a3b00b15f
Merge pull request #4265 from mhils/sans-io-adjustments
Sans-IO Adjustments
2020-11-03 07:27:01 +01:00
Maximilian Hils
2ead32652e fix option checks 2020-11-03 07:19:05 +01:00
Maximilian Hils
5e4cf21b76 remove CodeQL CI checks
this brings false-positive security warnings, no actual value, and clogs up CI.
2020-11-03 07:14:47 +01:00
Maximilian Hils
f8b3874034 sync minor sans-io changes 2020-11-03 07:10:13 +01:00
Thomas Kriechbaumer
a42d071995
Merge pull request #4262 from mhils/remove-upstreamed-hooks
Remove upstreamed pyinstaller hooks
2020-11-02 19:16:24 +01:00
Maximilian Hils
e4daa53962 certs.py: typing++ 2020-11-02 03:16:29 +01:00
Maximilian Hils
b6bedb3236 remove upstreamed pyinstaller hooks
These parts have been upstreamed:
 - https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/39
 - https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/40
 - https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/41
2020-11-02 02:39:56 +01:00
Maximilian Hils
e9a2a9c25a update installbuilder 2020-11-02 02:28:44 +01:00
Maximilian Hils
043dbcca5b
fix building windows installer
refs #4261
2020-11-02 02:19:02 +01:00
Thomas Kriechbaumer
aca7284ab6 post-release updates 2020-11-01 16:12:49 +01:00
Thomas Kriechbaumer
a738b335a3 bump version 2020-11-01 15:46:05 +01:00
Thomas Kriechbaumer
e66c7b5960
Merge pull request #4256 from Kriechi/release-prep
release preparations
2020-11-01 15:45:20 +01:00
Thomas Kriechbaumer
5d8f4b8d20 reformat CHANGELOG 2020-11-01 13:39:29 +01:00
Thomas Kriechbaumer
db2959ad53 release preparations 2020-11-01 12:12:51 +01:00
Thomas Kriechbaumer
34a284bf4a
Merge pull request #4255 from mhils/update-cryptography
Update cryptography, change test cert generation to use different CNs
2020-11-01 10:19:14 +01:00
Maximilian Hils
dd8d338a62 update cryptography, change test cert generation to use different CNs 2020-11-01 01:38:10 +01:00
Thomas Kriechbaumer
6da60e3ab9
Merge pull request #4254 from Kriechi/fixes
various trailer-related fixes
2020-10-31 17:46:49 +01:00
Thomas Kriechbaumer
0f7f4ba949 various trailer-related fixes 2020-10-31 17:30:15 +01:00
Thomas Kriechbaumer
c0e846b700 fix invididual test coverage 2020-10-31 11:59:51 +01:00
Thomas Kriechbaumer
a415c218ea fix http trailer tests 2020-10-31 11:42:26 +01:00
Thomas Kriechbaumer
14b42101d6 Merge pull request #4234 from shiv6146/master
Add support to echo http trailers in dumper addon
2020-10-31 11:05:17 +01:00
Thomas Kriechbaumer
260fb300e5 mitmdump: reorder http trailers and add divider 2020-10-31 11:05:09 +01:00
Shiva
8438f06206 Added to changelog 2020-10-31 11:05:07 +01:00
Shiva
f4b9930b05 Added support to echo http trailers in dumper addon 2020-10-31 11:04:56 +01:00
Thomas Kriechbaumer
1fa4ec7419
Merge pull request #4225 from bburky/send-http1-trailers
Send http/1 request and response trailer headers
2020-10-31 10:19:25 +01:00
Thomas Kriechbaumer
730ee85469
Merge branch 'master' into send-http1-trailers 2020-10-21 20:17:24 +02:00
Maximilian Hils
a203b69ba9
Merge pull request #4239 from Kriechi/fix-4231
http2: fix missing END_STREAM flag on requests without body
2020-10-20 17:52:29 +02:00
Thomas Kriechbaumer
b167f9fd2d http2: fix missing END_STREAM flag on requests without body
fixes #4231
2020-10-17 16:59:24 +02:00
Thomas Kriechbaumer
9a790d7afe
Merge pull request #4237 from kjoconnor/deflate-raw-support
Handle "deflateRaw" Content-Encoding as "deflate".
2020-10-16 18:56:50 +02:00
Kevin O'Connor
fbc5cc567b Handle "deflateRaw" Content-Encoding as "deflate". 2020-10-15 21:25:23 -04:00
Blake Burkhart
21330f511e is_http10 and is_http11 properties to requests 2020-10-13 09:21:15 -05:00
Blake Burkhart
b17857c7ae Send http/1 request and response trailer headers 2020-10-08 20:43:28 -05:00
Thomas Kriechbaumer
0f96324887 docs: update cert usage instructions 2020-10-07 19:08:34 +02:00
Thomas Kriechbaumer
da6b3b415e
Merge pull request #4186 from simon04/patch-1
Update concepts-certificates.md
2020-10-07 18:40:07 +02:00
Thomas Kriechbaumer
e1744766cd
Merge pull request #4219 from mitmproxy/codeql
Create codeql-analysis.yml
2020-10-07 18:39:08 +02:00
Thomas Kriechbaumer
b2c7ceaa25 restore py36 classifier 2020-10-07 18:38:22 +02:00
Thomas Kriechbaumer
25469d4e92
Merge pull request #4218 from Kriechi/semver-bump
semver bump
2020-10-06 23:50:25 +02:00
Thomas Kriechbaumer
93ab0230a4 fix typo 2020-10-06 23:33:52 +02:00