summaryrefslogtreecommitdiff
path: root/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* changed the echo server URLliris2011-03-021-1/+1
* changed the echo server URL so that we can test without running a local echo ...Ken Sato2011-03-011-1/+1
* fixed issue 1liris2011-02-281-4/+4
* - add license/copyrightliris2011-01-061-0/+22
* - use logger, not print statementliris2011-01-061-20/+140
* - fix binary frame type bug.liris2011-01-051-1/+3
* - support wssHiroki Ohtani2011-01-051-16/+35
* - commit test code and add more test codeHiroki Ohtani2011-01-051-16/+20
* - do closing handshakeHiroki Ohtani2011-01-041-4/+8
* support to receive binary data. but not tested.liris2010-12-301-10/+34
* - partialy support hybi00liris2010-12-301-20/+103
* - check response header brieflyliris2010-12-281-13/+47
* first commitHiroki Ohtani2010-12-281-0/+209