summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Make sure dbgshim can attach to processes from other sessionsEugene Zemtsov1-3/+30
2015-06-11Merge pull request #1129 from dotnet-bot/from-tfsJan Kotas1-9/+7
2015-06-11Merge pull request #1125 from mikem8361/removelibpathMike McLaughlin10-27/+171
2015-06-10Fix Exception Propagation issue for NetCoreForCoreCLR Non-AppX caseLuqun Lou1-9/+7
2015-06-10Merge pull request #1127 from ronyb29/masterJan Kotas1-1/+1
2015-06-10Merge pull request #1126 from stephentoub/reflectionemit_writelineJan Kotas1-3/+14
2015-06-10Implement ILGenerator on Unix to use System.Console.dllstephentoub1-3/+14
2015-06-10fixed typo in BufferedStream commentsRony Batista1-1/+1
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin10-27/+171
2015-06-09Merge pull request #1121 from erozenfeld/CrossgenFixJan Kotas1-1/+1
2015-06-09Fix crossgen so that it doesn't attempt to get clr callbacks.Eugene Rozenfeld1-1/+1
2015-06-09Merge pull request #1117 from hadibrais/masterJan Vorlicek2-10/+4
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais2-10/+4
2015-06-07Merge pull request #1112 from josteink/freebsd-pal-testsJan Kotas4-7/+17
2015-06-08Fix timing in PAL-tests for FreeBSD on hypervisors.Jostein Kjønigsen4-7/+17
2015-06-07Merge pull request #1111 from hadibrais/masterJan Kotas4-6/+23
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais4-6/+23
2015-06-06Merge pull request #1108 from dotnet-bot/from-tfsJan Kotas3-4/+21
2015-06-06Merge pull request #1105 from janvorli/fix-ctrlc-handling-2Jan Vorlicek5-66/+149
2015-06-05Merge pull request #1109 from mikem8361/verifyheapMike McLaughlin8-39/+51
2015-06-05Enable VerifyHeap and DumpHeap.Mike McLaughlin8-39/+51
2015-06-06Fix SIGINT and SIGQUIT handling on Linux / FreeBSDJan Vorlicek5-66/+149
2015-06-05Fix bug: CoreCLR debugger couldn't make more than one EnC edit to a method. S...Eugene Zemtsov3-4/+21
2015-06-05fix typo reported in OSG bug 1017856Rahul Kumar1-2/+2
2015-06-04Merge pull request #1100 from dotnet-bot/from-tfsJan Kotas1-1/+1
2015-06-04Merge pull request #1092 from dotnet-bot/from-tfsJan Kotas1-1/+1
2015-06-04Changes necessary to make PAL headers compatible with c++ headers,Prem Ramanathan36-703/+839
2015-06-04Initialize signal-handling thread in PAL initializationstephentoub1-2/+2
2015-06-04addressing arm64 build break- renabling uwp for arm64. conditionally excludin...Rama Krishnan Raghupathy1-1/+1
2015-06-03disabling uwp infrastruture for arm64 builds for nowRama Krishnan Raghupathy1-1/+1
2015-06-03Fix Path.AltDirectorySeparatorChar to be '/' on Unixstephentoub1-23/+3
2015-06-02Merge pull request #1084 from mikem8361/resourcelibMike McLaughlin1-0/+1
2015-06-02Fix unresolved symbol by adding the native resource lib.Mike McLaughlin1-0/+1
2015-06-01Merge pull request #1081 from dotnet-bot/from-tfsJan Kotas3-10/+74
2015-06-01Fix 1176647: Jit does invalid reordering of left and right sideCarol Eidt3-10/+74
2015-06-01Merge pull request #1080 from mikem8361/cleanupMike McLaughlin9-352/+490
2015-06-01CR feedback: corhost.h is private.Mike McLaughlin1-1/+0
2015-06-01General cleanup. Don't install libdebug-pal.a. Ifdef some DEBUG only code.Mike McLaughlin10-352/+491
2015-06-01Merge pull request #1047 from justinvp/readerwriterAditya Mandaleeka2-71/+59
2015-05-30Fix a bug in implementation of ICastable when CoreCLR throws exception on IL ...Eugene Zemtsov4-23/+27
2015-05-30Add missing EnsureOpenSslInitialized to the export list of coreclrJan Vorlicek1-0/+1
2015-05-29Merge pull request #1065 from janvorli/minimize-coreclr-exportsJan Vorlicek4-6/+97
2015-05-29Expose EventAttribute.ActivityOptions from CoreCLR mscorlibNick Guerrera1-0/+1
2015-05-29Fix exitCode from ExecuteAssemblystephentoub2-1/+6
2015-05-29Limit the libcoreclr.so exports to the required minimumJan Vorlicek4-6/+97
2015-05-28Fix GCSampleJan Kotas3-3/+41
2015-05-27Merge pull request #1061 from janvorli/pal-error-stringsAditya Mandaleeka6-251/+255
2015-05-27Merge pull request #1057 from janvorli/flush-process-write-buffers-pageJan Vorlicek3-3/+91
2015-05-27Implement FlushProcessWriteBuffers using the page protection mechanismJan Vorlicek3-3/+91
2015-05-27Add PAL error message stringsJan Vorlicek6-251/+255