summaryrefslogtreecommitdiff
path: root/src/vm/fastserializer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-2/+2
2019-05-23Diagnostics IPC (#24582)John Salem1-7/+5
2019-05-08Return the required padding size instead of the current position to avoid int...Andrew Au1-9/+2
2019-04-20Tighten asserts (#24124)Andrew Au1-4/+4
2019-04-18If IPC connections fails, then remove active session. (#24082)José Rivero1-2/+2
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero1-1/+14
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang1-1/+0
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero1-8/+12
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero1-0/+1
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-28/+97
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-140/+13
2018-02-02Add assert for failure to open a file in FastSerializer. (#16178)Brian Robbins1-0/+1
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-6/+6
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-6/+6
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-6/+6
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf1-2/+2
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+337