summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * refactoring.Hiroki Ohtani2015-03-193-243/+31
| |
* | Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-03-184-106/+141
|\ \ | |/
| * add method.Hiroki Ohtani2015-03-161-0/+4
| |
| * refactoring. logger and some pep8.Hiroki Ohtani2015-03-161-26/+36
| |
| * refactoring.Hiroki Ohtani2015-03-161-11/+11
| |
| * refactoring. move logging code to _logging.pyHiroki Ohtani2015-03-162-75/+97
| |
| * tiny refactoringHiroki Ohtani2015-03-162-11/+10
| |
* | remove white space.liris2015-03-181-5/+5
|/
* refactoringliris2015-03-132-5/+5
|
* refactoring.liris2015-03-133-69/+125
|
* refactoring.,,liris2015-03-135-220/+240
|
* fixed #156liris2015-03-111-2/+4
|
* start v0.27liris2015-03-112-2/+2
|
* fixed #147liris2015-03-101-1/+1
|
* fixed #156Hiroki Ohtani2015-03-091-1/+1
|
* add ChangeLog for #153liris2015-03-031-0/+1
|
* Merge branch 'apple314159-master'liris2015-03-031-3/+23
|\
| * Merge branch 'master' of https://github.com/apple314159/websocket-client ↵liris2015-03-031-3/+23
| |\ |/ / | | | | into apple314159-master
| * Reworked how new options are passed.Jose Vasconcellos2015-03-011-4/+5
| |
| * Changes to wsdump.py. Add command line options and handle closed socket.Jose Vasconcellos2015-02-251-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.
* | :qliris2015-03-032-2/+2
| |
* | fixed #152 - set error message.liris2015-02-243-3/+7
| |
* | start 0.26liris2015-02-242-2/+2
|/
* - fixed #151 for python2.6v0.25.0Hiroki Ohtani2015-02-233-5/+9
|
* Merge branch 'master' of https://github.com/liris/websocket-clientv0.24.0liris2015-02-192-2/+3
|\
| * Merge pull request #150 from coolyuyuyu/masterliris2015-02-162-2/+3
| |\ | | | | | | BUG FIX
| | * Update _abnf.pycoolyuyuyu2015-01-151-1/+1
| | | | | | | | | | | | bug fix. Root cause: append int to string.
| | * Update _core.pycoolyuyuyu2015-01-101-1/+2
| | | | | | | | | bug fix
* | | fixed #138liris2015-02-193-2/+14
|/ / | | | | | | - WebsocketProxyException will be raised if we get the proxy error.
* | fixed #145liris2015-02-121-1/+1
| |
* | Merge branch 'cgtx-fix_requirements'liris2015-02-121-3/+4
|\ \
| * \ Merge branch 'fix_requirements' of https://github.com/cgtx/websocket-client ↵liris2015-02-121-3/+4
| |\ \ |/ / / | | | | | | into cgtx-fix_requirements
| * | ssl_match_hostname code was added in 2.7.9cgtx2015-01-251-3/+4
| |/
* | fixed #137liris2015-02-124-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.liris2015-02-121-8/+9
| |
* | Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-02-107-422/+17
|\ \
| * \ Merge pull request #146 from rjschwei/fixAddrliris2015-02-107-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 FSFRobert Schweikert2015-02-087-422/+17
| |/
* | fixed #141liris2015-02-102-2/+7
|/
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-01-091-2/+2
|\
| * Merge pull request #143 from krosinski/masterliris2015-01-091-2/+2
| |\ | | | | | | Supporting http-basic auth in WebSocketApp
| | * Adding http_proxy_auth to WebSocketApp.run_foreverkrosinski2015-01-081-2/+2
| | |
| | * Merge pull request #1 from liris/masterkrosinski2015-01-0819-208/+774
| | |\ | | | | | | | | Updating master
* | | | - add ChangeLogliris2015-01-093-2/+6
|/ / / | | | | | | | | | - set version as 0.24
* | | Merge pull request #142 from martingalloar/masterliris2015-01-091-6/+6
|\ \ \ | |_|/ |/| | Corrected schema in TLS examples
| * | Corrected schema in TLS examplesMartin Gallo2014-12-221-6/+6
|/ / | | | | | | Examples on TLS connections (disable cert/hostname checks) had the "https" schema instead of "wss".
* | refs #140Hiroki Ohtani2014-12-221-0/+11
| | | | | | | | add sub protocol example.
* | tiny refactoring.Hiroki Ohtani2014-12-221-3/+4
| |
* | fixed #139Hiroki Ohtani2014-12-221-1/+2
| |
* | fixed #135liris2014-12-112-1/+5
| |