Bryan Roe
df3ff61c01
Updated GC reference
2021-05-03 10:13:43 -07:00
Bryan Roe
6f63b57a63
Updated GC reference
2021-05-03 10:13:42 -07:00
Bryan Roe
e36dbff9a3
Updated GC references
2021-05-03 10:13:04 -07:00
Bryan Roe
577a59ea8e
GC reference update
2021-05-03 10:13:03 -07:00
Bryan Roe
4f4085d542
GC reference update
2021-05-03 10:13:03 -07:00
Bryan Roe
f64640f4ea
Updated GC reference
2021-05-03 10:13:03 -07:00
Bryan Roe
43740c7f29
1. Fixed Powershell 32/64 bit issue
...
2. Updated GC referencing
2021-05-03 10:13:03 -07:00
Bryan Roe
d976b0818a
GC reference update
2021-05-03 10:13:02 -07:00
Bryan Roe
838ae01a92
Toaster-1 change
2021-05-03 10:10:07 -07:00
Bryan Roe
d1e1d67a88
Fixed circular references impacting GC
2021-05-03 10:10:07 -07:00
Bryan Roe
8f6bb1a527
Updated promise reference
2021-05-03 10:10:06 -07:00
Bryan Roe
1b6fd98b88
1. Updated reference counting in promise
...
2. Added 'internal' prototype to Function, which sets infrastructure mode
2021-05-03 10:10:06 -07:00
Bryan Roe
7323b96955
removed debug code
2021-05-03 10:10:06 -07:00
Bryan Roe
25062dbe88
1. Removed dead code
...
2. Updated reference count logic for websockets
3. Fixed circular reference in promise helper
2021-05-03 10:10:06 -07:00
Bryan Roe
22570df18c
Fixed referencing issue with IncomingMessage and WebSocket
2021-05-03 10:10:05 -07:00
Bryan Roe
f805f5d216
Updated reference counting for persistent http connections
2021-05-03 10:10:05 -07:00
Bryan Roe
9a1485a03b
Updated Event Proxy, so proxyFunc is deleted when event is deleted
2021-05-03 10:10:05 -07:00
Bryan Roe
f216d5481c
Updated object referencing for client side HTTP requests
2021-05-03 10:10:05 -07:00
Bryan Roe
6d29e75527
Test 1
2021-05-03 10:10:04 -07:00
Bryan Roe
4667aa8d9a
Updated GC handling
2021-05-03 10:10:04 -07:00
Bryan Roe
6a2afb8f78
Added support to lock local input on windows
2021-04-29 09:37:37 -07:00
Bryan Roe
186afacff4
Removed debug line
2021-04-22 15:02:01 -07:00
Bryan Roe
569ce4a1e7
Fixed Agent-Log parsing bug
2021-04-22 14:58:30 -07:00
Bryan Roe
f784374bb5
Added support for --nocertstore as a msh flag
2021-04-21 14:40:07 -07:00
Bryan Roe
9fa19bf1be
1. Added getDomain() to user-sessions for windows
...
2. Fixed service.restart() error condition, to reject the promise
3. Fixed ServiceMain start/stop/restart/state for Windows
2021-04-20 15:02:54 -07:00
Bryan Roe
05b492caed
Added Error Log parsing capability
2021-04-13 18:06:15 -07:00
Bryan Roe
4aa639cf62
Updated logging, so it does not log that a certificate as not found, on first load.
2021-04-09 10:18:02 -07:00
Bryan Roe
5c18c4ac01
1. Added logging for Windows Cert Store Error cases
...
2. Added db corruption detection
2021-04-08 23:34:10 -07:00
Bryan Roe
2f6756b364
Updated windows installer, to ignore PowerShell error on install/uninstall
2021-04-01 16:59:31 -07:00
Bryan Roe
d45d74a787
Updated Alpine Linux and FreeBSD to openssl/1.1.1k
2021-03-31 12:32:37 -07:00
Ylian Saint-Hilaire
6c36f2fa6b
Fixed JPEG chroma subsampling on TurboLibJPEG
2021-03-25 16:58:15 -07:00
Bryan Roe
0c1358a9ac
Updated openssl to 1.1.1k
2021-03-25 13:28:00 -07:00
Bryan Roe
0b434739a8
Disabled chroma subsampling
2021-03-25 09:06:51 -07:00
Bryan Roe
f8f657d730
Fixed enumerability of Array polyfill methods
2021-02-18 11:24:10 -08:00
Bryan Roe
da756d6b7f
Added new reference mode for EventEmitter
2021-02-18 01:51:52 -08:00
Bryan Roe
b8e4ba48b4
Fixed potential crash
2021-02-18 01:49:07 -08:00
Bryan Roe
4116bafb17
Added missing metadata
2021-02-18 01:47:58 -08:00
Bryan Roe
55f0f91587
Updated Garbage Handling
2021-02-17 01:00:21 -08:00
Bryan Roe
ebf06898b2
1. Fixed valgrind issue
...
2. Updated child_process, to now have back-parent pointer on completion
2021-02-16 21:59:48 -08:00
Bryan Roe
71b5e588c3
1. Updated to duktape 2.6.0
...
2. Added support for execution timeout
2021-02-16 15:10:28 -08:00
Bryan Roe
9d2fe9b2b0
Fixed edge case bug where childprocess.waitExit() called during promise.waitExit() would cause event loop to prematurely exit.
2021-02-15 22:57:46 -08:00
Bryan Roe
4fbf32c88f
Fixed bugs in self test, added dumpOnly mode.
2021-02-11 23:04:02 -08:00
Bryan Roe
2d9697cbc4
updated self test initialization
2021-02-11 18:36:45 -08:00
Bryan Roe
1d91caad6f
Fixed bug with self test
2021-02-11 18:33:58 -08:00
Bryan Roe
e5418181c3
1. Fixed bug with process.cwd() on windows when the cwd is a root level folder
...
2. Added process.chdir()
3. Updated child_process._execve() to use process.env if not specified
4. Updated service manager to work better with docker container
2021-02-10 20:25:46 -08:00
Bryan Roe
a4b3c7787b
update service.appWorkingDirectory on macos
2021-02-10 02:53:48 -08:00
Bryan Roe
4b6f72c643
Fixed assertion
2021-02-10 02:00:44 -08:00
Bryan Roe
9137f13ec9
Updated tunnel test error case
2021-02-10 01:12:41 -08:00
Bryan Roe
f932ef8d89
1. Fixed crash on Alpine
...
2. updated self-test
2021-02-10 00:44:30 -08:00
Bryan Roe
2b191470e8
Updated coreinfo test
2021-02-09 23:56:41 -08:00