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

1092 Commits

Author SHA1 Message Date
Bryan Roe
b0e13ec876 Added missing commit to fix privacy bar on Windows 2020-06-29 11:11:01 -07:00
Bryan Roe
38ae8fc4c7 Fixed 'connect' handler 2020-06-27 01:03:30 -07:00
Bryan Roe
0d4f0f6adc 1. Implemented missing event 'net.server.connect'
2. Added integer overflow checks on ILibMemory operations
3. Added better bounds checking for DNS resolve and PE header parsing
2020-06-26 23:10:43 -07:00
Bryan Roe
a765847f0a added MeshAgent.kvmRefresh() 2020-06-26 15:47:09 -07:00
Bryan Roe
5308242a52 Updated control channel to write DNS cache entry for meshcore tunnel 2020-06-26 14:51:05 -07:00
Bryan Roe
e289d5f4b2 fixed compiler warnings MeshCentral_v0.5.73 2020-06-25 22:22:26 -07:00
Bryan Roe
6342322c05 Fixed cleanup and updated metadata 2020-06-25 19:11:14 -07:00
Bryan Roe
557840e642 1. Fixed edge case bug with installPath on Windows Service Manager
2. Updated Agent installer to copy .proxy file if present at install time
3. Updated proxy check on Linux/Gnome to only call gsettings if home folder is present for given user
2020-06-25 16:59:30 -07:00
Bryan Roe
10bde8c328 1. Fixed typo with upstart service manager .conf definition
2. Added support for installedDate in service manager
3. Fixed compiler warnings
2020-06-25 12:34:56 -07:00
Bryan Roe
788adeb246 1. Fixed unpipe bug
2. Fixed Windows/Linux interop issue
2020-06-24 16:02:46 -07:00
Bryan Roe
9b6669f074 Fixed compiler warnings 2020-06-24 15:10:00 -07:00
Bryan Roe
ac1da9725d Improved zip-reader to better support relative paths 2020-06-24 13:58:56 -07:00
Bryan Roe
33035ea5e3 Updated zip-writer so you can pass folder names 2020-06-24 01:59:01 -07:00
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
e3c20eb6c5 Removed unreferecned code 2020-06-23 13:50:29 -07:00
Bryan Roe
9a08c9f7f8 Removed dead code 2020-06-23 13:48:55 -07:00
Bryan Roe
ea1c9fbf20 Updated db to better support compressed records. 2020-06-23 01:57:08 -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
6ca4557859 Updated embedded zip logic 2020-06-19 17:51:01 -07:00
Bryan Roe
ac4712ff58 Fixed module parse error 2020-06-19 17:21:45 -07:00
Bryan Roe
9e361b327f Fixed gcc10 issue 2020-06-19 13:01:50 -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
6bed0f5263 Updated command line switch descriptions 2020-06-17 17:33:33 -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
eaed93172a Updated clean: MeshCentral_v0.5.65 2020-06-15 22:14:21 -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
59f80fc1b1 Fixed db retry logic 2020-06-15 21:15:33 -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
e406f8767d Updated text formatting 2020-06-13 22:02:44 -07:00