summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Addressing Desktop Build break due to addition of a new non windows event in ...Rama Krishnan Raghupathy1-0/+1
2015-10-22Merge pull request #1816 from stephentoub/string_indexof_perfStephen Toub3-29/+127
2015-10-22Merge pull request #1840 from caslan/customnotificationfixCagri Aslan1-1/+5
2015-10-22Update IndexOfOrdinalIgnoreCase to use full code unitsstephentoub3-68/+60
2015-10-22Improve string.{Last}IndexOf perf on Unix for Ordinal/OrdinalIgnoreCasestephentoub3-29/+135
2015-10-22Merge pull request #1833 from kouvel/Inline2Koundinya Veluri49-508/+394
2015-10-22Fixed an issue with getting event size not working for custom notification eventCagri Aslan1-1/+5
2015-10-21Merge pull request #1820 from richlander/rich-cleanupMatt Ellis6-66/+109
2015-10-21Move some functions to allow them to be inlined with clangKoundinya Veluri49-508/+394
2015-10-21Merge pull request #1827 from brianrob/tracinginitBrian Robbins2-0/+94
2015-10-21Merge pull request #1751 from ramarag/eventsourceRama krishnan Raghupathy16-13/+351
2015-10-21Enable EventSource Logging in Linux via LttngRama16-13/+351
2015-10-21Initialize LTTng tracepoint provider as part of loading libcoreclr.so.Brian Robbins2-0/+94
2015-10-21Merge pull request #1780 from adityamandaleeka/librarySearchPathsAditya Mandaleeka5-92/+126
2015-10-21Add STANDARD_VM_CONTRACT and remove loop that's no longer needed.Aditya Mandaleeka1-8/+10
2015-10-21Always attempt to load specified DLL name first before trying variationsAditya Mandaleeka2-90/+98
2015-10-21Move prefix/suffix logic to dllimportAditya Mandaleeka4-68/+92
2015-10-21Fix lpFileName leak in InternalCreateProcess.Lakshmi Priya Sekar1-10/+7
2015-10-21Merge pull request #1822 from janvorli/fix-pal-new-usageStephen Toub4-11/+17
2015-10-21Remove new operator usage in PALJan Vorlicek4-11/+17
2015-10-21Merge pull request #1808 from om3n07/masterStephen Toub2-6/+6
2015-10-20Merge pull request #1804 from dotnet-bot/from-tfsMatt Ellis2-12/+14
2015-10-20Remove bad wordingRichard Lander1-1/+1
2015-10-20Add attribution for lookup3.cRichard Lander1-2/+10
2015-10-20Remove duplicate licenseRichard Lander1-22/+0
2015-10-20Add attribution for RFC 3492Richard Lander1-0/+32
2015-10-20Correct attribution for UUIDs and GUIDsRichard Lander1-38/+65
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-20Correct comments on Array sorting methodsMatt2-6/+6
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-19addressing desktop build failureRama Krishnan Raghupathy1-5/+6
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-16Fix build break with WindowsOS CRTJan Kotas1-7/+8