aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed certi...Kyle Morton2015-07-211-0/+7
* Fixing default CA which ought to be read as a pemfile and not a directoryKyle Morton2015-07-211-1/+1
* bump versionMaximilian Hils2015-07-221-1/+1
* Merge pull request #82 from mua/masterMaximilian Hils2015-07-211-1/+1
|\
| * Fixed version error formatting issueM. Utku Altinkaya2015-07-211-1/+1
|/
* socks: optionally fail earlyMaximilian Hils2015-07-032-5/+13
* socks: add assert_socks5 methodMaximilian Hils2015-07-032-7/+91
* Merge pull request #80 from kyle-m/masterMaximilian Hils2015-06-291-1/+3
|\
| * Fixing how certifi is made the default ca_path to simplify calling logic.Kyle Morton2015-06-261-1/+3
|/
* synchronize metadata files across projectsMaximilian Hils2015-06-262-3/+2
* Merge branch 'appveyor'Maximilian Hils2015-06-261-0/+11
|\
| * Merge branch 'master' into appveyorMaximilian Hils2015-06-262-2/+30
| |\
| * | appveyor: minor fixesMaximilian Hils2015-06-261-2/+3
| * | appveyor: use explicit python versionMaximilian Hils2015-06-261-3/+6
| * | add appveyorMaximilian Hils2015-06-261-0/+7
* | | Merge pull request #79 from mitmproxy/remove_certffiAldo Cortesi2015-06-275-133/+5
|\| | | |/ |/|
| * remove certffiMaximilian Hils2015-06-265-133/+5
* | fix file typeMaximilian Hils2015-06-262-0/+0
* | fix tests on windowsMaximilian Hils2015-06-262-2/+30
|/
* Fix printing of SSL version errorAldo Cortesi2015-06-251-1/+1
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-2415-38/+274
|\
| * Adding test data to support post OpenSSL v1.0 cert hashingKyle Morton2015-06-231-0/+1
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-2213-34/+266
| * Updating TCPServer to allow tests (and potentially other use cases) to serveKyle Morton2015-06-222-4/+7
* | Merge branch 'Kriechi-ssl-version-handling'Aldo Cortesi2015-06-232-9/+20
|\ \
| * \ Merge branch 'ssl-version-handling' of https://github.com/Kriechi/netlib into...Aldo Cortesi2015-06-232-9/+20
| |\ \
| | * | unify SSL version/method handlingThomas Kriechbaumer2015-06-222-9/+20
| | |/
* | / Remove dependence on pathod in test suite.Aldo Cortesi2015-06-232-3/+21
|/ /
* | Moar Travis.Aldo Cortesi2015-06-231-1/+2
* | Refine travis.Aldo Cortesi2015-06-231-1/+4
* | Travis notifications for Slack.Aldo Cortesi2015-06-231-0/+1
|/
* netlib/test.py -> test/tservers.pyAldo Cortesi2015-06-225-46/+46
* fix http user agentsThomas Kriechbaumer2015-06-181-2/+2
* mark unused variables and argumentsThomas Kriechbaumer2015-06-188-26/+27
* fix setup.pyThomas Kriechbaumer2015-06-181-1/+1
* Merge branch 'master' of github.com:mitmproxy/netlibMaximilian Hils2015-06-1816-168/+505
|\
| * remove implementation badgeMaximilian Hils2015-06-181-2/+1
| * http2: rename test fileThomas Kriechbaumer2015-06-181-0/+0
| * Merge branch 'master' of https://github.com/kyle-m/netlib into kyle-m-masterAldo Cortesi2015-06-182-4/+5
| |\
| | * Adding certifi as default CA bundle.Kyle Morton2015-06-162-4/+5
| * | Only set OP_NO_COMPRESSION by default if it exists in our version of OpenSSLAldo Cortesi2015-06-181-1/+12
| * | Merge pull request #71 from Kriechi/landscapeAldo Cortesi2015-06-1810-67/+71
| |\ \
| | * | add landscape.io badgeThomas Kriechbaumer2015-06-171-1/+2
| | * | fix warnings and code smellsThomas Kriechbaumer2015-06-179-67/+67
| | * | add landscape configurationMaximilian Hils2015-06-171-0/+3
| * | | Merge pull request #70 from Kriechi/http2-wipAldo Cortesi2015-06-185-73/+126
| |\ \ \ | | |/ / | |/| |
| | * | http2: improve :authority headerThomas Kriechbaumer2015-06-162-2/+5
| | * | http2: improve test suiteThomas Kriechbaumer2015-06-164-26/+53
| | * | http2: return stream_id from request for responseThomas Kriechbaumer2015-06-161-4/+7
| | * | http2: fix header_block_fragments and lengthThomas Kriechbaumer2015-06-162-10/+26