Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacing | Allan Lewis | 2016-04-27 | 4 | -13/+13 | |
| | | | ||||||
| * | | _abnf, _app, _http, _url: [PEP 8] Fix indents | Allan Lewis | 2016-04-27 | 5 | -16/+18 | |
| | | | ||||||
| * | | _core, test_websocket: Remove unused locals | Allan Lewis | 2016-04-27 | 2 | -8/+8 | |
| | | | ||||||
| * | | ChangeLog, _abnf, _logging: Corect typos | Allan Lewis | 2016-04-27 | 2 | -7/+7 | |
| | | | ||||||
| * | | _core, _handshake: Remove unused imports | Allan Lewis | 2016-04-27 | 2 | -7/+0 | |
| | | | ||||||
| * | | test_websocket: Remove unnecessary backslashes | Allan Lewis | 2016-04-27 | 1 | -3/+3 | |
| | | | ||||||
| * | | _utils: Remove unnecessary trailing semicolon | Allan Lewis | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | _core.WebSocket.shutdown: Triple-quote docstring | Allan Lewis | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | _utils.NoLock.__exit__: Use standard parameter names | Allan Lewis | 2016-04-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | In any case, `type` is a builtin. | |||||
| * | | _abnf, _socket: Don't override builtins | Allan Lewis | 2016-04-27 | 2 | -6/+6 | |
| | | | ||||||
| * | | wsdump, _core, _url, _utils: Remove redundant parentheses | Allan Lewis | 2016-04-27 | 3 | -5/+5 | |
| | | | ||||||
| * | | _abnf.ABNF._is_valid_close_status: Make method static | Allan Lewis | 2016-04-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | _handshake._get_handshake_headers: Use list literal | Allan Lewis | 2016-04-27 | 1 | -4/+5 | |
| | | | ||||||
| * | | _app: Don't use mutable default argument value | Allan Lewis | 2016-04-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | wsdump, _abnf, _http: Compare to `None` using `in` | Allan Lewis | 2016-04-27 | 2 | -3/+3 | |
| | | | ||||||
| * | | test_websocket: [Cleanup] Remove unused imports | Allan Lewis | 2016-04-27 | 1 | -2/+0 | |
| | | | ||||||
| * | | test_websocket: [Cleanup] Correct typo | Allan Lewis | 2016-04-27 | 1 | -3/+3 | |
| |/ | ||||||
* | | Exclude port 443 from host http header | Liam Stanley | 2016-04-27 | 1 | -1/+1 | |
|/ | ||||||
* | fixed #246v0.37.0 | liris | 2016-04-14 | 2 | -2/+2 | |
| | ||||||
* | fixed #242v0.36.0 | liris | 2016-04-12 | 1 | -1/+1 | |
| | ||||||
* | update document and version no. | liris | 2016-04-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #241 from mkonecny/master | liris | 2016-04-12 | 1 | -3/+9 | |
|\ | | | | | implement ping/pong timeout | |||||
| * | implement ping/pong timeout | Martin Konecny | 2016-03-21 | 1 | -3/+9 | |
| | | ||||||
* | | Merge pull request #235 from mpnowacki/master | liris | 2016-04-12 | 1 | -53/+55 | |
|\ \ | | | | | | | added support for using custom connection class | |||||
| * | | added support for using custom connection class | michal.nowacki | 2016-02-10 | 1 | -53/+55 | |
| |/ | ||||||
* | | Use 'websocket' as logger name | Johannes Laire | 2016-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typos in docstring | Johannes Laire | 2016-02-19 | 1 | -2/+2 | |
|/ | ||||||
* | Propagate SystemExit exception further | Vasily | 2016-01-18 | 1 | -0/+3 | |
| | ||||||
* | Handle more built-in exceptions that are not derived from Exception in ↵ | Vasily | 2016-01-15 | 1 | -1/+1 | |
| | | | | WebSocketApp.run_forever() | |||||
* | fixed #227 | liris | 2016-01-04 | 1 | -3/+5 | |
| | ||||||
* | Merge branch 'init-with-socket' of ↵ | liris | 2016-01-04 | 2 | -2/+9 | |
|\ | | | | | | | https://github.com/ilysym/websocket-client into ilysym-init-with-socket | |||||
| * | Use pre-initialized stream socket | Ilya Semyonov | 2015-12-08 | 2 | -2/+9 | |
| | | | | | | | | | | Allow creating WebSocket connection on existing stream socket instance (either TCP or SSL). | |||||
* | | Merge branch 'fix-nonstring-exception-message-bug' of ↵ | liris | 2016-01-04 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | https://github.com/CptPicard/websocket-client into CptPicard-fix-nonstring-exception-message-bug | |||||
| * | | Not all exception messages are actually strings. For example SSLException ↵ | Eero Nevalainen | 2015-12-03 | 1 | -1/+1 | |
| |/ | | | | | | | seems to return just an integer error code from extract_err_message. | |||||
* | | Merge branch 'fix_argspec' of https://github.com/oklahomer/websocket-client ↵ | liris | 2016-01-04 | 1 | -2/+6 | |
|\ \ | | | | | | | | | | into oklahomer-fix_argspec | |||||
| * | | use inspect.getfullargspec with Python 3.x | Oklahomer | 2015-11-08 | 1 | -2/+6 | |
| |/ | ||||||
* | | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2016-01-04 | 6 | -43/+43 | |
|\ \ | ||||||
| * | | fix typos | Jakub Wilk | 2016-01-03 | 6 | -43/+43 | |
| |/ | ||||||
* | | new version | liris | 2016-01-04 | 1 | -1/+1 | |
|/ | ||||||
* | fixed #215v0.34.0 | liris | 2015-10-28 | 1 | -5/+8 | |
| | ||||||
* | fixed #203 | liris | 2015-10-28 | 1 | -2/+2 | |
| | ||||||
* | start v0.34 | liris | 2015-10-28 | 1 | -1/+1 | |
| | ||||||
* | python 2.6 support | liris | 2015-10-27 | 1 | -1/+6 | |
| | ||||||
* | Merge branch 'tweaks' of https://github.com/nlevitt/websocket-client into ↵ | liris | 2015-10-27 | 1 | -1/+1 | |
|\ | | | | | | | nlevitt-tweaks | |||||
| * | Merge remote-tracking branch 'origin/master' into tweaks | Noah Levitt | 2015-09-23 | 5 | -7/+37 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fixed #192 introduced close timeout fixed #199 WebSocketBadStatusException for handshake error fixed #198 introduce on_data callback to pass data type. documentation add space. Typo fix in README.rst Fix string formatting in exception add support for ssl cert chains to support client certs | |||||
| * | | improve logging of error from callback | Noah Levitt | 2015-07-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #211 from obi1kenobi/master | liris | 2015-10-27 | 2 | -7/+9 | |
|\ \ \ | | | | | | | | | Security improvements during handshake | |||||
| * | | | Using os.urandom() and constant-time hash check for handshake. Fixes #209 #210 | Predrag Gruevski | 2015-09-21 | 2 | -7/+9 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' of https://github.com/robviaas/websocket-client into ↵ | liris | 2015-10-27 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | | | | | robviaas-master | |||||
| * | | | Fix issue #207, Client certificates do not work with 2.7.9+ and 3.2+ | robviaas | 2015-09-20 | 1 | -0/+6 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://github.com/liris/websocket-client/issues/207) By observing the certfile argument, we can load the cert chain using the certfile, keyfile and password sslopt values. A more complete fix might allow us to pass in the SSLContext (rather than creating it on each connection), which would allow the caller to set all SSL options prior to calling create_connection() - this option was passed over as it required more extensive changes. |