1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Bryan Roe
de646bc728 Added support for websocket permessage-deflate 2020-07-16 16:49:37 -07:00
Bryan Roe
4728330c5e Fixed some warnings 2020-07-08 16:07:04 -07:00
Bryan Roe
e36ca6dbaa Fixed bug with options detection 2020-06-23 00:50:40 -07:00
Bryan Roe
e82255959a Added support for compressed db entries 2020-06-22 19:10:54 -07:00
Bryan Roe
1962100df1 Added support for gzip stream to http.request 2020-06-20 10:40:10 -07:00
Bryan Roe
885c6de72a 1. Fixed UTF8 characters for notifybar-desktop on linux
2. Fixed compiler warning, and missing #ifdef
2020-06-18 22:44:07 -07:00
Bryan Roe
702b34dbc9 Fixed bug with initializer for compressed=stream.compressor 2020-06-17 19:57:52 -07:00
Bryan Roe
ad5e6c4dc3 Updated 'compressed-stream' to be more configurable
Added zip-writer coapability
updated zip-reader to show logs when enabled
2020-06-17 17:02:09 -07:00
Bryan Roe
6adbbd8897 Added fs.read() support for windows
Update compressed-stream
2020-06-17 01:17:28 -07:00
Bryan Roe
8eaf8364c4 Fixed compier warnings and missing #ifdef 2020-06-15 21:37:15 -07:00
Bryan Roe
a68c533191 fixed compiler warnings 2020-06-15 21:27:44 -07:00
Bryan Roe
2cb8f70d8e 1. Updated stream.readable/duplex to only call _read() once if no value is returned
2. Added zip-reader
3. Updated compressed-stream
2020-06-15 18:11:51 -07:00
Bryan Roe
3b1dc835eb 1. Added crc32-stream modules
2. Updated flow control for compressed-stream
3. Added newListener even on EventEmitter, that fires event after a lsitener is added
4. Added two new event helper methods
5. Updated fs.read to work with CreateFile on Windows.
2020-06-15 13:16:01 -07:00
Bryan Roe
c3ad70a70e Added ZLIB Compression Support 2020-06-13 21:57:46 -07:00