Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 5 | -34/+167 |
| | |||||
* | improve pyopenssl version check | Maximilian Hils | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #81 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 30 | -965/+1131 |
|\ | | | | | HTTP protocol refactoring | ||||
| * | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 3 | -32/+31 |
| | | |||||
| * | http2: make proper use of odict | Thomas Kriechbaumer | 2015-07-22 | 3 | -14/+15 |
| | | |||||
| * | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 2 | -309/+310 |
| | | | | | | use private indicator pattern “_methodname” | ||||
| * | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 2 | -2/+19 |
| | | |||||
| * | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 3 | -11/+11 |
| | | |||||
| * | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 3 | -6/+22 |
| | | |||||
| * | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 5 | -24/+59 |
| | | |||||
| * | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 3 | -553/+583 |
| | | |||||
| * | change HTTP2 interface to match HTTP1 | Thomas Kriechbaumer | 2015-07-22 | 2 | -11/+15 |
| | | |||||
| * | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 5 | -58/+57 |
| | | |||||
| * | move bits around | Thomas Kriechbaumer | 2015-07-22 | 28 | -290/+318 |
| | | |||||
| * | refactor websockets into protocol | Thomas Kriechbaumer | 2015-07-22 | 4 | -126/+151 |
| | | |||||
| * | introduce http_semantics module | Thomas Kriechbaumer | 2015-07-22 | 3 | -21/+32 |
| | | | | | | | | | | used for generic HTTP representation everything should apply for HTTP/1 and HTTP/2 | ||||
* | | add distinct error for cert verification issues | Maximilian Hils | 2015-07-24 | 3 | -5/+10 |
|/ | |||||
* | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #83 from kyle-m/master | Maximilian Hils | 2015-07-22 | 1 | -1/+8 |
|\ | | | | | Fixing upstream certificate validation bugs | ||||
| * | Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed ↵ | Kyle Morton | 2015-07-21 | 1 | -0/+7 |
| | | | | | | | | certificate validation | ||||
| * | Fixing default CA which ought to be read as a pemfile and not a directory | Kyle Morton | 2015-07-21 | 1 | -1/+1 |
|/ | |||||
* | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #82 from mua/master | Maximilian Hils | 2015-07-21 | 1 | -1/+1 |
|\ | | | | | Fixed version error formatting issue | ||||
| * | Fixed version error formatting issue | M. Utku Altinkaya | 2015-07-21 | 1 | -1/+1 |
|/ | |||||
* | socks: optionally fail early | Maximilian Hils | 2015-07-03 | 2 | -5/+13 |
| | |||||
* | socks: add assert_socks5 method | Maximilian Hils | 2015-07-03 | 2 | -7/+91 |
| | |||||
* | Merge pull request #80 from kyle-m/master | Maximilian Hils | 2015-06-29 | 1 | -1/+3 |
|\ | | | | | Fixing how certifi is made the default ca_path to simplify calling logic | ||||
| * | Fixing how certifi is made the default ca_path to simplify calling logic. | Kyle Morton | 2015-06-26 | 1 | -1/+3 |
|/ | |||||
* | synchronize metadata files across projects | Maximilian Hils | 2015-06-26 | 2 | -3/+2 |
| | |||||
* | Merge branch 'appveyor' | Maximilian Hils | 2015-06-26 | 1 | -0/+11 |
|\ | |||||
| * | Merge branch 'master' into appveyor | Maximilian Hils | 2015-06-26 | 2 | -2/+30 |
| |\ | |||||
| * | | appveyor: minor fixes | Maximilian Hils | 2015-06-26 | 1 | -2/+3 |
| | | | |||||
| * | | appveyor: use explicit python version | Maximilian Hils | 2015-06-26 | 1 | -3/+6 |
| | | | |||||
| * | | add appveyor | Maximilian Hils | 2015-06-26 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #79 from mitmproxy/remove_certffi | Aldo Cortesi | 2015-06-27 | 5 | -133/+5 |
|\| | | |/ |/| | Remove certffi | ||||
| * | remove certffi | Maximilian Hils | 2015-06-26 | 5 | -133/+5 |
| | | |||||
* | | fix file type | Maximilian Hils | 2015-06-26 | 2 | -0/+0 |
| | | |||||
* | | fix tests on windows | Maximilian Hils | 2015-06-26 | 2 | -2/+30 |
|/ | |||||
* | Fix printing of SSL version error | Aldo Cortesi | 2015-06-25 | 1 | -1/+1 |
| | | | | Fixes #73 | ||||
* | Merge pull request #76 from kyle-m/master | Aldo Cortesi | 2015-06-24 | 15 | -38/+274 |
|\ | | | | | Provide debugging information when upstream server certificate fails validation | ||||
| * | Adding test data to support post OpenSSL v1.0 cert hashing | Kyle Morton | 2015-06-23 | 1 | -0/+1 |
| | | |||||
| * | Cleaning up upstream server verification. Adding storage of cerificate | Kyle Morton | 2015-06-22 | 13 | -34/+266 |
| | | | | | | | | | | verification errors on TCPClient object to enable warnings in downstream projects. | ||||
| * | Updating TCPServer to allow tests (and potentially other use cases) to serve | Kyle Morton | 2015-06-22 | 2 | -4/+7 |
| | | | | | | | | certificate chains instead of only single certificates. | ||||
* | | Merge branch 'Kriechi-ssl-version-handling' | Aldo Cortesi | 2015-06-23 | 2 | -9/+20 |
|\ \ | |||||
| * \ | Merge branch 'ssl-version-handling' of https://github.com/Kriechi/netlib ↵ | Aldo Cortesi | 2015-06-23 | 2 | -9/+20 |
| |\ \ | | | | | | | | | | | | | into Kriechi-ssl-version-handling | ||||
| | * | | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-22 | 2 | -9/+20 |
| | |/ | |||||
* | / | Remove dependence on pathod in test suite. | Aldo Cortesi | 2015-06-23 | 2 | -3/+21 |
|/ / | |||||
* | | 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 |
|/ |