summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Remove NR referenceRichard Lander2-3/+1
2015-10-20Merge pull request #1744 from Priya91/palstring-restLakshmi Priya13-1170/+471
2015-10-20Merge pull request #1813 from adityamandaleeka/pal_cleanupAditya Mandaleeka5-203/+16
2015-10-20Fix boundary bugs on buffer lengths. Include null char in MAX_LONGPATH.Lakshmi Priya Sekar5-56/+62
2015-10-20Merge pull request #1806 from LLITCHEV/SystemVStructsLubomir Litchev72-950/+6726
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev72-950/+6726
2015-10-20Remove unused full_cleanup parameterAditya Mandaleeka3-14/+5
2015-10-20Merge pull request #1811 from mikem8361/exceptfixMike McLaughlin4-18/+26
2015-10-20Merge pull request #1805 from sergiy-k/nodebugmsgsJan Vorlicek9-76/+75
2015-10-20Fix issue #1782 unhanded exceptions don't generate core dumps by changing Han...Mike McLaughlin1-0/+8
2015-10-20Fix assert when unhandled exception is unwound and restored some previous cod...Mike McLaughlin3-18/+18
2015-10-19Merge pull request #1803 from adityamandaleeka/fix_4cf34feAditya Mandaleeka5-158/+4
2015-10-19Disable DEBUG_MESSAGES in release build of CoreCLR PALSergiy Kuryata9-76/+75
2015-10-19Merge pull request #1802 from jkotas/networkingJan Kotas9-521/+5
2015-10-19Revert some changed files from an incorrectly merged commit.Aditya Mandaleeka5-158/+4
2015-10-19Delete remaining vestiges of PAL networking supportJan Kotas9-521/+5
2015-10-19Fix Turkish i casing with invariant culturestephentoub3-84/+159
2015-10-19Removed #ifndef CORECLR blocks from shmemory.Lakshmi Priya Sekar1-994/+0
2015-10-19Remove MAX_LONGPATH constraint checks from file name string length.Lakshmi Priya Sekar1-24/+0
2015-10-18Use StackString in PAL file apis.Lakshmi Priya Sekar14-156/+469
2015-10-16Merge pull request #1789 from jkotas/crsttypetoolJan Kotas1-0/+990
2015-10-16Add CrstTypeTool source codeJan Kotas1-0/+990
2015-10-16Merge pull request #1779 from ramarag/control_xplat_event_loggingRama krishnan Raghupathy12-3498/+8580
2015-10-16Merge pull request #1786 from kouvel/BuildFixKoundinya Veluri1-2/+3
2015-10-16Controlling Xplat Event logging:Rama12-3498/+8580
2015-10-16Merge pull request #1783 from nguerrera/explicit-location-modelNick Guerrera1-0/+2
2015-10-16Fix Windows x86 build - use macro for friend declarationKoundinya Veluri1-2/+3
2015-10-15Be explicit about exposing Assembly.Location in model.xmlNick Guerrera1-0/+2
2015-10-15Remove unnecessary condemnation and suspension in PALCommonCleanup.Aditya Mandaleeka1-12/+3
2015-10-15Remove CPalSynchronizationManager::ShutdownAditya Mandaleeka3-66/+1
2015-10-15Remove unused step logic from PALCommonCleanup.Aditya Mandaleeka4-130/+26
2015-10-15Expose Module.ModuleVersionIdNick Guerrera2-1/+3
2015-10-15Merge pull request #1778 from swaroop-sridhar/commentJan Kotas1-4/+4
2015-10-15Merge pull request #1777 from dotnet-bot/from-tfsMatt Ellis1-0/+1
2015-10-15Fix a comment in GcInfoEncoder.hSwaroop Sridhar1-4/+4
2015-10-15Merge pull request #1690 from bryanar/changes-to-test-treeBryan P. Arant5-4/+158
2015-10-15Add missing .gitmirror file.Matt Ellis1-0/+1
2015-10-15Merge pull request #1773 from jkotas/gcee-cleanupJan Kotas22-683/+976
2015-10-15Cleanup GC-EE InterfaceJan Kotas22-683/+976
2015-10-15Merge pull request #1769 from mmitche/fix-type-assertMatt Mitchell1-2/+0
2015-10-14Change CoreConsole to use _get_wpgmptrAndrew Stanton-Nurse1-19/+14
2015-10-15Changes to Test InfrastructureKoundinya Veluri5-4/+158
2015-10-14Remove assert found in internal testingMatt Mitchell1-2/+0
2015-10-14Merge pull request #1747 from stephentoub/string_tolowerupper_asciiStephen Toub2-14/+76
2015-10-14Avoid brancing in ToLower/UpperAsciiInvariant(char)stephentoub1-12/+48
2015-10-14Merge pull request #1763 from kouvel/PerfFixSergiy Kuryata3-2/+74
2015-10-14Add ASCII optimization to string.ToLower/ToUpper on Unixstephentoub1-2/+28
2015-10-13Merge pull request #1759 from ellismg/format-corefx-codeMatt Ellis12-1204/+1387
2015-10-13Add string allocation fast path outside WindowsKoundinya Veluri3-2/+74
2015-10-13Run format-code.shMatt Ellis10-1204/+1329