summaryrefslogtreecommitdiff
path: root/core/websock.js
Commit message (Expand)AuthorAgeFilesLines
* Don't fake open events in WebsockPierre Ossman2021-04-181-7/+1
* Provide readyState for Websock objectsPierre Ossman2021-04-181-6/+27
* Added support for RTCDataChannelTim Stableford2021-03-041-10/+61
* Remove many small, obsolete, old browser hacksPierre Ossman2020-12-071-8/+1
* Standardize on camelCase in WebsockSamuel Mannehed2020-05-311-17/+17
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* Code comments for how the receieve queue worksSamuel Mannehed2019-09-251-2/+8
* Clarify why we ENABLE_COPYWITHIN is falseSamuel Mannehed2019-09-251-0/+2
* When compacting the receive buffer don't copy unused buffer spaceJesper Alf Dam2019-08-161-3/+3
* Don't compact the receive buffer unless we've actually run out of spaceJesper Alf Dam2019-08-161-12/+8
* Extract rQshift to common functionJuanjo Diaz2018-12-081-10/+12
* Add getters/setter to websockJuanjo Diaz2018-12-081-30/+19
* Change copyright header (#1138)Solly Ross2018-10-091-1/+1
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-11/+9
* Use ES6 classesJuanjo Diaz2018-07-121-87/+84
* Avoid TypedArray.slice() because of IE11Samuel Mannehed2018-06-151-2/+1
* Use string assignment operator instead of concat()Samuel Mannehed2018-06-151-1/+1
* Use the correct slicing for rQshiftStrSamuel Mannehed2018-06-151-1/+1
* Avoid big strings on the stackSamuel Mannehed2018-06-141-1/+7
* Call rQshiftBytes to avoid code duplicationSamuel Mannehed2018-06-141-2/+1
* Remove typedArrayToStringSamuel Mannehed2018-06-141-16/+1
* Prefer const/let over varJuanjo Diaz2018-05-241-9/+9
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-3/+2
* Remove jshint commentsJuanjo Diaz2018-01-311-3/+0
* Remove noisy websock debug loggingPierre Ossman2017-11-241-4/+0
* Stop hiding exceptions in WebSock classPierre Ossman2017-09-071-39/+11
* Refactor ES6 module structure/split up UtilSolly Ross2017-03-211-287/+283
* Uncomment ES6 module syntaxSolly Ross2017-02-261-4/+3
* Don't delay WebSocket flushingPierre Ossman2017-02-031-79/+9
* Enable noVNC to become BrowserifiableSolly Ross2016-09-161-0/+426