Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | refactoring. | Hiroki Ohtani | 2015-03-19 | 3 | -243/+31 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-03-18 | 4 | -106/+141 | |
|\ \ | |/ | ||||||
| * | add method. | Hiroki Ohtani | 2015-03-16 | 1 | -0/+4 | |
| | | ||||||
| * | refactoring. logger and some pep8. | Hiroki Ohtani | 2015-03-16 | 1 | -26/+36 | |
| | | ||||||
| * | refactoring. | Hiroki Ohtani | 2015-03-16 | 1 | -11/+11 | |
| | | ||||||
| * | refactoring. move logging code to _logging.py | Hiroki Ohtani | 2015-03-16 | 2 | -75/+97 | |
| | | ||||||
| * | tiny refactoring | Hiroki Ohtani | 2015-03-16 | 2 | -11/+10 | |
| | | ||||||
* | | remove white space. | liris | 2015-03-18 | 1 | -5/+5 | |
|/ | ||||||
* | refactoring | liris | 2015-03-13 | 2 | -5/+5 | |
| | ||||||
* | refactoring. | liris | 2015-03-13 | 3 | -69/+125 | |
| | ||||||
* | refactoring.,, | liris | 2015-03-13 | 5 | -220/+240 | |
| | ||||||
* | fixed #156 | liris | 2015-03-11 | 1 | -2/+4 | |
| | ||||||
* | start v0.27 | liris | 2015-03-11 | 2 | -2/+2 | |
| | ||||||
* | fixed #147 | liris | 2015-03-10 | 1 | -1/+1 | |
| | ||||||
* | fixed #156 | Hiroki Ohtani | 2015-03-09 | 1 | -1/+1 | |
| | ||||||
* | add ChangeLog for #153 | liris | 2015-03-03 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'apple314159-master' | liris | 2015-03-03 | 1 | -3/+23 | |
|\ | ||||||
| * | Merge branch 'master' of https://github.com/apple314159/websocket-client ↵ | liris | 2015-03-03 | 1 | -3/+23 | |
| |\ |/ / | | | | | into apple314159-master | |||||
| * | Reworked how new options are passed. | Jose Vasconcellos | 2015-03-01 | 1 | -4/+5 | |
| | | ||||||
| * | Changes to wsdump.py. Add command line options and handle closed socket. | Jose Vasconcellos | 2015-02-25 | 1 | -2/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | Additional comamnd line options: * -s proto1 proto2 - set one or more subprotocols * -o origin - set origin * -t "initial text" - allow some text be set from command line Handle receiving from a closed socket. Reply to ping with a pong containing the ping packet data. | |||||
* | | :q | liris | 2015-03-03 | 2 | -2/+2 | |
| | | ||||||
* | | fixed #152 - set error message. | liris | 2015-02-24 | 3 | -3/+7 | |
| | | ||||||
* | | start 0.26 | liris | 2015-02-24 | 2 | -2/+2 | |
|/ | ||||||
* | - fixed #151 for python2.6v0.25.0 | Hiroki Ohtani | 2015-02-23 | 3 | -5/+9 | |
| | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-clientv0.24.0 | liris | 2015-02-19 | 2 | -2/+3 | |
|\ | ||||||
| * | Merge pull request #150 from coolyuyuyu/master | liris | 2015-02-16 | 2 | -2/+3 | |
| |\ | | | | | | | BUG FIX | |||||
| | * | Update _abnf.py | coolyuyuyu | 2015-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | bug fix. Root cause: append int to string. | |||||
| | * | Update _core.py | coolyuyuyu | 2015-01-10 | 1 | -1/+2 | |
| | | | | | | | | | bug fix | |||||
* | | | fixed #138 | liris | 2015-02-19 | 3 | -2/+14 | |
|/ / | | | | | | | - WebsocketProxyException will be raised if we get the proxy error. | |||||
* | | fixed #145 | liris | 2015-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'cgtx-fix_requirements' | liris | 2015-02-12 | 1 | -3/+4 | |
|\ \ | ||||||
| * \ | Merge branch 'fix_requirements' of https://github.com/cgtx/websocket-client ↵ | liris | 2015-02-12 | 1 | -3/+4 | |
| |\ \ |/ / / | | | | | | | into cgtx-fix_requirements | |||||
| * | | ssl_match_hostname code was added in 2.7.9 | cgtx | 2015-01-25 | 1 | -3/+4 | |
| |/ | ||||||
* | | fixed #137 | liris | 2015-02-12 | 4 | -8/+18 | |
| | | | | | | | | | | - add skip_utf8_validation argument. - if set this flag to true, utf-8 validation will be skipped. | |||||
* | | fixed #141 - we skip some test case. | liris | 2015-02-12 | 1 | -8/+9 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-02-10 | 7 | -422/+17 | |
|\ \ | ||||||
| * \ | Merge pull request #146 from rjschwei/fixAddr | liris | 2015-02-10 | 7 | -422/+17 | |
| |\ \ | | |/ | |/| | - Update license text and source code to reflect propoer address for FSF | |||||
| | * | - Update license text and source code to reflect propoer address for FSF | Robert Schweikert | 2015-02-08 | 7 | -422/+17 | |
| |/ | ||||||
* | | fixed #141 | liris | 2015-02-10 | 2 | -2/+7 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-01-09 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge pull request #143 from krosinski/master | liris | 2015-01-09 | 1 | -2/+2 | |
| |\ | | | | | | | Supporting http-basic auth in WebSocketApp | |||||
| | * | Adding http_proxy_auth to WebSocketApp.run_forever | krosinski | 2015-01-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | Merge pull request #1 from liris/master | krosinski | 2015-01-08 | 19 | -208/+774 | |
| | |\ | | | | | | | | | Updating master | |||||
* | | | | - add ChangeLog | liris | 2015-01-09 | 3 | -2/+6 | |
|/ / / | | | | | | | | | | - set version as 0.24 | |||||
* | | | Merge pull request #142 from martingalloar/master | liris | 2015-01-09 | 1 | -6/+6 | |
|\ \ \ | |_|/ |/| | | Corrected schema in TLS examples | |||||
| * | | Corrected schema in TLS examples | Martin Gallo | 2014-12-22 | 1 | -6/+6 | |
|/ / | | | | | | | Examples on TLS connections (disable cert/hostname checks) had the "https" schema instead of "wss". | |||||
* | | refs #140 | Hiroki Ohtani | 2014-12-22 | 1 | -0/+11 | |
| | | | | | | | | add sub protocol example. | |||||
* | | tiny refactoring. | Hiroki Ohtani | 2014-12-22 | 1 | -3/+4 | |
| | | ||||||
* | | fixed #139 | Hiroki Ohtani | 2014-12-22 | 1 | -1/+2 | |
| | | ||||||
* | | fixed #135 | liris | 2014-12-11 | 2 | -1/+5 | |
| | |