Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-04[mono][eventpipe] Write primitive types and UTF-16 strings in little endian o...Stefan Schulze Frielinghaus
2022-06-14Reenable C4244 in repo (#70026)Aaron Robinson
2022-06-13ppc64le build support (#68806)Sapana-Khemkar
2022-05-26Better createdump error messages (#69663)Mike McLaughlin
2022-05-23Fix typos (#69537)Adeel Mujahid
2022-05-07Fix typos (#69011)Adeel Mujahid
2022-05-07[eventpipe] Fix environment variable parser for multiple configurations (#68552)Stefan Schulze Frielinghaus
2022-05-07Dynamically sized stacks in EventPipe buffer manager (#68134)John Salem
2022-05-06Apply changes from #63356 (#68864)John Salem
2022-05-04Reenable 4244 (#68615)Aaron Robinson
2022-05-02Move EventPipe thread buffer allocation outside of lock (#67936)John Salem
2022-04-12[Mono] Fix warnings to enable W4 on Windows. (#66710)Johan Lorensson
2022-03-25Delete unused native code in src/native (#67087)Adeel Mujahid
2022-03-22Fix a few #ifdef vs. #if issues (#66898)Adeel Mujahid
2022-03-02[tests][eventpipe] Port over Dotnet/Diagnostics to enable eventpipe tests on ...Mitchell Hwang
2022-02-23[EventPipe] Fix reverse connection socket leaking to child processes. (#65365)Juan Hoyos
2022-01-25Port Mono to Raspberry Pi, ship as new linux-armv6 RID (#62594)Jo Shields
2022-01-07[LoongArch64] Port libraries directory (#62888)Qiao
2021-11-24Unify ARRAY_SIZE/STRING_LENGTH-like macros (#61537)Adeel Mujahid
2021-11-02Fix gcc warnings during mono linux-x64 build (#60675)Adeel Mujahid
2021-11-01Fix various dump generation issues for VS4Mac (#60995)Mike McLaughlin
2021-10-27Properly use result value for dump IPC cmd (#60726)John Salem
2021-09-17FreeBSD fix for AF_UNIX IPC socket permission (#58688)Jason Pugsley
2021-09-13Fix EventPipe sample profiler resolution on Windows. (#58997)Johan Lorensson
2021-09-06Make sure EventPipe streaming thread won't write session->streaming_thread af...Johan Lorensson
2021-08-30Set _ep_arch_info for s390x (#56427)Ulrich Weigand
2021-08-27Fix memory leak in enqueue/dequeue of EventPipe callback data. (#58170)Johan Lorensson
2021-07-28Prevent Segfault in EventPipe on disable (#56104)John Salem
2021-07-26Fix Windows build of ds-ipc-pal-socket.c and make FD_CLOEXEC best effort. (#5...Johan Lorensson
2021-07-18set CLOEXEC on diagnostic server FDs (#55850)John Salem
2021-06-15Add the concept of "notification profilers" to the runtime (#53122)David Mason
2021-06-10Fix memory corruption after free in EventPipe streaming thread. (#53886)Johan Lorensson
2021-06-09ProcessInfo2 Diagnostics IPC Command (#52258)John Salem
2021-06-03Add Execution Checkpoint EventPipe event used to track runtime init on Mono. ...Johan Lorensson
2021-05-20Add native EventPipe event source generation into Mono build. (#52844)Johan Lorensson
2021-05-14Add diagnostics IPC set environment variable command (#52567)David Mason
2021-05-12Add streaming support for EventPipe env trace file. (#52443)Johan Lorensson
2021-05-08Fix EventPipe shutdown to include last events in session. (#52431)Johan Lorensson
2021-05-07Add profiler startup command to the diagnostics command set (#52175)David Mason
2021-05-05Add support to disable default diagnostic server listener. (#52184)Johan Lorensson
2021-04-26Add Mono System.Diagnostics.Tracing.RuntimeEventSource. (#51734)Johan Lorensson
2021-04-20Mono runtime component infrastructure including EventPipe/DiagnosticsServer a...Johan Lorensson
2021-04-20Fix issue #51468 (#51469)Valentin Grigorev
2021-04-16lockless buffer reservation/release in EventPipe (#50797)John Salem
2021-04-06Enforce 64KB event payload size limit on EventPipe (#50600)Sung Yoon Whang
2021-03-23Add DiagnosticServer runtime TCP support. (#48154)Johan Lorensson
2021-03-16Prevent unbounded lock holds in BufferManager of EventPipe (#48435)John Salem
2021-03-13Adding an EventPipe README (#49542)Noah Falk
2021-02-24Enhance coreclr processing of event pipe configuration to be able to write th...David Wrighton
2021-02-11Enable Portable ThreadPool events to be written using NativeRuntimeEventSourc...Sung Yoon Whang