Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move tservers helper | Thomas Kriechbaumer | 2016-02-16 | 1 | -109/+0 |
* | fix wheel creation, re-add MANIFEST.in | Maximilian Hils | 2016-02-16 | 1 | -3/+1 |
* | Preserve host header when modifying request path | Will Coster | 2016-02-15 | 1 | -3/+6 |
* | remove MANIFEST.in, move Dockerfile to root | Maximilian Hils | 2016-02-16 | 1 | -4/+0 |
* | fix release tool, refs #947 | Maximilian Hils | 2016-02-16 | 1 | -5/+0 |
* | use own shields instance, update pathod readme | Maximilian Hils | 2016-02-15 | 1 | -8/+8 |
* | adjust travis | Maximilian Hils | 2016-02-15 | 2 | -12/+4 |
* | fix tests | Maximilian Hils | 2016-02-15 | 2 | -3/+8 |
* | move tests into shared folder | Maximilian Hils | 2016-02-15 | 48 | -4385/+0 |
* | merge metadata files | Maximilian Hils | 2016-02-15 | 9 | -209/+0 |
* | add netlib | Maximilian Hils | 2016-02-15 | 92 | -0/+4718 |
* | bump version | Maximilian Hils | 2016-02-14 | 1 | -1/+1 |
* | bump version | Maximilian Hils | 2016-02-08 | 1 | -1/+1 |
* | fix http version string | Maximilian Hils | 2016-02-08 | 1 | -2/+2 |
* | fix docstrings | Maximilian Hils | 2016-02-08 | 1 | -4/+11 |
* | fix py3 compat | Maximilian Hils | 2016-02-08 | 3 | -7/+6 |
* | add Serializable ABC | Maximilian Hils | 2016-02-08 | 8 | -24/+101 |
* | minor fixes | Maximilian Hils | 2016-02-08 | 3 | -3/+3 |
* | expose OpenSSL's HAS_ALPN | Maximilian Hils | 2016-02-08 | 1 | -3/+4 |
* | Merge branch 'master' of https://github.com/mitmproxy/netlib | Maximilian Hils | 2016-02-02 | 1 | -5/+0 |
|\ | |||||
| * | bump dependency and remove deprecated fields | Thomas Kriechbaumer | 2016-02-02 | 1 | -5/+0 |
* | | allow creation of certs without CN | Maximilian Hils | 2016-02-02 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #116 from Kriechi/hyperframe | Thomas Kriechbaumer | 2016-02-01 | 3 | -707/+84 |
|\ | |||||
| * | test on python3 | Thomas Kriechbaumer | 2016-01-31 | 2 | -24/+30 |
| * | migrate to hyperframe | Thomas Kriechbaumer | 2016-01-31 | 3 | -691/+62 |
* | | remove code duplication | Maximilian Hils | 2016-02-01 | 1 | -20/+18 |
* | | tests++ | Maximilian Hils | 2016-02-01 | 1 | -1/+1 |
* | | fix #113, make Reader.peek() work on Python 3 | Maximilian Hils | 2016-02-01 | 1 | -5/+25 |
|/ | |||||
* | fix test request and response headers | Thomas Kriechbaumer | 2016-01-30 | 2 | -3/+3 |
* | move tservers to netlib module | Thomas Kriechbaumer | 2016-01-25 | 1 | -0/+109 |
* | Simplified setting the source_address in the TCPClient constructor | Sandor Nemes | 2016-01-11 | 1 | -2/+1 |
* | Added getter/setter for TCPClient source_address | Sandor Nemes | 2016-01-08 | 1 | -0/+11 |
* | bump version | Maximilian Hils | 2015-12-25 | 1 | -1/+1 |
* | bump version | Maximilian Hils | 2015-12-03 | 1 | -1/+1 |
* | Fix to ignore empty header value. | Benjamin Lee | 2015-11-17 | 1 | -1/+1 |
* | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 1 | -5/+6 |
* | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 1 | -2/+2 |
* | Revert "Porting netlib to python3.4" | Sam Cleveland | 2015-11-11 | 2 | -376/+8 |
* | Porting netlib to python3.4 | Sam Cleveland | 2015-11-11 | 2 | -8/+376 |
* | Bump version for next release cycle | Aldo Cortesi | 2015-11-07 | 1 | -1/+1 |
* | Bump version | Aldo Cortesi | 2015-11-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/hostname-validation' | Maximilian Hils | 2015-11-04 | 2 | -7/+35 |
|\ | |||||
| * | fix certificate verification | Maximilian Hils | 2015-11-01 | 2 | -7/+35 |
* | | Set default cert expiry to <39 months | Maximilian Hils | 2015-11-04 | 1 | -1/+2 |
* | | minor fixes | Maximilian Hils | 2015-11-01 | 2 | -2/+2 |
|/ | |||||
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 16 | -428/+764 |
|\ | |||||
| * | test response model, push coverage to 100% branch cov | Maximilian Hils | 2015-09-27 | 4 | -21/+16 |
| * | improve request tests, coverage++ | Maximilian Hils | 2015-09-26 | 6 | -28/+66 |
| * | refactor response model | Maximilian Hils | 2015-09-26 | 12 | -256/+277 |
| * | refactor request model | Maximilian Hils | 2015-09-26 | 10 | -275/+557 |