Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | add lock to recv function | Pieter Eendebak | 2017-09-26 | 1 | -1/+2 | |
| |/ | ||||||
* | | fixed #354 : add document | Hiroki Ohtani | 2017-12-09 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'mikesss-close-frame-parsing' | Hiroki Ohtani | 2017-12-09 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge branch 'close-frame-parsing' of ↵ | Hiroki Ohtani | 2017-12-09 | 1 | -1/+1 | |
| |\ \ |/ / / | | | | | | | https://github.com/mikesss/websocket-client into mikesss-close-frame-parsing | |||||
| * | | Parse close frame response correctly when reason present | Mike Sutjipto | 2017-09-14 | 1 | -1/+1 | |
| |/ | ||||||
* | | fixed #353 : add document | Hiroki Ohtani | 2017-12-09 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'Greums-master' | Hiroki Ohtani | 2017-12-09 | 1 | -0/+2 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of https://github.com/Greums/websocket-client into ↵ | Hiroki Ohtani | 2017-12-09 | 1 | -0/+2 | |
| |\ \ |/ / / | | | | | | | Greums-master | |||||
| * | | Fix SSL: SSLV3_ALERT_HANDSHAKE_FAILURE on Debian Stretch | Damien Le Bourdonnec | 2017-09-14 | 1 | -0/+2 | |
| |/ | ||||||
* | | fixed #352 : add document | Hiroki Ohtani | 2017-12-09 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'willstott101-gaierror' | Hiroki Ohtani | 2017-12-09 | 2 | -8/+17 | |
|\ \ | ||||||
| * \ | Merge branch 'gaierror' of https://github.com/willstott101/websocket-client ↵ | Hiroki Ohtani | 2017-12-09 | 2 | -8/+17 | |
| |\ \ |/ / / | | | | | | | into willstott101-gaierror | |||||
| * | | Wrap socket.gaierror with subclass of WebsocketException | Will Stott | 2017-09-14 | 2 | -8/+17 | |
| |/ | ||||||
* | | fixed #345 : add document | Hiroki Ohtani | 2017-12-09 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'bpmckinnon-master' | Hiroki Ohtani | 2017-12-09 | 1 | -3/+6 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of https://github.com/bpmckinnon/websocket-client into ↵ | Hiroki Ohtani | 2017-12-09 | 1 | -3/+6 | |
| |\ \ |/ / / | | | | | | | bpmckinnon-master | |||||
| * | | No_proxy settings should be preserved to allow blocking when proxy settings ↵ | Brian Mckinnon | 2017-08-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | are pulled from the environment variable | |||||
| * | | Added support for windows connection refused error | Brian Mckinnon | 2017-08-30 | 1 | -1/+5 | |
| |/ | ||||||
* | | fixed #369 | Hiroki Ohtani | 2017-12-09 | 1 | -3/+1 | |
| | | ||||||
* | | Merge branch 'Marenthyu-fix-origin-header' | Hiroki Ohtani | 2017-12-09 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Update _handshake.py | Peter "Marenthyu" Fredebold | 2017-11-30 | 1 | -2/+2 | |
|/ / | | | | | see https://github.com/websocket-client/websocket-client/issues/368 | |||||
* | | 0.45.0 | ukwksk | 2017-11-13 | 3 | -2/+6 | |
| | | ||||||
* | | Merge pull request #347 from mckelvin/fix-undefined-variable | ukwksk | 2017-11-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix undefined variable | |||||
| * | | Fix undefined variable | mckelvin | 2017-09-01 | 1 | -1/+1 | |
| |/ | ||||||
* | | 0.44.1 | ukwksk | 2017-11-13 | 4 | -3/+8 | |
| | | ||||||
* | | Merge pull request #344 from 71FIL/Issue_334_ca_certs_option | ukwksk | 2017-11-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | sslopt dict ca_cert should be ca_certs, fixes #334 (and #326) | |||||
| * | sslopt dict ca_cert should be ca_certs, fixes #334 | Philippe Mathieu | 2017-08-22 | 1 | -1/+1 | |
|/ | | | Was 2/3 fixed in commits 287db85 and c280375. | |||||
* | Merge pull request #338 from javacruft/sorted-cookie-items | liris | 2017-08-11 | 1 | -1/+1 | |
|\ | | | | | Ensure cookie items are sorted | |||||
| * | Ensure cookie items are sorted | James Page | 2017-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Ensure that values stored inside a Cookie are sorted as the contents of a CookieJar are retrieved. This resolves some non-deterministic behaviour on some Python versions where dictionary iteration order happens to not be deterministic. Fixes: #337 | |||||
* | | Merge pull request #335 from kianxineki/patch-1 | liris | 2017-08-11 | 1 | -5/+3 | |
|\ \ | |/ |/| | Fix example app (thread TODO) | |||||
| * | use threading | Alberto Galera | 2017-07-07 | 1 | -5/+3 | |
|/ | ||||||
* | pass ssl test | liris | 2017-06-23 | 1 | -1/+1 | |
| | ||||||
* | 0.44.0v0.44.0 | liris | 2017-06-23 | 4 | -3/+8 | |
| | ||||||
* | Merge pull request #328 from aoberoi/patch-1 | liris | 2017-06-23 | 1 | -1/+1 | |
|\ | | | | | renames key in sslopt dict, fixes #326 | |||||
| * | renames key in sslopt dict, fixes #326 | Ankur Oberoi | 2017-06-22 | 1 | -1/+1 | |
|/ | | | must use the same key in the `sslopt` dictionary when reading and writing to it | |||||
* | fixed #327v0.43.0 | liris | 2017-06-21 | 1 | -0/+1 | |
| | | | | revert #301 | |||||
* | 0.43.0 | liris | 2017-06-21 | 2 | -2/+2 | |
| | ||||||
* | fixed #326 | liris | 2017-06-21 | 2 | -2/+6 | |
| | ||||||
* | fixed #325v0.41.1 | liris | 2017-06-18 | 3 | -3/+4 | |
| | ||||||
* | fixed #274v0.41.0 | liris | 2017-06-18 | 1 | -0/+4 | |
| | ||||||
* | release 0.42.0 | liris | 2017-06-18 | 3 | -2/+8 | |
| | ||||||
* | release 0.42.0 | liris | 2017-06-18 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #323 from dannywillems/fix_warning | liris | 2017-06-18 | 1 | -4/+4 | |
|\ | | | | | Fix warning is not defined. | |||||
| * | Fix warning is not defined. | Danny Willems | 2017-06-12 | 1 | -4/+4 | |
| | | ||||||
* | | Merge pull request #320 from LAlbertalli/patch-1 | liris | 2017-06-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Avoid the app to block on close on certain systems | |||||
| * | | Avoid the app to block on close on certain systems | Luca Albertalli | 2017-05-30 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | | | | This relates to issues #317 From the man page of libc/select: ' Multithreaded applications ' If a file descriptor being monitored by select() is closed in another thread, the result is unspecified. On some UNIX systems, select() unblocks and returns, with an indication that the file descriptor is ready (a subsequent I/O operation will likely fail with an error, unless another the file descriptor reopened between the time select() returned and the I/O operations was performed). On Linux (and some other systems), closing the file descriptor in another thread has no effect on select(). In summary, any application that relies on a particular behavior in this scenario must be considered buggy. This change ensures that select unlock at least every 10 sec | |||||
* | | Merge pull request #316 from edne/fix-wsdump-nocert | liris | 2017-06-18 | 1 | -1/+2 | |
|\ \ | | | | | | | Fix #315: import ssl | |||||
| * | | Fix #315: import ssl | Edoardo Negri | 2017-04-13 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge pull request #311 from ARMmbed/0.37.0 | liris | 2017-06-18 | 1 | -24/+28 | |
|\ \ | | | | | | | Fix for https://github.com/websocket-client/websocket-client/issues/306 | |||||
| * | | use context manager to be more safe lock | Jussi Vatjus-Anttila | 2017-03-27 | 1 | -26/+26 | |
| | | |