summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixed #199liris2015-07-303-1/+14
| | | | | | | | WebSocketBadStatusException for handshake error
* | fixed #198liris2015-07-302-1/+14
| | | | | | | | introduce on_data callback to pass data type.
* | documentationliris2015-07-231-0/+3
| |
* | add space.liris2015-07-231-1/+1
| |
* | Merge branch 'newsham-master'liris2015-07-231-0/+3
|\ \
| * \ Merge branch 'master' of https://github.com/newsham/websocket-client into ↵liris2015-07-231-0/+3
| |\ \ |/ / / | | | | | | newsham-master
| * | add support for ssl cert chains to support client certsTim Newsham2015-07-171-0/+3
| |/
* | Merge pull request #196 from cjellick/concat-fixliris2015-07-231-1/+1
|\ \ | | | | | | Fix string formatting in exception
| * | Fix string formatting in exceptionCraig Jellick2015-07-171-1/+1
| |/
* | Merge pull request #197 from ndonegan/masterliris2015-07-231-1/+1
|\ \ | |/ |/| Typo fix in README.rst
| * Typo fix in README.rstNiall Donegan2015-07-201-1/+1
|/
* add ChangeLog for #193liris2015-07-161-0/+1
|
* Merge branch 'achille-roussel-wsaccel'liris2015-07-163-55/+77
|\
| * Merge branch 'wsaccel' of ↵liris2015-07-163-55/+77
| |\ |/ / | | | | https://github.com/achille-roussel/websocket-client into achille-roussel-wsaccel
| * use wsaccel if availableAchille Roussel2015-07-103-55/+77
| |
* | add ChangeLog for #194liris2015-07-161-0/+2
| |
* | Merge branch 'nnam-master'liris2015-07-161-0/+7
|\ \ | |/ |/|
| * adding proxy support to wsdump.pynnam2015-07-151-0/+7
|/
* - fixed #190liris2015-06-244-3/+10
|
* - refactoring.liris2015-06-221-1/+1
|
* 0.32.0v0.32.0liris2015-05-292-2/+2
|
* document for #189liris2015-05-291-0/+4
|
* Merge branch 'DainDwarf-patch-1'liris2015-05-291-1/+2
|\
| * Update _http.pyDainDwarf2015-05-281-1/+2
|/ | | Return sock in _tunnel to avoid crash in connect()
* add docuemnt for #186 and #186v0.31.0liris2015-05-181-0/+2
|
* Merge pull request #186 from sim6/raw-modeliris2015-05-181-15/+31
|\ | | | | Add raw mode to wsdump.py
| * add raw mode to wsdump.pySimó Albert i Beltran2015-05-141-12/+28
| |
| * console decoration of wsdump.py inside InteractiveConsoleSimó Albert i Beltran2015-05-141-3/+3
| |
| * wsdump.py writes empty string to consoleSimó Albert i Beltran2015-05-141-1/+1
| |
* | Merge pull request #185 from sim6/fix-py3liris2015-05-181-0/+2
|\ \ | | | | | | fix output of wsdump.py with python3
| * | fix output of wsdump.py with python3Simó Albert i Beltran2015-05-151-0/+2
| |/
* | -m fixed #183liris2015-05-151-1/+3
|/
* Merge pull request #184 from sim6/fix-regresion-f6af085liris2015-05-131-1/+0
|\ | | | | fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2
| * fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2Simó Albert i Beltran2015-05-131-1/+0
|/
* fixed #183liris2015-05-132-1/+14
|
* fixed #179liris2015-05-072-1/+8
| | | | pass all tests on pypy3 2.4.0
* add document for #182liris2015-05-071-0/+1
|
* Merge branch 'jayvdb-travis'liris2015-05-072-2/+15
|\
| * Merge branch 'travis' of https://github.com/jayvdb/websocket-client into ↵liris2015-05-072-2/+15
| |\ |/ / | | | | jayvdb-travis
| * Add travis buildsJohn Vandenberg2015-05-052-2/+15
| |
* | add ChangeLog for #180liris2015-05-071-0/+4
| |
* | Merge branch 'jayvdb-issue_180'liris2015-05-071-5/+1
|\ \ | |/ |/|
| * Fix #180: Avoid deprecated BaseException.messageJohn Vandenberg2015-05-051-5/+1
|/
* start new projectliris2015-04-282-2/+2
|
* add document.v0.30.0liris2015-04-211-0/+1
|
* Merge branch 'StuartAxelOwen-master'liris2015-04-212-0/+26
|\
| * 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