summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging new release version: 1.10.41.10.4Andrey Petrov2015-05-0316-114/+321
|\
| * 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
| | * Do not convert the transfer-encodings to a setIan Cordasco2015-04-241-1/+1
| | * Reorder logic of _update_chunk_lengthIan Cordasco2015-04-241-13/+10
| | * Do not call join with a bytes objectIan Cordasco2015-04-241-1/+1
| | * Fix check for chunked transfer-encodingIan Cordasco2015-04-231-2/+2
| | * Refactor fix for 593Ian Cordasco2015-04-231-40/+57
| |/
| * CHANGES for #594 and #595.Andrey Petrov2015-04-231-0/+4
| * Merge pull request #596 from shazow/tornado-4Andrey Petrov2015-04-231-3/+1
| |\
| | * Tornado 4tornado-4Andrey Petrov2015-04-231-3/+1
| |/
| * Merge pull request #594 from matejcik/masterAndrey Petrov2015-04-235-31/+57
| |\
| | * move header-case-sensitivity test to socket-basedmatejcik2015-04-232-8/+18
| | * py2.6 threading fixmatejcik2015-04-231-1/+2
| | * let tornado take care of encoding (fixes py3 error)matejcik2015-04-231-1/+1
| | * make socket test not hang if server fails to startmatejcik2015-04-231-1/+2
| | * use Tornado directly instead of WSGI compatibility layermatejcik2015-04-233-22/+36
| * | Merge pull request #595 from sigmavirus24/bug/593Andrey Petrov2015-04-232-21/+64
| |\ \ | | |/ | |/|
| | * Prevent futher regressions in gzipped chunk handlingIan Cordasco2015-04-231-3/+30
| | * Decode information received from read_chunked in streamIan Cordasco2015-04-231-18/+34
| |/
| * Nuke build on clean.Andrey Petrov2015-04-211-0/+1
* | Merging new release version: 1.10.31.10.3Andrey Petrov2015-04-212-7/+1
|/
* Version bump: 1.10.3Andrey Petrov2015-04-211-2/+6
* CHANGES for #588Andrey Petrov2015-04-111-0/+2
* Merge pull request #588 from t-8ch/ignore_stdlib_ciphersAndrey Petrov2015-04-112-27/+20
|\