Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fixed #199 | liris | 2015-07-30 | 3 | -1/+14 | |
| | | | | | | | | WebSocketBadStatusException for handshake error | |||||
* | | fixed #198 | liris | 2015-07-30 | 2 | -1/+14 | |
| | | | | | | | | introduce on_data callback to pass data type. | |||||
* | | documentation | liris | 2015-07-23 | 1 | -0/+3 | |
| | | ||||||
* | | add space. | liris | 2015-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'newsham-master' | liris | 2015-07-23 | 1 | -0/+3 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of https://github.com/newsham/websocket-client into ↵ | liris | 2015-07-23 | 1 | -0/+3 | |
| |\ \ |/ / / | | | | | | | newsham-master | |||||
| * | | add support for ssl cert chains to support client certs | Tim Newsham | 2015-07-17 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge pull request #196 from cjellick/concat-fix | liris | 2015-07-23 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix string formatting in exception | |||||
| * | | Fix string formatting in exception | Craig Jellick | 2015-07-17 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #197 from ndonegan/master | liris | 2015-07-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | Typo fix in README.rst | |||||
| * | Typo fix in README.rst | Niall Donegan | 2015-07-20 | 1 | -1/+1 | |
|/ | ||||||
* | add ChangeLog for #193 | liris | 2015-07-16 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'achille-roussel-wsaccel' | liris | 2015-07-16 | 3 | -55/+77 | |
|\ | ||||||
| * | Merge branch 'wsaccel' of ↵ | liris | 2015-07-16 | 3 | -55/+77 | |
| |\ |/ / | | | | | https://github.com/achille-roussel/websocket-client into achille-roussel-wsaccel | |||||
| * | use wsaccel if available | Achille Roussel | 2015-07-10 | 3 | -55/+77 | |
| | | ||||||
* | | add ChangeLog for #194 | liris | 2015-07-16 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'nnam-master' | liris | 2015-07-16 | 1 | -0/+7 | |
|\ \ | |/ |/| | ||||||
| * | adding proxy support to wsdump.py | nnam | 2015-07-15 | 1 | -0/+7 | |
|/ | ||||||
* | - fixed #190 | liris | 2015-06-24 | 4 | -3/+10 | |
| | ||||||
* | - refactoring. | liris | 2015-06-22 | 1 | -1/+1 | |
| | ||||||
* | 0.32.0v0.32.0 | liris | 2015-05-29 | 2 | -2/+2 | |
| | ||||||
* | document for #189 | liris | 2015-05-29 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'DainDwarf-patch-1' | liris | 2015-05-29 | 1 | -1/+2 | |
|\ | ||||||
| * | Update _http.py | DainDwarf | 2015-05-28 | 1 | -1/+2 | |
|/ | | | Return sock in _tunnel to avoid crash in connect() | |||||
* | add docuemnt for #186 and #186v0.31.0 | liris | 2015-05-18 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #186 from sim6/raw-mode | liris | 2015-05-18 | 1 | -15/+31 | |
|\ | | | | | Add raw mode to wsdump.py | |||||
| * | add raw mode to wsdump.py | Simó Albert i Beltran | 2015-05-14 | 1 | -12/+28 | |
| | | ||||||
| * | console decoration of wsdump.py inside InteractiveConsole | Simó Albert i Beltran | 2015-05-14 | 1 | -3/+3 | |
| | | ||||||
| * | wsdump.py writes empty string to console | Simó Albert i Beltran | 2015-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #185 from sim6/fix-py3 | liris | 2015-05-18 | 1 | -0/+2 | |
|\ \ | | | | | | | fix output of wsdump.py with python3 | |||||
| * | | fix output of wsdump.py with python3 | Simó Albert i Beltran | 2015-05-15 | 1 | -0/+2 | |
| |/ | ||||||
* | | -m fixed #183 | liris | 2015-05-15 | 1 | -1/+3 | |
|/ | ||||||
* | Merge pull request #184 from sim6/fix-regresion-f6af085 | liris | 2015-05-13 | 1 | -1/+0 | |
|\ | | | | | fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2 | |||||
| * | fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2 | Simó Albert i Beltran | 2015-05-13 | 1 | -1/+0 | |
|/ | ||||||
* | fixed #183 | liris | 2015-05-13 | 2 | -1/+14 | |
| | ||||||
* | fixed #179 | liris | 2015-05-07 | 2 | -1/+8 | |
| | | | | pass all tests on pypy3 2.4.0 | |||||
* | add document for #182 | liris | 2015-05-07 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'jayvdb-travis' | liris | 2015-05-07 | 2 | -2/+15 | |
|\ | ||||||
| * | Merge branch 'travis' of https://github.com/jayvdb/websocket-client into ↵ | liris | 2015-05-07 | 2 | -2/+15 | |
| |\ |/ / | | | | | jayvdb-travis | |||||
| * | Add travis builds | John Vandenberg | 2015-05-05 | 2 | -2/+15 | |
| | | ||||||
* | | add ChangeLog for #180 | liris | 2015-05-07 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'jayvdb-issue_180' | liris | 2015-05-07 | 1 | -5/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fix #180: Avoid deprecated BaseException.message | John Vandenberg | 2015-05-05 | 1 | -5/+1 | |
|/ | ||||||
* | start new project | liris | 2015-04-28 | 2 | -2/+2 | |
| | ||||||
* | add document.v0.30.0 | liris | 2015-04-21 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'StuartAxelOwen-master' | liris | 2015-04-21 | 2 | -0/+26 | |
|\ | ||||||
| * | Merge branch 'master' of https://github.com/StuartAxelOwen/websocket-client ↵ | liris | 2015-04-21 | 2 | -0/+26 | |
| |\ |/ / | | | | | into StuartAxelOwen-master | |||||
| * | Add `__iter__`, `__next__`, and `next` methods to WebSocket, allowing them ↵ | Stuart Axel Owen | 2015-04-20 | 2 | -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. | liris | 2015-04-21 | 1 | -0/+1 | |
| | | ||||||
* | | set check_hostname attribute after setting verify_mode. | liris | 2015-04-21 | 1 | -2/+2 | |
|/ | | | | | see https://github.com/liris/websocket-client/commit/b96a2e8fa765753e82eea531adb19716b52ca3ca#commitcomment-10803153 for detail. refs b96a2e8fa765753e82eea531adb19716b52ca3ca |