Ylian Saint-Hilaire
7adf0dddd4
Updated headers.
2022-02-04 14:43:55 -08:00
Bryan Roe
fa82a9ed76
1. Updated http-diget to not chunk requests, working around AMT TLS bug
...
2. Fixed bug in http persistent connections, where 2nd request would close the socket when client request is 'end'ed.
3. Added debug logging/instrumentation to readable and writable stream
2021-09-29 22:08:04 -07:00
Bryan Roe
b8e4ba48b4
Fixed potential crash
2021-02-18 01:49:07 -08:00
Bryan Roe
f932ef8d89
1. Fixed crash on Alpine
...
2. updated self-test
2021-02-10 00:44:30 -08:00
Bryan Roe
9ec8e31dea
Fixed bug in pipe/unpipe logic that could cause 100% cpu usage
2020-12-17 15:03:57 -08:00
Bryan Roe
78c553d3ad
1. Replaced semaphore in readableStream with spin lock
...
2. Updated WebRTC Consent Freshness behavior to take into account dTLS traffic
2020-11-30 11:48:09 -08:00
Bryan Roe
e0bf176c39
Fixed crash/exception that could occur if you shutdown the agent while a websocket is connected
2020-11-21 16:19:47 -08:00
Bryan Roe
a2892996fb
IOActive update for size_t vs int for buffer lengths
2020-10-16 00:48:34 -07:00
Bryan Roe
3452a4c59a
Updated to emit error if decrypt fails
2020-07-27 09:55:20 -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
1962100df1
Added support for gzip stream to http.request
2020-06-20 10:40:10 -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
16a2f437c3
Added ability to Save/Restore handle wait state
...
Fixed edge case that could cause a connection to resume twice
2020-05-20 12:05:38 -07:00
Bryan Roe
0c6db0b2a6
1. Added additional memory check helpers
...
2. Updated Process exit detection to check apc flags
2020-04-19 15:18:52 -07:00
Bryan Roe
5ba1288cdf
Modified JS runtime to use ILibMemory_Extra to point to udata structure,
...
then used that for consistency checks
2020-04-17 15:05:47 -07:00
Bryan Roe
0f40f9092e
1. Fixed IPC cleanup on domain sockets for Windows
...
2. Fixed readableStream, so 'end' is still emitted when piped
2019-12-04 15:00:15 -08:00
Bryan Roe
9ad6891d3a
added '_pipedStreams' property to readableStreams
2019-10-07 14:50:04 -07:00
Bryan Roe
a89a3204c1
1. Added ability to query if Select was interrupted with APC
...
2. Updated So that before readableStream and 'exit' are dispatched, APC's are unrolled if 'select' was interrupted, preventing stack corruption caused by trying to make a re-entrant winsock call, which is not supported by winsock.
2019-08-07 11:32:33 -07:00
Bryan Roe
3efdc27478
1. Updated so that APCs are used for thread dispatching for Read/Exit on Windows
...
2. Updated to add support for child_process.waitExit() on Windows.
2019-07-23 16:16:53 -07:00
Bryan Roe
014aa11ec0
Updated ReadableStream, so you can define it multiple times, such that the finalizer will not compound
2019-05-01 16:12:59 -07:00
Bryan Roe
65e44f0a9d
Removed 'nocontinue' functionality from piped streams
2019-02-13 15:57:02 -08:00
Bryan Roe
ba4028d2d6
1. fixed bug, where return value was set incorrectly when calling _write
...
2. updated behavior, so if unshift is called with zero length buffer, it is a no-op
2019-01-28 10:42:20 -08:00
Bryan Roe
335ff51bfe
Removed reference to unused files
2019-01-17 22:09:17 -08:00
Bryan Roe
6cd91c5ab5
Fixed compiler warnings
2019-01-16 17:34:00 -08:00
Bryan Roe
381baaf06a
Fixed bug where if you try to write data to a piped stream that was paused, the buffered data wouldn't get retried.
2019-01-16 15:51:33 -08:00
Bryan Roe
678ab7e687
Updated so attempts to end an already end'ed stream is ignored
2019-01-11 12:28:48 -08:00
Ylian Saint-Hilaire
3c80473a94
Major agent update.
2018-09-05 11:01:17 -07:00
Ylian Saint-Hilaire
4b5c77b4fd
Many improvements.
2018-02-11 21:11:58 -08:00
Ylian Saint-Hilaire
508646044e
Much improved, better stability, lots of fixes
2018-01-12 11:50:04 -08:00
Ylian Saint-Hilaire
becf71557f
Improved agent that can update the MeshCentral1 agent
2017-11-09 16:07:39 -08:00
Ylian Saint-Hilaire
34e09c2304
MeshAgent for MeshCentral2 Beta2 with improved crypto.
2017-10-25 21:08:41 -07:00
Ylian Saint-Hilaire
75d86eb4c8
First commit of MeshAgent for MeshCentral
2017-10-12 14:28:03 -07:00