Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set check_hostname attribute before setiing verify_mode. | liris | 2015-04-20 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'whitehats-sni' | liris | 2015-04-20 | 2 | -11/+17 | |
|\ | ||||||
| * | Fix #175: Use builtin check_hostname when available | KenjiTakahashi | 2015-04-20 | 2 | -11/+17 | |
|/ | ||||||
* | fixed #175 | liris | 2015-04-20 | 1 | -0/+1 | |
| | ||||||
* | fixed #175 | liris | 2015-04-20 | 1 | -1/+4 | |
| | ||||||
* | Merge pull request #176 from whitehats/sni | liris | 2015-04-18 | 1 | -2/+2 | |
|\ | | | | | Fix checking for SNI availability | |||||
| * | Fix checking for SNI availability | KenjiTakahashi | 2015-04-17 | 1 | -2/+2 | |
|/ | ||||||
* | update document. | liris | 2015-04-17 | 1 | -0/+1 | |
| | ||||||
* | fixed #173 | liris | 2015-04-17 | 3 | -7/+7 | |
| | ||||||
* | fix version check | liris | 2015-04-16 | 1 | -1/+1 | |
| | ||||||
* | fixed #171 | liris | 2015-04-14 | 4 | -6/+18 | |
| | ||||||
* | add some document. | liris | 2015-04-14 | 2 | -12/+21 | |
| | | | | small refactoring | |||||
* | Merge branch 'whitehats-sni' | liris | 2015-04-14 | 2 | -1/+23 | |
|\ | ||||||
| * | Mention SNI support in FAQ | KenjiTakahashi | 2015-04-13 | 1 | -0/+6 | |
| | | ||||||
| * | Use SSLContext for socket wrapping when possible | KenjiTakahashi | 2015-04-13 | 1 | -1/+17 | |
|/ | | | | | Works for Python 2.7.9+ and 3.2+. Enables usage of modern SSL extensions, like SNI. | |||||
* | start v0.30 and add document. | liris | 2015-04-08 | 3 | -2/+6 | |
| | ||||||
* | Merge pull request #169 from cdare/proxy_fixes | liris | 2015-04-08 | 1 | -2/+2 | |
|\ | | | | | Proxy fixes | |||||
| * | socket absent from read_headers call in proxy_info class | chrisdare04 | 2015-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | Minor type in proxy_info class | chrisdare04 | 2015-04-07 | 0 | -0/+0 | |
| | | ||||||
| * | Minor type in proxy_info class | chrisdare04 | 2015-04-07 | 1 | -1/+1 | |
|/ | ||||||
* | enable ssl testv0.29.0 | liris | 2015-04-01 | 1 | -1/+1 | |
| | ||||||
* | fixed ssl socket bug | liris | 2015-04-01 | 4 | -2/+7 | |
| | ||||||
* | change version numberv0.28.0 | liris | 2015-04-01 | 2 | -2/+2 | |
| | ||||||
* | update document | liris | 2015-04-01 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #168 from enewhuis/master | liris | 2015-04-01 | 1 | -2/+2 | |
|\ | | | | | Fix erroneous argument shadowing | |||||
| * | Fix erroneous argument shadowing | enewhuis | 2015-03-31 | 1 | -2/+2 | |
|/ | ||||||
* | fixed some errorv0.27.0 | liris | 2015-03-26 | 3 | -6/+7 | |
| | ||||||
* | refs #164 | liris | 2015-03-26 | 2 | -4/+2 | |
| | ||||||
* | fixed #166 | liris | 2015-03-26 | 2 | -2/+6 | |
| | ||||||
* | fixed #163. | liris | 2015-03-26 | 1 | -0/+1 | |
| | | | | - documentation. | |||||
* | Merge pull request #165 from caseq/fix-oom | liris | 2015-03-26 | 1 | -1/+6 | |
|\ | | | | | Fix out-of-memory due to fragmentation when recieving a very large frame | |||||
| * | Fix out-of-memory due to fragmentation when recieving a very large frame | Andrey Kosyakov | 2015-03-25 | 1 | -1/+6 | |
| | | ||||||
* | | Merge pull request #164 from caseq/fix-sslerror | liris | 2015-03-26 | 4 | -33/+44 | |
|\ \ | |/ |/| | Fix exception in recv() when ssl module is not available | |||||
| * | Fix exception in recv() when ssl module is not available | Andrey Kosyakov | 2015-03-25 | 4 | -33/+44 | |
|/ | ||||||
* | refactoring. pack continuous frame info into one class. | liris | 2015-03-25 | 2 | -55/+75 | |
| | ||||||
* | refactoring. continuous status is packed into frame_buffer | liris | 2015-03-25 | 3 | -42/+41 | |
| | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-03-25 | 2 | -2/+2 | |
|\ | ||||||
| * | Merge pull request #159 from samueltardieu/patch-1 | liris | 2015-03-25 | 1 | -1/+1 | |
| |\ | | | | | | | fix typo in function documentation | |||||
| | * | fix typo in function documentation | Samuel Tardieu | 2015-03-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #162 from maranov/master | liris | 2015-03-25 | 2 | -1/+1 | |
| |\ \ | | | | | | | | | Fixed errno NameError | |||||
| | * | | Moved the import errno statement from _core.py to _http.py to fix a ↵ | Marek Novák | 2015-03-24 | 2 | -1/+1 | |
| |/ / | | | | | | | | | | NameError on line 108 of _http.py | |||||
* | | | fixed #160 and some refactoring | liris | 2015-03-25 | 7 | -46/+101 | |
|/ / | ||||||
* | | fixed #158 | liris | 2015-03-24 | 3 | -2/+8 | |
|/ | ||||||
* | use "%r". | Hiroki Ohtani | 2015-03-23 | 2 | -3/+3 | |
| | ||||||
* | Merge pull request #157 from RicterZ/master | liris | 2015-03-23 | 1 | -0/+1 | |
|\ | | | | | fix bug: 'WebSocketException' is not defined | |||||
| * | fix bug: 'WebSocketException' is not defined | Ricter Zheng | 2015-03-22 | 1 | -0/+1 | |
|/ | | | fix NameError: global name 'WebSocketException' is not defined | |||||
* | refs #156 | liris | 2015-03-20 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2015-03-20 | 10 | -253/+393 | |
|\ | ||||||
| * | for refactoring | Hiroki Ohtani | 2015-03-19 | 1 | -0/+4 | |
| | | ||||||
| * | add "__all__" | Hiroki Ohtani | 2015-03-19 | 7 | -10/+358 | |
| | |