Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fixed #51 | liris | 2013-09-09 | 1 | -10/+1 |
* | - fragmentation support for py3 | liris | 2013-09-06 | 1 | -1/+0 |
* | Merge branch 'master' into py3 | liris | 2013-09-06 | 1 | -3/+23 |
|\ | |||||
| * | fixed #43 | liris | 2013-09-03 | 1 | -3/+23 |
* | | - fixed #49 | liris | 2013-09-03 | 1 | -2/+4 |
* | | Merge branch 'py3' of https://github.com/liris/websocket-client into py3 | liris | 2013-08-30 | 1 | -6/+6 |
|\ \ | |||||
| * | | - support py3 | Hiroki Ohtani | 2013-08-24 | 1 | -1/+1 |
| * | | Merge commit '79f5f4074ce45b58810b14efce35de18d141c214' into py3 | Hiroki Ohtani | 2013-08-24 | 1 | -7/+38 |
| |\ \ | |||||
* | \ \ | Merge branch 'master' into py3 | liris | 2013-08-30 | 1 | -38/+87 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | fix for ssl unavialable environmnet | Hiroki Ohtani | 2013-08-21 | 1 | -1/+6 |
| * | | Buffer frame parts while building up the frame | Matti Hanninen | 2013-08-20 | 1 | -28/+35 |
| * | | Buffer packets from the lower layer during recv | Matti Hanninen | 2013-08-20 | 1 | -6/+13 |
| * | | Keep try tight and catch more accurately | Matti Hanninen | 2013-08-20 | 1 | -6/+6 |
| |/ | |||||
| * | - fixed #44 | liris | 2013-08-19 | 1 | -1/+1 |
| * | - fixed #40 | liris | 2013-08-07 | 1 | -6/+32 |
* | | merge from trunk | liris | 2013-08-06 | 1 | -10/+32 |
|\ \ | |/ | |||||
| * | - fixed #42 | liris | 2013-08-02 | 1 | -1/+0 |
| * | - refs #38 | liris | 2013-07-30 | 1 | -0/+5 |
| * | - fixed #38 | liris | 2013-07-30 | 1 | -7/+6 |
| * | - fixed #32 Keepalive / ping ? | liris | 2013-07-17 | 1 | -3/+22 |
* | | Merge branch 'master' into py3 | liris | 2013-07-17 | 1 | -21/+5 |
|\ \ | |/ | |||||
| * | - abolish _SSLSocketWrapper | liris | 2013-07-17 | 1 | -25/+10 |
* | | :Merge branch 'master' into py3 | liris | 2013-07-17 | 1 | -50/+66 |
|\ \ | |/ | |||||
| * | Various fixes and improvements. | dwelch91 | 2013-07-07 | 1 | -41/+56 |
| * | fixed #35 | liris | 2013-07-01 | 1 | -11/+19 |
* | | - file no support for py3 | liris | 2013-05-23 | 1 | -2/+2 |
* | | Merge branch 'master' into py3 | liris | 2013-05-23 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | - add fileno for ssl | liris | 2013-05-22 | 1 | -0/+3 |
| * | Whitespace | Richo Healey | 2013-05-20 | 1 | -1/+1 |
| * | Implement fileno() on WebSocket | Richo Healey | 2013-05-20 | 1 | -0/+3 |
* | | Merge branch 'master' into py3 | Hiroki Ohtani | 2013-05-03 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Merge pull request #32 from methane/patch-1 | liris | 2013-05-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix default Origin isn't URI | INADA Naoki | 2013-05-01 | 1 | -1/+1 |
| * | | Only log non-normal close status. | Ransom Richardson | 2013-04-18 | 1 | -2/+4 |
| |/ | |||||
* | | - update to the latest | liris | 2013-03-08 | 1 | -37/+50 |
|/ | |||||
* | - fixed #29 | liris | 2013-03-04 | 1 | -5/+13 |
* | WebSocket.send fix for big data | nashim | 2013-03-03 | 1 | -1/+3 |
* | Update websocket.py | liris | 2013-02-26 | 1 | -0/+1 |
* | Merge pull request #28 from zakkie/dev | liris | 2013-02-25 | 1 | -2/+2 |
|\ | |||||
| * | header argument is sequence insted of dict | zakkie | 2013-02-25 | 1 | -2/+2 |
* | | allow to set HTTP Header to WebSocketApp | zakkie | 2013-02-25 | 1 | -2/+3 |
|/ | |||||
* | - prepare for py3 | liris | 2013-02-19 | 1 | -4/+4 |
* | Added "origin" to the available options | l1am9111 | 2013-02-12 | 1 | -1/+5 |
* | tiny modification | liris | 2013-02-12 | 1 | -8/+20 |
* | add docstring. | liris | 2013-02-12 | 1 | -1/+3 |
* | Allow to set opcode in WebSocketApp.send() | Mark Pors | 2013-02-09 | 1 | -2/+2 |
* | Echo ping data back during a pong. | James Cook | 2012-10-10 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2012-08-23 | 1 | -6/+5 |
|\ | |||||
| * | - speedup | atzm | 2012-08-06 | 1 | -5/+5 |
| * | sec-websocket-protocol shouldn't be sent by default. This header defines a ... | ericmoritz | 2012-06-27 | 1 | -1/+0 |