summaryrefslogtreecommitdiff
path: root/test_websocket.py
Commit message (Expand)AuthorAgeFilesLines
* - fragmentation support for py3liris2013-09-061-14/+18
* Merge branch 'master' into py3liris2013-09-061-2/+71
|\
| * fixed #43liris2013-09-031-3/+12
| * Add tests for message fragmentationMatti Hanninen2013-08-271-1/+61
* | Merge branch 'master' into py3liris2013-08-301-22/+78
|\ \ | |/
| * fix for ssl unavialable environmnetHiroki Ohtani2013-08-211-2/+7
| * Add tests for testing timeout behaviourMatti Hanninen2013-08-201-19/+56
* | - fix deprecated warningliris2013-08-061-1/+1
* | Merge branch 'master' into py3liris2013-07-171-10/+19
|\ \ | |/
| * - abolish _SSLSocketWrapperliris2013-07-171-17/+21
* | :Merge branch 'master' into py3liris2013-07-171-2/+4
|\ \ | |/
* | - release for python 3v0.10.0-py3liris2013-03-221-3/+0
* | - updateliris2013-03-081-0/+3
|\ \
| * | - workable on python 3.3liris2013-02-201-78/+86
* | | - update to the latestliris2013-03-081-80/+88
| |/ |/|
* | - fixed #29liris2013-03-041-0/+12
|/
* tiny modificationliris2013-02-121-28/+25
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2012-05-251-0/+6
|\
| * Don't discard the query string when parsing the URLAndrea Luzzardi2012-04-181-0/+6
* | fix issue#17liris2012-05-251-0/+6
|/
* - remove illegal control code.liris2012-02-281-1/+1
* - start to v0.6.0liris2012-02-281-1/+1
* change import statementliris2012-02-281-2/+3
* Made the WebSocketApp accept a mask_key function which is passed on down to t...Dariusz Suchojad2012-02-271-13/+36
* Added a boolean keep_running flag to WebSocketApp so that the main loop can b...Dariusz Suchojad2012-02-271-0/+46
* Made the key be UUID4 instead of a UUID1.Dariusz Suchojad2012-02-271-1/+10
* - workable with echo.websocket.orgliris2012-01-111-11/+22
* - support ABNF frame data transfer.liris2012-01-111-4/+4
* - handshake is workable.liris2012-01-101-34/+20
* - add assertionliris2011-06-201-0/+1
* - more test codeliris2011-03-171-1/+18
* - more test code.liris2011-03-151-0/+26
* - use logger, not print statementliris2011-01-061-1/+1
* - fix binary frame type bug.liris2011-01-051-2/+2
* rename test code fileliris2011-01-051-0/+179