Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Moar Travis. | Aldo Cortesi | 2015-06-23 | 1 | -1/+2 | |
| | | ||||||
* | | Refine travis. | Aldo Cortesi | 2015-06-23 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | And, lest some meticulous code reader (I'm looking at you, Thomas) notices the extra colon: https://github.com/travis-ci/travis-ci/issues/2894 | |||||
* | | Travis notifications for Slack. | Aldo Cortesi | 2015-06-23 | 1 | -0/+1 | |
|/ | ||||||
* | netlib/test.py -> test/tservers.py | Aldo Cortesi | 2015-06-22 | 5 | -46/+46 | |
| | ||||||
* | fix http user agents | Thomas Kriechbaumer | 2015-06-18 | 1 | -2/+2 | |
| | ||||||
* | mark unused variables and arguments | Thomas Kriechbaumer | 2015-06-18 | 8 | -26/+27 | |
| | ||||||
* | fix setup.py | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:mitmproxy/netlib | Maximilian Hils | 2015-06-18 | 16 | -168/+505 | |
|\ | ||||||
| * | remove implementation badge | Maximilian Hils | 2015-06-18 | 1 | -2/+1 | |
| | | | | | | line too short :-/ | |||||
| * | http2: rename test file | Thomas Kriechbaumer | 2015-06-18 | 1 | -0/+0 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-master | Aldo Cortesi | 2015-06-18 | 2 | -4/+5 | |
| |\ | ||||||
| | * | Adding certifi as default CA bundle. | Kyle Morton | 2015-06-16 | 2 | -4/+5 | |
| | | | ||||||
| * | | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSL | Aldo Cortesi | 2015-06-18 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | We'll need to start testing under both new and old versions of OpenSSL somehow to catch these... | |||||
| * | | Merge pull request #71 from Kriechi/landscape | Aldo Cortesi | 2015-06-18 | 10 | -67/+71 | |
| |\ \ | | | | | | | | | fix warnings and code smells | |||||
| | * | | add landscape.io badge | Thomas Kriechbaumer | 2015-06-17 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | fix warnings and code smells | Thomas Kriechbaumer | 2015-06-17 | 9 | -67/+67 | |
| | | | | | | | | | | | | | | | | use prospector to find them | |||||
| | * | | add landscape configuration | Maximilian Hils | 2015-06-17 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge pull request #70 from Kriechi/http2-wip | Aldo Cortesi | 2015-06-18 | 5 | -73/+126 | |
| |\ \ \ | | |/ / | |/| | | HTTP/2: yet another PR | |||||
| | * | | http2: improve :authority header | Thomas Kriechbaumer | 2015-06-16 | 2 | -2/+5 | |
| | | | | ||||||
| | * | | http2: improve test suite | Thomas Kriechbaumer | 2015-06-16 | 4 | -26/+53 | |
| | | | | ||||||
| | * | | http2: return stream_id from request for response | Thomas Kriechbaumer | 2015-06-16 | 1 | -4/+7 | |
| | | | | ||||||
| | * | | http2: fix header_block_fragments and length | Thomas Kriechbaumer | 2015-06-16 | 2 | -10/+26 | |
| | | | | ||||||
| | * | | http2: only first headers frame as END_STREAM flag | Thomas Kriechbaumer | 2015-06-16 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | http2: improve frame output | Thomas Kriechbaumer | 2015-06-16 | 1 | -5/+6 | |
| | | | | ||||||
| | * | | add elliptic curve during TLS handshake | Thomas Kriechbaumer | 2015-06-16 | 1 | -8/+5 | |
| | | | | ||||||
| | * | | http2: improve frame output | Thomas Kriechbaumer | 2015-06-16 | 2 | -33/+39 | |
| |/ / | ||||||
| * | | add hacking section | Maximilian Hils | 2015-06-16 | 1 | -0/+5 | |
| | | | ||||||
| * | | update badges | Maximilian Hils | 2015-06-16 | 1 | -6/+7 | |
| | | | ||||||
| * | | explicitly state that we only support 2.7 | Maximilian Hils | 2015-06-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #69 from kyle-m/master | Aldo Cortesi | 2015-06-16 | 3 | -0/+91 | |
| |\| | | | | | | | Adding support for upstream certificate validation when using SSL/TLS… | |||||
| | * | Adding support for upstream certificate validation when using SSL/TLS with an | Kyle Morton | 2015-06-15 | 3 | -0/+91 | |
| | | | | | | | | | | | | instance of TCPClient. | |||||
| * | | improve meta code | Thomas Kriechbaumer | 2015-06-15 | 2 | -3/+2 | |
| | | | ||||||
| * | | Merge pull request #67 from Kriechi/http2-wip | Aldo Cortesi | 2015-06-15 | 4 | -51/+223 | |
| |\ \ | | |/ | |/| | HTTP/2: preparations for pathod | |||||
| | * | simplify ALPN | Thomas Kriechbaumer | 2015-06-14 | 1 | -6/+2 | |
| | | | ||||||
| | * | http2: add authority header | Thomas Kriechbaumer | 2015-06-14 | 2 | -3/+7 | |
| | | | ||||||
| | * | add new TLS methods | Thomas Kriechbaumer | 2015-06-14 | 1 | -1/+4 | |
| | | | ||||||
| | * | add more tests | Thomas Kriechbaumer | 2015-06-12 | 3 | -8/+92 | |
| | | | ||||||
| | * | http2: add response creation | Thomas Kriechbaumer | 2015-06-12 | 2 | -16/+42 | |
| | | | ||||||
| | * | http2: general improvements | Thomas Kriechbaumer | 2015-06-12 | 2 | -26/+78 | |
| | | | ||||||
| | * | improve ALPN integration | Thomas Kriechbaumer | 2015-06-11 | 1 | -8/+15 | |
| |/ | ||||||
* / | include wheel as dev dependency | Maximilian Hils | 2015-06-18 | 1 | -0/+1 | |
|/ | ||||||
* | fix coding style | Thomas Kriechbaumer | 2015-06-08 | 1 | -1/+1 | |
| | ||||||
* | http2: add warning if raw data looks like HTTP/1 | Thomas Kriechbaumer | 2015-06-08 | 2 | -1/+5 | |
| | ||||||
* | fix non-ALPN supported OpenSSL-related tests | Thomas Kriechbaumer | 2015-06-08 | 2 | -2/+11 | |
| | ||||||
* | Merge pull request #66 from Kriechi/improve-alpn-support | Aldo Cortesi | 2015-06-08 | 4 | -16/+63 | |
|\ | | | | | improve ALPN support on travis | |||||
| * | improve ALPN support on travis | Thomas Kriechbaumer | 2015-06-08 | 2 | -14/+58 | |
| | | ||||||
| * | ignore eggs directory | Thomas Kriechbaumer | 2015-06-08 | 1 | -0/+1 | |
| | | ||||||
| * | fix coding style | Thomas Kriechbaumer | 2015-06-08 | 1 | -2/+4 | |
|/ | ||||||
* | http2: ditch the logging for now | Aldo Cortesi | 2015-06-06 | 2 | -16/+0 | |
| | | | | | The API is well designed: it looks like we can get all the information we need to expose debugging in the caller of the API. | |||||
* | http2: resolve module structure and circular dependencies | Aldo Cortesi | 2015-06-06 | 3 | -187/+188 | |
| | | | | | | | | - Move implementation out of __init__.py to protocol.py (an anti-pattern because it makes the kind of structural refactoring we need hard) - protocol imports frame, frame does not import protocol. To do this, we shift the default settings to frame. If this feels wrong, we can move them to a separate module (defaults.py?.). |