summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial draft of versioning strategy.saneverAndrey Petrov2015-05-311-0/+21
* Merge pull request #636 from shazow/revert-634-no_assertAndrey Petrov2015-05-301-2/+2
|\
| * Revert "do not use assertions"revert-634-no_assertAndrey Petrov2015-05-301-2/+2
|/
* Merge pull request #634 from t-8ch/no_assertAndrey Petrov2015-05-281-2/+2
|\
| * do not use assertionsThomas Weißschuh2015-05-281-2/+2
|/
* New coinbase code in docs.Andrey Petrov2015-05-251-1/+2
* Merge pull request #628 from darkrain42/masterAndrey Petrov2015-05-171-2/+12
|\
| * improved check for memoryviewPaul Aurich2015-05-171-2/+7
| * pyopenssl sendall: use memoryview if availablePaul Aurich2015-05-161-0/+4
| * pyopenssl sendall: magic number to named constantPaul Aurich2015-05-161-2/+3
|/
* CHANGES for #626Andrey Petrov2015-05-161-0/+2
* Merge pull request #627 from darkrain42/masterAndrey Petrov2015-05-161-3/+5
|\
| * Fix performance of sendall() on large files, fixes #626Paul Aurich2015-05-161-3/+5
|/
* Merge pull request #625 from jab/masterAndrey Petrov2015-05-151-8/+6
|\
| * refactor assert_fingerprint further for efficiency and stylejab2015-05-151-8/+6
|/
* Merge pull request #622 from Lukasa/strerrorAndrey Petrov2015-05-131-1/+1
|\
| * Fix errors casting to stringCory Benfield2015-05-131-1/+1
* | Merge pull request #619 from jab/masterAndrey Petrov2015-05-121-13/+11
|\ \ | |/ |/|
| * refactor assert_fingerprint for efficiency + stylejab2015-05-121-13/+11
|/
* Merge pull request #611 from ddriddle/issue_610Andrey Petrov2015-05-124-4/+41
|\
| * Issue #610 -- Tests fallback to IPv4 if IPv6 failsDavid D. Riddle2015-05-114-4/+41
* | Merge pull request #614 from t-8ch/pyopenssl_closeAndrey Petrov2015-05-091-1/+5
|\ \ | |/ |/|
| * close != shutdownThomas Weißschuh2015-05-091-1/+5
|/
* CHANGES for v1.10.4Andrey Petrov2015-05-031-9/+13
* Sorted CHANGES.Andrey Petrov2015-05-031-5/+5
* Merge pull request #609 from t-8ch/url_implicit_leading_dashAndrey Petrov2015-05-012-0/+3
|\
| * don't allow path in urls which do not begin with /Thomas Weißschuh2015-04-302-0/+3
|/
* Merge pull request #606 from t-8ch/test_chunked_gzipAndrey Petrov2015-04-294-6/+38
|\
| * show openssl version in travisThomas Weißschuh2015-04-291-0/+2
| * suppress spurious resource warnings while testingThomas Weißschuh2015-04-291-6/+15
| * test chunked response with gzip encodingThomas Weißschuh2015-04-292-0/+21
|/
* Update CHANGES.rstAndrey Petrov2015-04-281-1/+1
* CHANGES for #605Andrey Petrov2015-04-281-0/+2
* Merge pull request #605 from sigmavirus24/bug/601Andrey Petrov2015-04-282-2/+38
|\
| * Add tests for HEAD methodsCory Benfield2015-04-281-0/+30
| * Style tweaks.Andrey Petrov2015-04-281-4/+4
| * Learn from httplib how to handle chunked HEAD requestsIan Cordasco2015-04-281-0/+6
* | CHANGES for #603Andrey Petrov2015-04-281-0/+3
* | Merge pull request #603 from tlynn/masterAndrey Petrov2015-04-282-2/+6
|\ \ | |/ |/|
| * Fix #602: don't override existing warning config at importtlynn2015-04-282-2/+6
|/
* CHANGES for #599Andrey Petrov2015-04-271-0/+3
* Merge pull request #599 from t-8ch/chunked_keepaliveAndrey Petrov2015-04-273-4/+38
|\
| * style..Thomas Weißschuh2015-04-271-1/+1
| * [dummyserver] emit all chunksThomas Weißschuh2015-04-271-2/+2
| * fix #598Thomas Weißschuh2015-04-271-0/+2
| * test keep-alive chunked requestsThomas Weißschuh2015-04-272-4/+36
|/
* Merge pull request #597 from sigmavirus24/refactor/594Andrey Petrov2015-04-251-48/+62
|\
| * Simplify a couple conditionsIan Cordasco2015-04-251-6/+4
| * Split then strip the transfer-encoding listIan Cordasco2015-04-251-1/+3
| * Rename _get_next_chunk to _update_chunk_lengthIan Cordasco2015-04-241-2/+2