summaryrefslogtreecommitdiff
path: root/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed #51liris2013-09-091-10/+1
* - fragmentation support for py3liris2013-09-061-1/+0
* Merge branch 'master' into py3liris2013-09-061-3/+23
|\
| * fixed #43liris2013-09-031-3/+23
* | - fixed #49liris2013-09-031-2/+4
* | Merge branch 'py3' of https://github.com/liris/websocket-client into py3liris2013-08-301-6/+6
|\ \
| * | - support py3Hiroki Ohtani2013-08-241-1/+1
| * | Merge commit '79f5f4074ce45b58810b14efce35de18d141c214' into py3Hiroki Ohtani2013-08-241-7/+38
| |\ \
* | \ \ Merge branch 'master' into py3liris2013-08-301-38/+87
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix for ssl unavialable environmnetHiroki Ohtani2013-08-211-1/+6
| * | Buffer frame parts while building up the frameMatti Hanninen2013-08-201-28/+35
| * | Buffer packets from the lower layer during recvMatti Hanninen2013-08-201-6/+13
| * | Keep try tight and catch more accuratelyMatti Hanninen2013-08-201-6/+6
| |/
| * - fixed #44liris2013-08-191-1/+1
| * - fixed #40liris2013-08-071-6/+32
* | merge from trunkliris2013-08-061-10/+32
|\ \ | |/
| * - fixed #42liris2013-08-021-1/+0
| * - refs #38liris2013-07-301-0/+5
| * - fixed #38liris2013-07-301-7/+6
| * - fixed #32 Keepalive / ping ?liris2013-07-171-3/+22
* | Merge branch 'master' into py3liris2013-07-171-21/+5
|\ \ | |/
| * - abolish _SSLSocketWrapperliris2013-07-171-25/+10
* | :Merge branch 'master' into py3liris2013-07-171-50/+66
|\ \ | |/
| * Various fixes and improvements.dwelch912013-07-071-41/+56
| * fixed #35liris2013-07-011-11/+19
* | - file no support for py3liris2013-05-231-2/+2
* | Merge branch 'master' into py3liris2013-05-231-0/+6
|\ \ | |/
| * - add fileno for sslliris2013-05-221-0/+3
| * WhitespaceRicho Healey2013-05-201-1/+1
| * Implement fileno() on WebSocketRicho Healey2013-05-201-0/+3
* | Merge branch 'master' into py3Hiroki Ohtani2013-05-031-3/+5
|\ \ | |/
| * Merge pull request #32 from methane/patch-1liris2013-05-021-1/+1
| |\
| | * Fix default Origin isn't URIINADA Naoki2013-05-011-1/+1
| * | Only log non-normal close status.Ransom Richardson2013-04-181-2/+4
| |/
* | - update to the latestliris2013-03-081-37/+50
|/
* - fixed #29liris2013-03-041-5/+13
* WebSocket.send fix for big datanashim2013-03-031-1/+3
* Update websocket.pyliris2013-02-261-0/+1
* Merge pull request #28 from zakkie/devliris2013-02-251-2/+2
|\
| * header argument is sequence insted of dictzakkie2013-02-251-2/+2
* | allow to set HTTP Header to WebSocketAppzakkie2013-02-251-2/+3
|/
* - prepare for py3liris2013-02-191-4/+4
* Added "origin" to the available optionsl1am91112013-02-121-1/+5
* tiny modificationliris2013-02-121-8/+20
* add docstring.liris2013-02-121-1/+3
* Allow to set opcode in WebSocketApp.send()Mark Pors2013-02-091-2/+2
* Echo ping data back during a pong.James Cook2012-10-101-1/+1
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2012-08-231-6/+5
|\
| * - speedupatzm2012-08-061-5/+5
| * sec-websocket-protocol shouldn't be sent by default. This header defines a ...ericmoritz2012-06-271-1/+0