Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix undefined variable | mckelvin | 2017-09-01 | 1 | -1/+1 | |
| |/ | ||||||
* | | 0.44.1 | ukwksk | 2017-11-13 | 2 | -2/+3 | |
| | | ||||||
* | | 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. | |||||
* | 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 | |||||
* | pass ssl test | liris | 2017-06-23 | 1 | -1/+1 | |
| | ||||||
* | 0.44.0v0.44.0 | liris | 2017-06-23 | 2 | -2/+2 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | fixed #326 | liris | 2017-06-21 | 1 | -2/+2 | |
| | ||||||
* | fixed #325v0.41.1 | liris | 2017-06-18 | 2 | -2/+3 | |
| | ||||||
* | release 0.42.0 | liris | 2017-06-18 | 1 | -1/+1 | |
| | ||||||
* | 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 #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 | |
| | | | ||||||
| * | | Remove hack disconnect check, add mutex to recv_frame | Jaakko Kukkohovi | 2017-03-27 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #307 from attzonko/patch-1 | liris | 2017-06-18 | 1 | -3/+6 | |
|\ \ \ | | | | | | | | | Support WEBSOCKET_CLIENT_CA_BUNDLE being directory | |||||
| * | | | Support WEBSOCKET_CLIENT_CA_BUNDLE being directory | Alex Tzonkov | 2017-03-23 | 1 | -3/+6 | |
| | |/ | |/| | | | | This PR adds the capability to use a directory with multiple certs to do ssl cert verification. Similar to how the requests module uses REQUESTS_CA_BUNDLE. | |||||
* | | | Merge pull request #301 from lujinda/master | liris | 2017-06-18 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | fix: when using pppoe redial will block. | |||||
| * | | | fix: when using pppoe redial will block. | 疯狂的小企鹅 | 2016-08-01 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge pull request #292 from tifayuki/master | liris | 2017-06-18 | 3 | -1/+158 | |
|\ \ \ \ | |_|/ / |/| | | | Implement simple cookie jar | |||||
| * | | | Implement simple cookie jar | tifayuki | 2016-12-21 | 3 | -1/+158 | |
| | | | | ||||||
* | | | | Merge pull request #295 from bytesofmyself/master | liris | 2017-01-19 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | add warning() to _logging.__all__ to resolve _send_ping issue | |||||
| * | | | | add warning() to _logging.__all__ to resolve _send_ping issue | Matt | 2017-01-17 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | move repository to https://github.com/websocket-client/websocket-client.git | liris | 2017-01-19 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | update document and set version to 0.40!v0.40.0 | liris | 2016-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ! | |||||
* | | | Fix opcode -> op_code | Richard Wong | 2016-12-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixed #264 | liris | 2016-12-02 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #279 from ifarkas/ca_bundle | liris | 2016-12-02 | 1 | -2/+5 | |
|\ \ \ | | | | | | | | | Support CA bundle specified by environment variable | |||||
| * | | | Support CA bundle specified by environment variable | Imre Farkas | 2016-11-15 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's currently no way to define a custom list of trusted CAs and certain uses-cases end up in SSLError. This commit adds a check for the WEBSOCKET_CLIENT_CA_BUNDLE env variable, similarly to requests library which accepts REQUETS_CA_BUNDLE. | |||||
* | | | | Implemented close code 1014 | Johan de Vries | 2016-10-10 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | cannot use long literal on python3 | liris | 2016-10-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixed #261 Incorrect encoding in continued messages python3 | liris | 2016-10-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | update document, version | liris | 2016-10-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #270 from cmiacz/no_proxy_subnet | liris | 2016-10-03 | 2 | -3/+39 | |
|\ \ \ | | | | | | | | | _url: Added subnet IP address matching in no_proxy host detection | |||||
| * | | | _url: Added subnet IP address matching in no_proxy host detection | Miacz | 2016-09-20 | 2 | -3/+39 | |
| |/ / | ||||||
* | | | Merge pull request #265 from drew-gross/patch-1 | liris | 2016-10-03 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Allow closing WebSocketApp with status/reason/timeout | |||||
| * | | | Allow closing WebSocketApp with status/reason/timeout | Drew | 2016-08-18 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Logging warnings when send_ping routine fails, send_ping exc should not hit ↵ | Krzysztof Rosinski | 2016-07-01 | 2 | -1/+9 | |
|/ / | | | | | | | sys.excepthook | |||||
* | | fixed #253 | liris | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | add document | liris | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | erge #249 | liris | 2016-05-10 | 13 | -165/+215 | |
|\ \ | ||||||
| * | | fixup! websocket.*: [PEP 8] Use conventional line-length limit | Allan Lewis | 2016-04-28 | 1 | -1/+2 | |
| | | | ||||||
| * | | fixup! wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 12 | -60/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, because of the multiple instances of `from foo import *`, names were imported from modules that had themselves imported them, instead of from the place of definition. This commit therefore does the following: - Declares `__all__` in every module that imports anything, so that `from foo import *` is sane. - Sorts the imports based on conventions, similar to the output of `isort`. - Places all conditional imports after unconditional imports, except where that isn't valid. - Imports local names from the modules where they are defined, except when importing the package itself. | |||||
| * | | websocket.*: [PEP 8] Use conventional line-length limit | Allan Lewis | 2016-04-27 | 7 | -21/+40 | |
| | | | | | | | | | | | | Line length is set to 80 characters; tests are excluded. | |||||
| * | | wsdump, websocket.*: [PEP 8] Use conventional vertical spacing | Allan Lewis | 2016-04-27 | 7 | -3/+21 | |
| | | |