1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 13:23:41 +00:00
Commit Graph

607 Commits

Author SHA1 Message Date
Bryan Roe
f97ebdbdd4 1.) Fixed base folder bug if single file is passed
2.) Updated db JavaScript object to support compressed records
2020-06-24 00:44:49 -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
660777406e Fixed console.log to not use AllocA, in case the input string is very long 2020-06-22 18:33:44 -07:00
Bryan Roe
1962100df1 Added support for gzip stream to http.request 2020-06-20 10:40:10 -07:00
Bryan Roe
5b7a2efc33 Fixed code comment 2020-06-19 02:00:57 -07:00
Bryan Roe
4b53dd5c61 Fixed issue that could cause stack overflow 2020-06-19 01:35:38 -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
6158940b6e Updated win-message-pump to support UTF8 messages 2020-06-18 22:12:32 -07:00
Bryan Roe
d65118f357 Added ability to embed zip packages 2020-06-18 19:32:25 -07:00
Bryan Roe
c18f37d17e 1. added BufferDesciptor to 'fs' to allow reading from a buffer
2. updated zip-reader to allow reading from a buffer instead of file
2020-06-18 15:02:12 -07:00
Bryan Roe
c269bd6fc5 Updated zip-reader to skip empty entries 2020-06-18 11:50:47 -07:00
Bryan Roe
a70825ebb4 Added ability to execute zip packages 2020-06-18 10:51:31 -07:00
Bryan Roe
922da3c9cc Rev1 support for executing zip files from command line 2020-06-17 23:51:30 -07:00
Bryan Roe
5d51edbf21 Removed debug statement 2020-06-17 23:26:36 -07:00
Bryan Roe
a0dd41468a 1. Updated 'close' on zip-reader
2. Added 'extractAllStreams' on zip-reader`
2020-06-17 23:10:46 -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
fc54e82ae9 Updated http.parseUri() to better handle malformed uri 2020-06-15 21:09:13 -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
3f0ae06e65 removed debug output from crc32-stream 2020-06-15 13:33:28 -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
ca9bb50910 Updated nativeAddCompressModule() 2020-06-14 01:30:42 -07:00
Bryan Roe
39a4f997d4 Compressed integrated JavaScript 2020-06-14 00:29:13 -07:00
Bryan Roe
c3ad70a70e Added ZLIB Compression Support 2020-06-13 21:57:46 -07:00
Bryan Roe
ee0787f416 Fixed bug preventing message-box from working when not running as root/service 2020-06-13 04:19:40 -07:00
Bryan Roe
dbefd25475 Updated workaround for Old Linux message-box, so that it supports cancelation 2020-06-12 18:09:27 -07:00
Bryan Roe
04e7fc85df Updated Toast/Message-Box on macOS to work with non-english characters on older macOS releases 2020-06-12 15:33:16 -07:00
Bryan Roe
c32d4e0914 Added ability to abort new message-box for macOS, and updated metadata 2020-06-12 10:24:39 -07:00
Bryan Roe
5b1bf0f25c Fixed type in rejector 2020-06-12 01:27:31 -07:00
Bryan Roe
1926fd82c8 Fixed macOS clipboard, toasts, and dialog boxes, for non-english characters. (when running elevated) 2020-06-12 01:13:26 -07:00
Bryan Roe
0971ac0134 Fixed uncaught exception 2020-06-11 15:05:43 -07:00
Bryan Roe
f230243475 Fixed Toast and Message-Box for non-english characters for older linux releases, like Ubuntu 10-14 2020-06-11 10:29:37 -07:00
Bryan Roe
f0a1744338 Updated zenity logic for notifications, because the version in the Deepin repo is broken 2020-06-10 22:47:35 -07:00
Bryan Roe
f9f7f28472 added power-monitor.sleepDisplay() support to macOS 2020-06-10 14:24:51 -07:00
Bryan Roe
5aff4c172e Added power-monitor.wakeDisplay() and sleepDisplay() 2020-06-10 13:49:24 -07:00
Bryan Roe
f1a85296c5 Updated toast for windows 2020-06-09 21:04:34 -07:00
Bryan Roe
10a9e7226e 1. Added support for UTF8 wnvironment variables for window's child_process
2. Updated message-box and toaster to support UTF8 on Windows
2020-06-09 19:37:37 -07:00
Bryan Roe
946bbd5cb9 Fixed Alert and MessageBox on windows to work with non-english characters 2020-06-09 15:45:46 -07:00
Bryan Roe
fedd70072b Updated proxy support 2020-06-09 14:25:28 -07:00
Bryan Roe
e448456d9e Updated xclip clipboard, to so xclip cleanup occurs if process exits before xclip timeout 2020-06-08 14:40:00 -07:00
Bryan Roe
2ac6a1037d Updated installer, so will still work if launched from same path as description 2020-06-06 18:15:03 -07:00
Bryan Roe
33f1e9e577 Added fix for X server detection for FreeBSD 2020-06-06 00:18:38 -07:00
Bryan Roe
432c0d2585 Added username/password parsing ability to http.parseUri() 2020-06-05 18:58:33 -07:00
Bryan Roe
2e273bd4b6 Updated formatting. 2020-06-05 11:02:08 -07:00
Bryan Roe
a0ed803cf6 Updated installer, to delete old .msh file before installing/updating agent 2020-06-04 13:53:56 -07:00
Bryan Roe
34908f8a1a Updated service-manager.stop() on Windows to force kill process if stuck in STOP_PENDING 2020-06-04 11:27:35 -07:00