summaryrefslogtreecommitdiff
path: root/websocket/_app.py
Commit message (Expand)AuthorAgeFilesLines
* fixed #438liris2018-08-141-1/+2
* fixed Attribute error on close appliris2018-08-141-1/+2
* Merge pull request #450 from 0qdk4o/patch-1liris2018-08-141-0/+1
|\
| * reset WebsocketApp.sock0qdk4o2018-07-011-0/+1
* | Merge pull request #448 from mfitzpatrick/ping_thread_needs_enable_multithreadliris2018-08-141-1/+2
|\ \
| * | Enable multithreading with ping_intervalMatt Fitzpatrick2018-06-271-1/+2
| |/
* | fixed #HC-459liris2018-08-141-2/+4
* | Patch WebSocketApp class to make it inheritableAndrey Bashlakov2018-06-181-10/+15
|/
* Merge pull request #419 from shmal/410_fix_keep_running_bugliris2018-05-271-2/+0
|\
| * Close 410Chris Frey2018-04-111-2/+0
* | Check return value of read callback in dispatchersshdown2018-03-221-2/+4
* | Fix waiting forever on ping/pong timeoutshdown2018-03-141-5/+10
|/
* fix #395Tianhu Yang2018-02-131-0/+2
* fixed #386Hiroki Ohtani2018-02-091-8/+28
* refactorHiroki Ohtani2018-02-091-9/+15
* rmed Dispatcher.dispatch() and dispatcher.dispatch(), simplifying apibubbleboy142018-01-241-5/+0
* refs #375Hiroki Ohtani2018-01-241-5/+21
* friendlier KeyboardInterruptbubbleboy142017-12-241-0/+1
* teardown(): return out if not running; call on close framebubbleboy142017-12-241-1/+3
* moved teardown code into function called on close or exceptionbubbleboy142017-12-241-11/+13
* WebSocketApp.run_forever(): replaced select() loop with rel.read() event regi...bubbleboy142017-12-241-26/+28
* Another typo, same dealPeter "Marenthyu" Fredebold2017-12-091-1/+1
* Fix typoPeter "Marenthyu" Fredebold2017-12-091-1/+1
* fixed #365Hiroki Ohtani2017-12-091-4/+4
* Fix undefined variablemckelvin2017-09-011-1/+1
* fixed #327v0.43.0liris2017-06-211-0/+1
* fixed #325v0.41.1liris2017-06-181-1/+2
* Merge pull request #323 from dannywillems/fix_warningliris2017-06-181-4/+4
|\
| * Fix warning is not defined.Danny Willems2017-06-121-4/+4
* | Merge pull request #320 from LAlbertalli/patch-1liris2017-06-181-1/+1
|\ \
| * | Avoid the app to block on close on certain systemsLuca Albertalli2017-05-301-1/+1
| |/
* | Merge pull request #301 from lujinda/masterliris2017-06-181-1/+0
|\ \ | |/ |/|
| * fix: when using pppoe redial will block.疯狂的小企鹅2016-08-011-1/+0
* | Fix opcode -> op_codeRichard Wong2016-12-071-1/+1
* | fixed #261 Incorrect encoding in continued messages python3liris2016-10-031-1/+1
* | Merge pull request #265 from drew-gross/patch-1liris2016-10-031-2/+2
|\ \
| * | Allow closing WebSocketApp with status/reason/timeoutDrew2016-08-181-2/+2
| |/
* | Logging warnings when send_ping routine fails, send_ping exc should not hit s...Krzysztof Rosinski2016-07-011-1/+5
|/
* fixed #253liris2016-05-101-1/+1
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-3/+4
* websocket.*: [PEP 8] Use conventional line-length limitAllan Lewis2016-04-271-5/+10
* wsdump, websocket.*: [PEP 8] Use conventional vertical spacingAllan Lewis2016-04-271-0/+1
* wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-271-1/+1
* _abnf, _app, _http, _url: [PEP 8] Fix indentsAllan Lewis2016-04-271-8/+9
* _app: Don't use mutable default argument valueAllan Lewis2016-04-271-2/+2
* fixed #242v0.36.0liris2016-04-121-1/+1
* Merge pull request #241 from mkonecny/masterliris2016-04-121-3/+9
|\
| * implement ping/pong timeoutMartin Konecny2016-03-211-3/+9
* | Fix typos in docstringJohannes Laire2016-02-191-2/+2
|/
* Propagate SystemExit exception furtherVasily2016-01-181-0/+3