platform/upstream/coreclr.git
2015-03-18 Jan KotasMerge pull request #492 from jkotas/vsprompt
2015-03-18 Jan KotasMerge pull request #490 from janvorli/hardware-exceptions
2015-03-18 Jan VorlicekImplement hardware exception handling
2015-03-18 Jan KotasRemove check for VS Developer Command Prompt
2015-03-18 Jan VorlicekMerge pull request #486 from janvorli/handle-null-conte...
2015-03-18 Rich LanderMerge pull request #483 from richlander/rich-docsreadme
2015-03-18 Lubomir LitchevMerge pull request #484 from LLITCHEV/work2
2015-03-18 Jan KotasMerge pull request #491 from dotnet-bot/from-tfs
2015-03-17 Jan KotasFix MacOS build break
2015-03-17 Jan KotasMerge pull request #485 from dotnet-bot/from-tfs
2015-03-17 Lubomir LitchevFix a long standing bug for AMD64 with bad assert.
2015-03-17 Jan VorlicekFix handling NULL context pointers in ExceptionTracker...
2015-03-17 dotnet-botMerge changes from parent branch
2015-03-17 Jan KotasMerge pull request #440 from brianrob/AllocationSamplin...
2015-03-17 Richard LanderConvert document index into more GH-centric format
2015-03-17 Brian RobbinsFlush sampled object allocation on runtime shutdown.
2015-03-17 Jan KotasMerge pull request #482 from richlander/jack-pappas...
2015-03-17 Richard LanderUpdate doc based on @CarolEidt feedback.
2015-03-17 Richard LanderMerge branch 'dotnet-standards' of https://github.com...
2015-03-17 Jan KotasMerge pull request #476 from jkotas/viva
2015-03-17 Matt MitchellMerge pull request #469 from mmitche/mac-ci
2015-03-17 Jan KotasFix some of the issues found by Viva64 static analyser
2015-03-17 Jan KotasMerge pull request #473 from kangaroo/osx-debuggerpresent
2015-03-17 Geoff NortonImplement IsDebuggerPresent for OSX
2015-03-17 Mike McLaughlinMerge pull request #466 from mikem8361/printexception
2015-03-17 Mike McLaughlinMerge remote-tracking branch 'origin/printexception...
2015-03-17 Mike McLaughlinBuild the PrintException command and related support...
2015-03-16 Jan KotasMerge pull request #472 from jkotas/IsPrecodeByAsm
2015-03-16 Jan KotasMerge pull request #465 from janvorli/nonexistent-conte...
2015-03-16 Jan KotasDelete PrecodeStubManager::PrecodeIsPrecodeByAsm method
2015-03-16 Jan KotasMerge pull request #470 from qbit/master
2015-03-16 Mike McLaughlinIncreate the file buffer PAL_IsDebuggerPresent uses...
2015-03-16 Jan VorlicekMake GC work without context pointers on OSX
2015-03-16 Aaron Bieberfix build on OpenBSD
2015-03-16 Matt MitchellMerge pull request #433 from mmitche/fix-indepdent...
2015-03-16 Matt MitchellRemove travis CI and add Mac badges
2015-03-16 Matt MitchellFixes for building tests alone
2015-03-16 Mike McLaughlin@janvorli review feedback addressed.
2015-03-16 Mike McLaughlinMerge remote-tracking branch 'upstream/master' into...
2015-03-16 Matt MitchellMerge pull request #464 from mmitche/remove-ci-script
2015-03-16 Matt MitchellRemove the CI cmd script. Unused.
2015-03-16 Jan KotasMerge pull request #453 from janhenke/freebsd
2015-03-16 Jan HenkeInital build support for FreeBSD.
2015-03-16 Jan VorlicekMerge pull request #459 from japj/japj-457
2015-03-16 Jan VorlicekMerge pull request #449 from jkotas/mounted-binaries
2015-03-16 Jan KotasMerge pull request #460 from japj/japj-458
2015-03-15 Jeroen JanssenFix missing bool type for IsAppXNGen
2015-03-15 Jeroen JanssenRemove duplicate object code from cordbdi
2015-03-15 Jan KotasMerge pull request #443 from japj/japj-113
2015-03-15 Jan KotasMerge pull request #451 from japj/japj-106
2015-03-15 Mike McLaughlinFinish the off by one string length change.
2015-03-15 Jeroen JanssenGrouped related Read/Write methods + consistent xml...
2015-03-15 Jeroen Janssenrephrase into VS Developer Command Prompt
2015-03-15 Mike McLaughlinImplement PAL_IsDebuggerPresent for Linux so the manage...
2015-03-15 Jeroen JanssenPut Marshal.Read/Write with Object under FEATURE_LEGACY...
2015-03-15 Jan KotasFix handling of links and non-Linux file systems in...
2015-03-15 Jan KotasMerge pull request #441 from stephentoub/openssl_init
2015-03-14 Mike McLaughlinFixed unnecessary string length addition.
2015-03-14 Mike McLaughlinUndef some temporary code that uses the global pointer...
2015-03-14 Jeroen JanssenAdd check and instruction to build.cmd to run from...
2015-03-14 Mike McLaughlinMerge remote-tracking branch 'upstream/master' into...
2015-03-14 Mike McLaughlinMerge pull request #437 from mikem8361/clrstack
2015-03-13 Mike McLaughlinMerge remote-tracking branch 'origin/clrstack' into...
2015-03-13 Mike McLaughlinCode review feedback.
2015-03-13 Mike McLaughlinBuild the PrintException command and related support...
2015-03-13 Mike McLaughlinMerge pull request #4 from kangaroo/clrstack
2015-03-13 Geoff NortonChange THREADSilentGetCurrentThreadId to return the...
2015-03-13 Geoff NortonEnsure we find_library on LLDB as well to find LLDB...
2015-03-13 Jan KotasMerge pull request #439 from janvorli/add-unhandled...
2015-03-13 Jan VorlicekAdd unhandled exception stack trace print
2015-03-13 Mike McLaughlinFix CI build failures. Undefined functions.
2015-03-13 Jan VorlicekMerge pull request #438 from janvorli/fix-frames-popping
2015-03-13 Jan VorlicekExclude the Frame destructor from DAC build
2015-03-13 Jan VorlicekFix managed exception unwinding through CallDescrWorker...
2015-03-13 Stephen ToubAdd PAL test for EnsureOpenSslInitialized
2015-03-14 Stephen ToubAdd OpenSSL initialization routine to PAL
2015-03-12 Mike McLaughlinMerge remote-tracking branch 'upstream/master' into...
2015-03-12 Mike McLaughlinFix PAL printf functions. Didn't handle "%*.*p" correc...
2015-03-12 Jan VorlicekMerge pull request #435 from janvorli/nested-exception...
2015-03-12 Jan VorlicekMerge pull request #436 from janvorli/resource-loading...
2015-03-12 Jan VorlicekAdd support for exceptions crossing native frames
2015-03-12 Jan VorlicekMerge pull request #432 from kangaroo/pal-glccfos
2015-03-12 Jan VorlicekReflect feedback
2015-03-12 Lubomir LitchevMerge pull request #427 from LLITCHEV/work
2015-03-12 Lubomir LitchevFix some struct passing and tail call Jit problems...
2015-03-12 Geoff NortonImplement GetLogicalCpuCountFromOS in the PAL for OSX
2015-03-12 Jan VorlicekWorkaround native resource string loading temporarily
2015-03-11 Mike McLaughlinThe ClrStack command mostly works except for some addre...
2015-03-11 Jan KotasMerge pull request #434 from AlexGhiondea/concurrentDict
2015-03-11 AlexGhiondeaMerge pull request #418 from AlexGhiondea/AppContextFix
2015-03-11 Alex GhiondeaRemove the CDS_COMPILE_JUST_THIS define from the Concur...
2015-03-11 Jan VorlicekMerge pull request #429 from jkotas/testfixes
2015-03-11 Jan KotasFix error handling in REGUTIL::EnvGetString
2015-03-11 Matt EllisMerge pull request #428 from ellismg/custom-entry-point
2015-03-11 Matt EllisAdd custom entry point support.
2015-03-11 Mike McLaughlinFix some more build problems/missing globals. The ClrSt...
2015-03-11 Mike McLaughlinFix some missing variables and other build problems...
2015-03-10 Mike McLaughlinThe "ClrStack" command and related functions now build.
2015-03-10 Rama krishnan... Merge pull request #426 from ramarag/merge-from-tfs
2015-03-10 Rama krishnan... Merge remote-tracking branch 'upstream/master' into...
next