Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http2: refactor hex to file adapter | Thomas Kriechbaumer | 2015-06-05 | 1 | -37/+27 |
| | |||||
* | use open instead of file | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+2 |
| | |||||
* | http2: fix EchoHandler test helper | Thomas Kriechbaumer | 2015-06-05 | 1 | -3/+4 |
| | |||||
* | make travis run all tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -0/+0 |
| | |||||
* | increase test coverage | Thomas Kriechbaumer | 2015-06-05 | 1 | -0/+5 |
| | |||||
* | http2: add protocol tests | Thomas Kriechbaumer | 2015-06-05 | 5 | -14/+231 |
| | |||||
* | http2: rename module and refactor as strategy | Thomas Kriechbaumer | 2015-06-05 | 3 | -8/+13 |
| | |||||
* | http2: add logging and error handling | Thomas Kriechbaumer | 2015-06-05 | 3 | -16/+42 |
| | |||||
* | http2: change header_block_fragment handling | Thomas Kriechbaumer | 2015-06-05 | 2 | -96/+80 |
| | |||||
* | http2: add basic protocol handling | Thomas Kriechbaumer | 2015-06-05 | 5 | -115/+212 |
| | |||||
* | http2: introduce state for connection objects | Thomas Kriechbaumer | 2015-06-05 | 1 | -39/+63 |
| | |||||
* | http2: explicitly mention all arguments in tests | Thomas Kriechbaumer | 2015-06-05 | 1 | -122/+203 |
| | |||||
* | http2: fix default settings | Thomas Kriechbaumer | 2015-06-05 | 1 | -2/+2 |
| | |||||
* | simplify default ssl params for test servers | Thomas Kriechbaumer | 2015-06-05 | 2 | -74/+32 |
| | |||||
* | Bump version | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #61 from Kriechi/distribute-cffi | Maximilian Hils | 2015-05-31 | 2 | -3/+37 |
|\ | | | | | distribute cffi correctly | ||||
| * | distribute cffi correctly | Thomas Kriechbaumer | 2015-05-30 | 2 | -3/+37 |
| | | |||||
* | | websockets: nicer human readable | Aldo Cortesi | 2015-05-31 | 1 | -3/+5 |
| | | |||||
* | | When we see an incomplete read with 0 bytes, it's a disconnect | Aldo Cortesi | 2015-05-31 | 1 | -3/+6 |
| | | | | | | | | Partially fixes mitmproxy/mitmproxy:#593 | ||||
* | | Save first byte timestamp for writers too. | Aldo Cortesi | 2015-05-31 | 1 | -0/+1 |
| | | |||||
* | | Move version check to netlib, unit test it. | Aldo Cortesi | 2015-05-31 | 2 | -0/+71 |
|/ | |||||
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 16 | -179/+455 |
| | |||||
* | Merge pull request #62 from Kriechi/h2-client | Aldo Cortesi | 2015-05-30 | 8 | -55/+416 |
|\ | | | | | H2 client | ||||
| * | make tests aware of ALPN & OpenSSL 1.0.2 dependency | Thomas Kriechbaumer | 2015-05-29 | 1 | -8/+13 |
| | | |||||
| * | cleanup imports | Thomas Kriechbaumer | 2015-05-29 | 2 | -3/+0 |
| | | |||||
| * | add HTTP/2-capable client | Thomas Kriechbaumer | 2015-05-29 | 2 | -0/+85 |
| | | |||||
| * | add ALPN support to TCP abstraction | Thomas Kriechbaumer | 2015-05-29 | 3 | -9/+47 |
| | | |||||
| * | add generic frame parsing method | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+17 |
| | | |||||
| * | add hpack to encode and decode headers | Thomas Kriechbaumer | 2015-05-29 | 3 | -46/+167 |
| | | |||||
| * | fix default argument | Thomas Kriechbaumer | 2015-05-29 | 1 | -1/+5 |
| | | | | | | | | | | Python evaluates default args during method definition. So you get the same dict each time you call this method. Therefore the dict is the SAME actual object each time. | ||||
| * | add human_readable() to each frame for debugging | Thomas Kriechbaumer | 2015-05-29 | 2 | -15/+108 |
| | | |||||
| * | test Address __str__ | Thomas Kriechbaumer | 2015-05-29 | 1 | -0/+1 |
|/ | |||||
* | improve travis coding style checks | Thomas Kriechbaumer | 2015-05-29 | 3 | -2/+22 |
| | |||||
* | Satisfy autobots. | Aldo Cortesi | 2015-05-28 | 1 | -1/+2 |
| | |||||
* | Merge branch 'Kriechi-cleanup' | Aldo Cortesi | 2015-05-28 | 32 | -361/+538 |
|\ | |||||
| * | add pep8 autoformat checks to travis | Thomas Kriechbaumer | 2015-05-27 | 3 | -4/+9 |
| | | |||||
| * | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 10 | -28/+8 |
| | | | | | | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables . | ||||
| * | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 27 | -332/+510 |
| | | | | | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | | Merge pull request #59 from Kriechi/update-tls-defaults | Aldo Cortesi | 2015-05-28 | 2 | -14/+32 |
|\ \ | |/ |/| | update TLS defaults: signature hash and DH params | ||||
| * | update TLS defaults: signature hash and DH params | Thomas Kriechbaumer | 2015-05-27 | 2 | -14/+32 |
|/ | | | | | * SHA1 is deprecated (use SHA256) * increase RSA key to 2048 bits * increase DH params to 4096 bits (LogJam attack) | ||||
* | Merge pull request #58 from Kriechi/update-openssl | Aldo Cortesi | 2015-05-27 | 2 | -10/+7 |
|\ | | | | | Update openssl | ||||
| * | remove outdated workarounds | Thomas Kriechbaumer | 2015-05-27 | 1 | -8/+4 |
| | | |||||
| * | bump pyOpenSSL and cryptography dependencies | Thomas Kriechbaumer | 2015-05-27 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #56 from Kriechi/http2-frames | Aldo Cortesi | 2015-05-27 | 5 | -0/+742 |
|\ | | | | | implement basic HTTP/2 frame classes | ||||
| * | implement basic HTTP/2 frame classes | Thomas Kriechbaumer | 2015-05-26 | 5 | -0/+742 |
| | | |||||
* | | Post release version bump. | Aldo Cortesi | 2015-05-26 | 1 | -1/+1 |
|/ | |||||
* | improve displaying tcp addresses | Maximilian Hils | 2015-05-18 | 1 | -1/+4 |
| | |||||
* | release prep: bump version | Aldo Cortesi | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Zap outdated comment | Aldo Cortesi | 2015-05-16 | 1 | -3/+1 |
| | |||||
* | Zap a left-over test | Aldo Cortesi | 2015-05-05 | 1 | -12/+0 |
| |