Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests++ | Maximilian Hils | 2016-02-01 | 2 | -5/+24 |
* | fix #113, make Reader.peek() work on Python 3 | Maximilian Hils | 2016-02-01 | 2 | -6/+26 |
* | add test for Reader.peek() | Maximilian Hils | 2016-02-01 | 1 | -0/+14 |
* | fix test request and response headers | Thomas Kriechbaumer | 2016-01-30 | 4 | -7/+8 |
* | allow pypy again on travis | Thomas Kriechbaumer | 2016-01-30 | 1 | -4/+0 |
* | fix pypy on travis | Thomas Kriechbaumer | 2016-01-30 | 1 | -6/+23 |
* | Merge pull request #115 from Kriechi/move-tservers | Thomas Kriechbaumer | 2016-01-25 | 4 | -6/+5 |
|\ | |||||
| * | move tservers to netlib module | Thomas Kriechbaumer | 2016-01-25 | 4 | -6/+5 |
|/ | |||||
* | Merge pull request #110 from snemes/master | Maximilian Hils | 2016-01-17 | 1 | -2/+12 |
|\ | |||||
| * | Merge branch 'master' into master | Sandor Nemes | 2016-01-13 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #112 from mitmproxy/update-cryptography | Thomas Kriechbaumer | 2016-01-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | upgrade cryptography dependency for new wheels | Thomas Kriechbaumer | 2016-01-13 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #111 from felixonmars/master | Maximilian Hils | 2016-01-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | Allow cryptography 1.2.* | Felix Yan | 2016-01-11 | 1 | -1/+1 |
|/ / | |||||
| * | 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 | 2 | -2/+2 |
* | update ssl_match_hostname dependency, refs #868 | Maximilian Hils | 2015-12-25 | 1 | -1/+1 |
* | bump version | Maximilian Hils | 2015-12-03 | 2 | -8/+10 |
* | use version specifiers compatible with old setuptools releases | Maximilian Hils | 2015-12-03 | 1 | -9/+9 |
* | add 3.5 compat classifiers | Maximilian Hils | 2015-11-29 | 1 | -0/+2 |
* | README: mkd -> rst | Maximilian Hils | 2015-11-29 | 4 | -27/+38 |
* | Merge pull request #105 from bltb/master | Maximilian Hils | 2015-11-17 | 2 | -1/+5 |
|\ | |||||
| * | Add test for empty header field value. | Benjamin Lee | 2015-11-17 | 1 | -4/+1 |
| * | WIP. Add breaking test. | Benjamin Lee | 2015-11-17 | 1 | -0/+7 |
| * | Fix to ignore empty header value. | Benjamin Lee | 2015-11-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #103 from scone/master | Maximilian Hils | 2015-11-14 | 3 | -10/+11 |
|\ | |||||
| * | Fixing test_wsgi to remove py.test warnings | Sam Cleveland | 2015-11-14 | 1 | -3/+5 |
| * | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 2 | -7/+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 |
* | | be more conservative about dependency versions | Maximilian Hils | 2015-11-13 | 1 | -9/+9 |
|/ | |||||
* | Bump version for next release cycle | Aldo Cortesi | 2015-11-07 | 1 | -1/+1 |
* | Add CONTRIBUTORS | Aldo Cortesi | 2015-11-06 | 1 | -0/+18 |
* | Bump version | Aldo Cortesi | 2015-11-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/hostname-validation' | Maximilian Hils | 2015-11-04 | 24 | -245/+304 |
|\ | |||||
| * | fix certificate verification | Maximilian Hils | 2015-11-01 | 4 | -33/+75 |
| * | adjust test certificate generation | Maximilian Hils | 2015-11-01 | 11 | -190/+142 |
| * | add test certificate generator | Maximilian Hils | 2015-10-16 | 22 | -212/+277 |
* | | 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 |
|/ | |||||
* | fix tests | Maximilian Hils | 2015-09-28 | 1 | -6/+6 |
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 28 | -853/+1320 |
|\ | |||||
| * | test response model, push coverage to 100% branch cov | Maximilian Hils | 2015-09-27 | 11 | -172/+208 |
| * | improve request tests, coverage++ | Maximilian Hils | 2015-09-26 | 12 | -296/+455 |
| * | refactor response model | Maximilian Hils | 2015-09-26 | 16 | -274/+293 |
| * | refactor request model | Maximilian Hils | 2015-09-26 | 17 | -345/+598 |
* | | properly adjust tests for 87566da3ba | Maximilian Hils | 2015-09-28 | 1 | -5/+1 |
* | | fix mitmproxy/mitmproxy#784 | Maximilian Hils | 2015-09-28 | 3 | -7/+7 |
|/ |