summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Collapse)AuthorAgeFilesLines
* fixed #179liris2015-05-072-1/+8
| | | | pass all tests on pypy3 2.4.0
* Merge branch 'travis' of https://github.com/jayvdb/websocket-client into ↵liris2015-05-071-2/+1
|\ | | | | | | jayvdb-travis
| * Add travis buildsJohn Vandenberg2015-05-051-2/+1
| |
* | Fix #180: Avoid deprecated BaseException.messageJohn Vandenberg2015-05-051-5/+1
|/
* start new projectliris2015-04-281-1/+1
|
* Merge branch 'master' of https://github.com/StuartAxelOwen/websocket-client ↵liris2015-04-212-0/+26
|\ | | | | | | into StuartAxelOwen-master
| * Add `__iter__`, `__next__`, and `next` methods to WebSocket, allowing them ↵Stuart Axel Owen2015-04-202-0/+26
| | | | | | | | to be iterated over. This means you can slice, map, filter, etc, websockets without having to roll your own generator each time.
* | add comment.liris2015-04-211-0/+1
| |
* | set check_hostname attribute after setting verify_mode.liris2015-04-211-2/+2
|/ | | | | see https://github.com/liris/websocket-client/commit/b96a2e8fa765753e82eea531adb19716b52ca3ca#commitcomment-10803153 for detail. refs b96a2e8fa765753e82eea531adb19716b52ca3ca
* set check_hostname attribute before setiing verify_mode.liris2015-04-201-2/+3
|
* Fix #175: Use builtin check_hostname when availableKenjiTakahashi2015-04-202-11/+17
|
* fixed #175liris2015-04-201-1/+4
|
* Fix checking for SNI availabilityKenjiTakahashi2015-04-171-2/+2
|
* fixed #173liris2015-04-173-7/+7
|
* fix version checkliris2015-04-161-1/+1
|
* fixed #171liris2015-04-143-6/+17
|
* add some document.liris2015-04-141-12/+20
| | | | small refactoring
* 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-081-1/+1
|
* socket absent from read_headers call in proxy_info classchrisdare042015-04-071-1/+1
|
* Minor type in proxy_info classchrisdare042015-04-071-1/+1
|
* enable ssl testv0.29.0liris2015-04-011-1/+1
|
* fixed ssl socket bugliris2015-04-012-1/+2
|
* change version numberv0.28.0liris2015-04-011-1/+1
|
* 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-261-1/+4
|
* 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
| |
* | 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
| | |
| * | 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-256-46/+100
|/ /
* | fixed #158liris2015-03-242-2/+7
|/
* use "%r".Hiroki Ohtani2015-03-232-3/+3
|
* fix bug: 'WebSocketException' is not definedRicter Zheng2015-03-221-0/+1
| | | fix NameError: global name 'WebSocketException' is not defined
* add "__all__"Hiroki Ohtani2015-03-197-10/+358
|
* refactoring.Hiroki Ohtani2015-03-193-243/+31
|
* add method.Hiroki Ohtani2015-03-161-0/+4
|
* refactoring. logger and some pep8.Hiroki Ohtani2015-03-161-26/+36
|
* refactoring.Hiroki Ohtani2015-03-161-11/+11
|
* refactoring. move logging code to _logging.pyHiroki Ohtani2015-03-162-75/+97
|
* tiny refactoringHiroki Ohtani2015-03-162-11/+10
|
* refactoringliris2015-03-132-5/+5
|
* refactoring.liris2015-03-133-69/+125
|