summaryrefslogtreecommitdiffhomepage
path: root/WebSockets.hs
Commit message (Expand)AuthorAge
* Update to lts-12.10, support ghc 8.4, and aeson 1.3.Joey Hess2018-12-08
* Fix build with websockets-0.10.0.0 which did not support compression.Joey Hess2017-08-10
* Avoid crash when --use-server is given an url that does not include a path.Joey Hess2017-05-09
* allow building with versions in debianJoey Hess2017-05-02
* add prevEntered pointerJoey Hess2017-05-02
* move protocol types to topJoey Hess2017-05-01
* add --use-server option for userJoey Hess2017-04-30
* add license headers to all source filesJoey Hess2017-04-30
* server: email logs to user, and option to delete old onesJoey Hess2017-04-30
* fix probable race in use of restoreHashesJoey Hess2017-04-30
* use developer control window to tell when write access is grantedJoey Hess2017-04-29
* Leave the prevMessage out of Activity serialization to save BW.Joey Hess2017-04-27
* switch wire message seralization to use protocol buffersJoey Hess2017-04-27
* rename LogMessage to AnyMessageJoey Hess2017-04-27
* fix connection closingJoey Hess2017-04-24
* switch to TMChans so they can be closed when a connection is DoneJoey Hess2017-04-24
* better workaround for https://github.com/jaspervdj/websockets/issues/142Joey Hess2017-04-24
* 30 second ping threadJoey Hess2017-04-24
* also enable compression in serverJoey Hess2017-04-24
* websockets-0.11.0.0 including enabling compressionJoey Hess2017-04-24
* add framing protocol for websocketsJoey Hess2017-04-22
* clean up connection closingJoey Hess2017-04-22
* use UUID to generate a unique SessionIDJoey Hess2017-04-21
* working toward getting developer mode connection to server workingJoey Hess2017-04-21
* client now fully workingJoey Hess2017-04-21
* initial http serverJoey Hess2017-04-21