summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Create directories for coreclr / corefxsubmit/tizen_4.0/20190405.012155accepted/tizen/4.0/unified/20190405.043110tizen_4.0accepted/tizen_4.0_unifiedWoongsuk Cho3-0/+70
2018-10-16add update script to regenerate ni filesubmit/tizen_4.0/20190320.020310submit/tizen_4.0/20181017.045118submit/tizen_4.0/20181016.105255accepted/tizen/4.0/unified/20190320.133223accepted/tizen/4.0/unified/20181017.131608Woongsuk Cho3-0/+16
2018-10-16add ni regeneration feature to support FOTAsubmit/tizen_4.0/20181016.020113accepted/tizen/4.0/unified/20181016.040128Woongsuk Cho3-0/+92
2018-09-13create coredump for unhandled exception to debug issue easilysubmit/tizen_4.0/20180912.232550accepted/tizen/4.0/unified/20180913.013527Woongsuk Cho1-11/+11
2018-08-10add corerun modeWoongsuk Cho1-4/+27
2018-08-09Add signal handler to avoid coredump file for unhandled exceptionsubmit/tizen_4.0/20180809.074525Woongsuk Cho3-1/+88
2018-07-16redirect stderr/stdout to dlog before app launchingsubmit/tizen_4.0/20180717.020222accepted/tizen/4.0/unified/20180717.143258Woongsuk Cho3-13/+33
2018-06-26by-pass std log to dlogsubmit/tizen_4.0/20180626.120940accepted/tizen/4.0/unified/20180626.233624Woongsuk Cho2-25/+29
2018-06-14Enable launch under netcoredbgsubmit/tizen_4.0/20180614.104246accepted/tizen/4.0/unified/20180615.071833Igor Kulaychuk1-0/+6
2018-06-11use lldb-mi for debuggingsubmit/tizen_4.0/20180611.073702Woongsuk Cho1-0/+7
2018-05-08[Coverity-112249] Fixed coverity issue. (NEGATIVE_RETURNS)submit/tizen_4.0/20180508.035103j-h.choi1-1/+2
2018-04-25remove media related library from preloading to reduce crash from muse-clientsubmit/tizen_4.0/20180426.074334accepted/tizen/4.0/unified/20180427.062403Cho Woong Suk1-2/+0
2018-04-25change log tag from ERR to INFO for C# logCho Woong Suk2-4/+4
2018-02-23to send stdout to dlog, move logging thread creation pointsubmit/tizen_4.0/20180223.024809accepted/tizen/4.0/unified/20180223.062033Cho Woong Suk2-24/+28
2018-02-22multi-architecture supportsubmit/tizen_4.0/20180222.081235Cho Woong Suk1-4/+23
2018-02-12move starting point of logging threadsubmit/tizen_4.0/20180212.020346accepted/tizen/4.0/unified/20180212.141310Cho Woong Suk1-4/+4
2018-02-02support multi-architecture library for lib dirsubmit/tizen_4.0/20180202.030215accepted/tizen/4.0/unified/20180205.144559tizen_4.0_tvCho Woong Suk1-1/+24
2018-01-25Initialize coreclr in the candidate process and change ON_BOOT value to OFFsubmit/tizen_4.0/20180125.030106accepted/tizen/4.0/unified/20180125.030709Cho Woong Suk10-523/+46
2018-01-24add interval between each crossgenCho Woong Suk1-1/+18
2018-01-01remove module/function name from stderr logtizen_4.0.IoT.p2_releasesubmit/tizen_4.0/20180102.003910accepted/tizen/4.0/unified/20180111.044615Cho Woong Suk2-1/+11
2018-01-01Remove code related to %caps.Cho Woong Suk1-1/+2
2017-12-14Add COMPlus_ZapDisable env variablesubmit/tizen_4.0/20180101.220221accepted/tizen/4.0/unified/20180103.151728chunseok lee1-0/+1
2017-12-07bug-patch:support -am optionCho Woong Suk1-4/+4
2017-12-07Merge "update launching time measure tool" into tizen_4.0JongHeon Choi2-7/+7
2017-12-07Merge "check return value of loaderMain to avoid crash" into tizen_4.0JongHeon Choi3-5/+10
2017-12-07Merge "comment out unused code and change log" into tizen_4.0JongHeon Choi2-4/+3
2017-12-07update launching time measure toolCho Woong Suk2-7/+7
2017-12-07comment out unused code and change logCho Woong Suk2-4/+3
2017-12-07check return value of loaderMain to avoid crashCho Woong Suk3-5/+10
2017-12-05Coreclr needs original executable dll path not ni file path for dll loading.Cho Woong Suk1-9/+0
2017-11-29redirect stdout and stderr to dlogsubmit/tizen_4.0/20171129.002647accepted/tizen/4.0/unified/20171130.063513Cho Woong Suk3-2/+73
2017-11-14add exception handling code for null returnsubmit/tizen_4.0/20171114.071830accepted/tizen/4.0/unified/20171115.173814Cho Woong Suk2-6/+13
2017-11-03add cap_sys_admin and cap_setgid to dotnet-launcher to use candidate processsubmit/tizen_4.0/20171106.020513accepted/tizen/4.0/unified/20171106.162908Cho Woong Suk1-1/+1
2017-11-03add dotnet-launcher to files list to remove build errorCho Woong Suk1-0/+1
2017-11-03Remove caps due to security issue.JongHeon Choi1-1/+0
2017-11-02big-fix: add reference dll for NIsubmit/tizen_4.0/20171102.101343accepted/tizen/4.0/unified/20171103.030300Cho Woong Suk1-2/+2
2017-10-17Merge "remove unneccessary log to remove warning message" into tizen_4.0tizen_4.0.m2_releasesubmit/tizen_4.0/20171017.015213accepted/tizen/4.0/unified/20171017.212409Inhwan Lee2-3/+1
2017-10-17add plugin api to set coreclr infoCho Woong Suk2-1/+12
2017-10-17remove unneccessary log to remove warning messageCho Woong Suk2-3/+1
2017-09-26fix build warningtizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170927.000258accepted/tizen/4.0/unified/20170929.075505Youngjae Shin2-2/+4
2017-09-13Revert "temporal patch for setting LANG environment value"submit/tizen_4.0/20170913.022243accepted/tizen/4.0/unified/20170914.175436woongsuk cho1-21/+0
2017-09-05bug-fix: to pass argument, change exectuable name to appidsubmit/tizen_4.0/20170905.001852accepted/tizen/4.0/unified/20170911.154108Cho Woong Suk1-9/+5
2017-08-30change cmdline to executable path for standalone mode.submit/tizen_4.0/20170831.000104submit/tizen/20170830.065300accepted/tizen/unified/20170830.161235Cho Woong Suk1-2/+12
2017-08-28Add null checksubmit/tizen/20170828.100558JongHeon Choi1-0/+4
2017-08-24Add requires to launchpadsubmit/tizen/20170824.072124accepted/tizen/unified/20170825.043844JongHeon Choi1-0/+1
2017-08-01temporal patch for setting LANG environment valuesubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.110004submit/tizen_4.0/20170828.100004submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170802.003242submit/tizen/20170801.093330accepted/tizen/unified/20170802.151307accepted/tizen/4.0/unified/20170829.020105accepted/tizen/4.0/unified/20170816.015310Cho Woong Suk1-0/+21
2017-07-20remove getenvsubmit/tizen/20170720.005404accepted/tizen/unified/20170720.062142Cho Woong Suk3-21/+10
2017-07-20remove Self-Contained Deployment launcherCHUNSEOK LEE3-612/+1
2017-07-17Revert "Add signal handler"submit/tizen/20170717.070543accepted/tizen/unified/20170717.170950JongHeon Choi5-183/+0
2017-06-23support launcher pluginsubmit/tizen/20170714.002938Cho Woong Suk3-1/+81