summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* set check_hostname attribute before setiing verify_mode.liris2015-04-201-2/+3
|
* Merge branch 'whitehats-sni'liris2015-04-202-11/+17
|\
| * Fix #175: Use builtin check_hostname when availableKenjiTakahashi2015-04-202-11/+17
|/
* fixed #175liris2015-04-201-0/+1
|
* fixed #175liris2015-04-201-1/+4
|
* Merge pull request #176 from whitehats/sniliris2015-04-181-2/+2
|\ | | | | Fix checking for SNI availability
| * Fix checking for SNI availabilityKenjiTakahashi2015-04-171-2/+2
|/
* update document.liris2015-04-171-0/+1
|
* fixed #173liris2015-04-173-7/+7
|
* fix version checkliris2015-04-161-1/+1
|
* fixed #171liris2015-04-144-6/+18
|
* add some document.liris2015-04-142-12/+21
| | | | small refactoring
* Merge branch 'whitehats-sni'liris2015-04-142-1/+23
|\
| * Mention SNI support in FAQKenjiTakahashi2015-04-131-0/+6
| |
| * Use SSLContext for socket wrapping when possibleKenjiTakahashi2015-04-131-1/+17
|/ | | | | Works for Python 2.7.9+ and 3.2+. Enables usage of modern SSL extensions, like SNI.
* start v0.30 and add document.liris2015-04-083-2/+6
|
* Merge pull request #169 from cdare/proxy_fixesliris2015-04-081-2/+2
|\ | | | | Proxy fixes
| * socket absent from read_headers call in proxy_info classchrisdare042015-04-071-1/+1
| |
| * Minor type in proxy_info classchrisdare042015-04-070-0/+0
| |
| * Minor type in proxy_info classchrisdare042015-04-071-1/+1
|/
* enable ssl testv0.29.0liris2015-04-011-1/+1
|
* fixed ssl socket bugliris2015-04-014-2/+7
|
* change version numberv0.28.0liris2015-04-012-2/+2
|
* update documentliris2015-04-011-0/+4
|
* Merge pull request #168 from enewhuis/masterliris2015-04-011-2/+2
|\ | | | | Fix erroneous argument shadowing
| * Fix erroneous argument shadowingenewhuis2015-03-311-2/+2
|/
* fixed some errorv0.27.0liris2015-03-263-6/+7
|
* refs #164liris2015-03-262-4/+2
|
* fixed #166liris2015-03-262-2/+6
|
* fixed #163.liris2015-03-261-0/+1
| | | | - documentation.
* Merge pull request #165 from caseq/fix-oomliris2015-03-261-1/+6
|\ | | | | Fix out-of-memory due to fragmentation when recieving a very large frame
| * Fix out-of-memory due to fragmentation when recieving a very large frameAndrey Kosyakov2015-03-251-1/+6
| |
* | Merge pull request #164 from caseq/fix-sslerrorliris2015-03-264-33/+44
|\ \ | |/ |/| Fix exception in recv() when ssl module is not available
| * Fix exception in recv() when ssl module is not availableAndrey Kosyakov2015-03-254-33/+44
|/
* refactoring. pack continuous frame info into one class.liris2015-03-252-55/+75
|
* refactoring. continuous status is packed into frame_bufferliris2015-03-253-42/+41
|
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-03-252-2/+2
|\
| * Merge pull request #159 from samueltardieu/patch-1liris2015-03-251-1/+1
| |\ | | | | | | fix typo in function documentation
| | * fix typo in function documentationSamuel Tardieu2015-03-231-1/+1
| | |
| * | Merge pull request #162 from maranov/masterliris2015-03-252-1/+1
| |\ \ | | | | | | | | Fixed errno NameError
| | * | Moved the import errno statement from _core.py to _http.py to fix a ↵Marek Novák2015-03-242-1/+1
| |/ / | | | | | | | | | NameError on line 108 of _http.py
* | | fixed #160 and some refactoringliris2015-03-257-46/+101
|/ /
* | fixed #158liris2015-03-243-2/+8
|/
* use "%r".Hiroki Ohtani2015-03-232-3/+3
|
* Merge pull request #157 from RicterZ/masterliris2015-03-231-0/+1
|\ | | | | fix bug: 'WebSocketException' is not defined
| * fix bug: 'WebSocketException' is not definedRicter Zheng2015-03-221-0/+1
|/ | | fix NameError: global name 'WebSocketException' is not defined
* refs #156liris2015-03-201-0/+1
|
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-03-2010-253/+393
|\
| * for refactoringHiroki Ohtani2015-03-191-0/+4
| |
| * add "__all__"Hiroki Ohtani2015-03-197-10/+358
| |