summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Merge pull request #2227 from kyulee1/rcJan Vorlicek7-240/+8
2015-12-03Refactoring resource stringKyungwoo Lee7-240/+8
2015-12-02Fix perf issue when concurrent GC is enabled by defaultKoundinya Veluri1-1/+2
2015-11-25Merge pull request #2167 from steveharter/StdArgJan Vorlicek1-1/+1
2015-11-25Merge pull request #2166 from kyulee1/ildasm2Jan Kotas1-6/+5
2015-11-25Fix unicode input on the command lineSteve Harter1-1/+1
2015-11-25Enable ILDASM for WindowsKyungwoo Lee1-6/+5
2015-11-24Don't enable Concurrent GC on Unix by defaultSergiy Kuryata1-2/+1
2015-11-17Merge pull request #2042 from kouvel/StartupFlagsJan Kotas1-10/+93
2015-11-13Allow setting some startup flags outside WindowsKoundinya Veluri1-10/+93
2015-11-13Fix buffer overrun in SetMscorlibPathJohn Chen1-4/+6
2015-11-06Remove EnterCriticalSection / LeaveCriticalSection exports that are not neededCagri1-2/+0
2015-11-05Merge pull request #1841 from caslan/supportforBSTRYi Zhang (CLR)1-0/+3
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub1-1/+0
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+1
2015-10-23Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclrCagri1-0/+2
2015-10-22Add support for BSTRs on UnixCagri (Charlie) Aslan1-0/+3
2015-10-11This enables Lttng Logging for CoreClr,Rama1-1/+8
2015-10-07correct word spellingあまみや ゆうこ1-5/+5
2015-09-28Merge pull request #1589 from Priya91/pathstringLakshmi Priya1-54/+50
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-54/+50
2015-09-25Add new exports to get expression evaluator working in clrdbgCagri1-0/+2
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar2-14/+14
2015-09-01Added process module enumeration for OSx.Mike McLaughlin2-11/+9
2015-08-24Run code under long paths on UnixJeremy Kuhne1-5/+5
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera1-4/+0
2015-08-16Remove GetFileInformation stat wrapper from PALNick Guerrera1-2/+0
2015-08-07Add GetCurrentThreadId to the Linux/Unix exports from coreclr.Mike McLaughlin1-0/+1
2015-08-04Enable the Windows x86 buildMike Danes1-1/+1
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-1/+1
2015-07-27Add new file to the old msbuild makefilesJan Kotas1-0/+4
2015-07-27Expose Unix hosting API on WindowsBen Pye3-7/+15
2015-07-16Extend the Unix hosting APIJan Vorlicek3-48/+202
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-1/+8
2015-06-26Merge pull request #1179 from dotnet-bot/from-tfsMatt Ellis2-2/+4
2015-06-26Add missing include directoryMatt Ellis1-0/+2
2015-06-26Make 64bit dump debugging possible on CoreCLREugene Zemtsov1-2/+2
2015-06-24Fixed the PAL_Initialize* order problem.Mike McLaughlin1-1/+1
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-0/+2
2015-06-16Merge pull request #1141 from mikem8361/dbgshimMike McLaughlin1-99/+69
2015-06-15Make sure dbgshim can attach to processes from other sessionsEugene Zemtsov1-3/+30
2015-06-15Fully implement dbgshim so it doesn't depend on LD_LIBRARY_PATH (issue #650).Mike McLaughlin1-99/+69
2015-06-09Remove the dependency on LD_LIBRARY_PATH in the sos code (issue #820). Uses t...Mike McLaughlin1-0/+2
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-7/+1
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais3-3/+20
2015-06-02Fix unresolved symbol by adding the native resource lib.Mike McLaughlin1-0/+1
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-29Fix exitCode from ExecuteAssemblystephentoub1-1/+5