summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29Limit the libcoreclr.so exports to the required minimumJan Vorlicek4-6/+97
2015-05-19Simplify logic for ensuring minimum hex length in rctocppAditya Mandaleeka1-9/+4
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka10-62/+158
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin4-29/+28
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-1/+15
2015-04-28Merge pull request #848 from Djuffin/dbi-linuxEugene Zemtsov3-24/+40
2015-04-28Remove unused code and address codereview commentsEugene Zemtsov1-14/+23
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin2-9/+4
2015-04-27Proper CLR module discovery in dbgshim on POSIX systemsEugene Zemtsov2-7/+14
2015-04-27Mark dbgshim functions as extern "C", for easier load via GetProcAddressEugene Zemtsov1-6/+6
2015-04-23Merge pull request #788 from ellismg/fix-pal-dylib-loadingMatt Ellis1-0/+7
2015-04-23Fix loading of PAL on OSXMatt Ellis1-0/+7
2015-04-24Fix the two remaining linker errors on FreeBSD.Jan Henke1-2/+2
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-6/+0
2015-04-16Merge pull request #701 from janvorli/fix-freebsd-rc-issueJan Kotas1-0/+2
2015-04-17Add missing MIT license headersJan Vorlicek11-45/+48
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis4-4/+4
2015-04-14Create shared PAL module and change all the debugger modules and coreclr to u...Mike McLaughlin2-3/+2
2015-04-14Fix .rc processing issue on FreeBSDJan Vorlicek1-0/+2
2015-04-13Merge pull request #683 from janvorli/refactor-rctopo-awkJan Vorlicek3-56/+86
2015-04-10Refactor the windows text resources processingJan Vorlicek3-56/+86
2015-04-07Merge changes from parent branchdotnet-bot1-9/+12
2015-04-02Get the dbgshim module to build and enabled all the public APIs with simple/d...Mike McLaughlin5-78/+190
2015-04-01Fix next round of warning typesJan Vorlicek1-4/+4
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin1-1/+1
2015-03-26Make DBI and SOS use PAL from DACEugene Zemtsov1-2/+3
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-03-25Merge pull request #543 from janvorli/native-resourcesJan Vorlicek5-10/+144
2015-03-24Various DBI related fixes that make it possible to load DBI on Linux and atta...Eugene Zemtsov1-0/+4
2015-03-24Add native resources compilation on LinuxJan Vorlicek5-10/+144
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas1-1/+2
2015-03-19Add ForkAndExecProcess to PAL to support CoreFXStephen Toub1-0/+12
2015-03-10Merge pull request #428 from ellismg/custom-entry-pointMatt Ellis1-4/+37
2015-03-10Add custom entry point support.Matt Ellis1-4/+37
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin3-3/+2
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-1/+6
2015-03-05Rearrange libs in cmakefile for libcoreclr in order to help ld find twowaypip...Eugene Zemtsov1-1/+1
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov3-3/+2
2015-03-02Delete host authentication enforcementJan Kotas1-3/+0
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton1-8/+10
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-0/+3
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin1-6/+6
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin1-0/+5
2015-02-16One more fix to DAC build. The wrong "delete" code was being used causing a f...Mike McLaughlin1-0/+4
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek1-0/+5
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83612-7/+41
2015-02-09Add new nuget package for development usageMatt Mitchell3-3/+0