call ecore_init() in the CoreRuntime constructor.
[platform/core/dotnet/launcher.git] / NativeLauncher /
2020-03-26 Woongsuk Chocall ecore_init() in the CoreRuntime constructor.
2020-03-23 Woongsuk Choremove unused variable accepted/tizen/unified/20200323.172926 submit/tizen/20200323.040423
2020-03-23 Hyungju LeeRemove unnecessary ecore_init()
2020-03-18 j-h.choiChange the name of the define directory(/opt/usr/dotnet) accepted/tizen/unified/20200319.131234 submit/tizen/20200318.232027
2020-03-18 j-h.choiModify the standard output and error in fprintf
2020-03-18 Woongsuk Cholog manager code cleanup
2020-03-18 Woongsuk ChoSet exec label of dotnet-launcher to "User"
2020-03-18 j-h.choiFixed memory corruption. AddressSanitizer: heap-buffer...
2020-03-12 j-h.choiSet the native library path with the RIDs value set... accepted/tizen/unified/20200315.214822 submit/tizen/20200312.235329
2020-03-10 j-h.choiCopy the pdb file where the native image file exists
2020-03-03 Hyungju LeeFull executable path to support crash-worker in case... accepted/tizen/unified/20200304.123900 submit/tizen/20200303.220215
2020-02-12 j-h.choiFixed svace.(HANDLE_LEAK.EX)
2020-02-07 j-h.choiModified to add 'NI_FLAGS_APPNI' flag and appPaths...
2020-02-06 Hyungju LeeRemove dos carriage return accepted/tizen/unified/20200207.122334 submit/tizen/20200207.000547
2020-02-06 j-h.choiFixed svace.(FILE_SYSTEM_REALPATH)
2020-02-06 j-h.choiChange the function name from updateAssemblyInfo()...
2020-02-03 j-h.choiBug fixed: Skips generation of ni.dll in the TPA list
2020-01-30 j-h.choiModify the parameter name of the database function
2020-01-29 김상욱/Common Platfor... Use newline char as a delimiter in coreclr_env.list... accepted/tizen/unified/20200130.214634 submit/tizen/20200129.055156
2020-01-15 최종헌/Common Platfor... Support tizen.6.0.0 rid (#154)
2020-01-14 j-h.choiSupport tizen.5.5.0 rid
2020-01-14 j-h.choiModified to skip the assemblies in the TPA list when...
2020-01-14 j-h.choiAdd '--ni-reset-dir' option of dotnettool
2020-01-14 j-h.choi Code cleanup
2019-12-03 정동헌/Common Platfor... Revert "A workaround to pre-compile internal methods...
2019-11-28 Woongsuk Choapply -Wl,-z,relro option in build flag for library... accepted/tizen/unified/20191128.161914 submit/tizen/20191128.035013
2019-11-28 Woongsuk Choupgrade openssl from 1.0 to 1.1
2019-11-20 j-h.choiFixed Svace(memory_leak) accepted/tizen/unified/20191120.130641 submit/tizen/20191120.034939 submit/tizen_5.5/20191120.034924
2019-11-20 j-h.choiFixed Svace issue
2019-11-19 j-h.choiFixed bug for TAC when upgrading application
2019-11-19 j-h.choiModify to enable TAC when restoring a database of TAC
2019-11-11 Woongsuk Chochange candidate process name to dotnet-launcher accepted/tizen/5.5/unified/20191111.105448 accepted/tizen/unified/20191111.105536 submit/tizen/20191111.004932 submit/tizen_5.5/20191111.005001
2019-11-07 Woongsuk Choapply launchpad-hydra refactoring
2019-10-21 Mikhail AksenovFix setEnvFromFile()
2019-10-17 Woongsuk Choto avoid gdbus blocking issue, call storage api after... accepted/tizen/unified/20191017.042739 submit/tizen/20191016.225912
2019-10-16 Hyungju LeeSkip prelading on standalone mode
2019-10-16 Woongsuk Chouse absoulte path for preloading list on hydra launcher
2019-10-15 Woongsuk Chosvace : initialize hydracallback accepted/tizen/unified/20191016.032428 submit/tizen/20191015.233435
2019-10-14 Hyungju LeeRevert "turn off hydra-mode temporally. After fixing... accepted/tizen/unified/20191015.012045 submit/tizen/20191014.221258
2019-10-14 Konstantin BaladurinPreload NI dlls in hydra
2019-10-14 j-h.choiModify regenerate all tac file in dotnettool
2019-10-14 Hyungju LeeAdd ecore_init() at hydra adopter.loop_brgin callback
2019-10-10 Woongsuk Choturn off hydra-mode temporally. After fixing launchpad... accepted/tizen/unified/20191011.080132 submit/tizen/20191010.235421
2019-10-10 Sangwook KimA workaround to pre-compile internal methods
2019-10-10 j-h.choiCode cleanup
2019-10-09 j-h.choiChange ownership of TAC database file in dotnettool
2019-10-09 j-h.choiAdded logic to recover when db file is corrupted.
2019-09-29 Sangwook KimEarly init ecore regardless of the current mode
2019-09-24 Gleb BalykovSupport hydra mode
2019-09-24 Kirill FrolovMore verbose errors logging for libcoreclr.so
2019-09-20 Woongsuk Chofix bugs which found by coverity accepted/tizen/unified/20190923.225320 submit/tizen/20190922.235504
2019-09-20 Woongsuk Choskip AOT if skip optimization option is enabled
2019-09-20 Woongsuk Choto prevent crash while process terminate on profiling... accepted/tizen/unified/20190920.065334 submit/tizen/20190920.013818
2019-08-08 김상욱/Common Platfor... Add switches for crossgen (#91)
2019-08-08 Gleb BalykovSupport 3.0-preview7
2019-08-07 j-h.choiBug fixed. Break out of nested loop. accepted/tizen/unified/20190812.235655 submit/tizen/20190807.231743
2019-08-06 j-h.choiNuget with no dependency applies TAC
2019-08-05 j-h.choiFixed svace (376818, 386676, 386690)
2019-08-05 j-h.choiVerify that the assembly is in the TPA list.
2019-08-05 j-h.choiCode refactoring
2019-07-18 j-h.choiRemove the commented code
2019-07-18 j-h.choiCode cleanup of TAC
2019-07-17 조웅석/Common Platfor... Keep api for backward-compatibility and code clean...
2019-07-16 최종헌/Common Platfor... Modify the problem that the original assembly is delete...
2019-07-16 Gleb BalykovMove defines to spec and set smack label on file with...
2019-07-16 Gleb BalykovReview and rebase changes
2019-07-16 Gleb BalykovEnable generation of unique default base address for...
2019-07-16 Gleb BalykovAdd nitool option to compile system libs with unique...
2019-07-16 Gleb BalykovAdd setup of COMPlus_UseDefaultBaseAddr environment...
2019-07-05 조웅석/Common Platfor... Merge pull request #72 from j-h-choi/tac_env accepted/tizen/unified/20190709.113105 submit/tizen/20190709.054508
2019-07-05 조웅석/Common Platfor... Merge pull request #77 from y-yamshchiko/iss154
2019-07-04 Yaroslav Yamshchikovadd getRuntimeDir() output to nativeLibPath
2019-07-04 조웅석/Common Platfor... Merge pull request #67 from g-balykov/add-setenvvariabl...
2019-07-04 최종헌/Common Platfor... Merge branch 'tizen' into tac_env
2019-07-03 조웅석/Common Platfor... Merge pull request #74 from dotnet/bug_fix_ni_pkg_dll_o... accepted/tizen/unified/20190704.040535 submit/tizen/20190704.000906
2019-07-03 조웅석/Common Platfor... Merge pull request #73 from dotnet/use_concatPath_for_n...
2019-07-03 Gleb BalykovAdd Dotnet.Launcher.Environment.SetEnvironmentVariable...
2019-07-03 j-h.choiAdd define for TAC in launcher_env.h
2019-07-03 Woongsuk Chobug-fix : support TAC and NI_SUB_DIR for nitool --pkg...
2019-07-03 Woongsuk ChoChange APP_NI_SUB_DIR from "/.native_image" to ".native...
2019-06-11 조웅석/Common Platfor... Merge pull request #64 from j-h-choi/tizen accepted/tizen/unified/20190626.064945 submit/tizen/20190626.013636
2019-06-11 j-h.choiModify build error
2019-06-11 j-h.choiMerge branch 'j-h-choi-tizen' into tizen
2019-06-11 j-h.choiMerge branch 'tizen' of https://github.sec.samsung...
2019-06-11 j-h.choiAdd 'Tizen Assembly Cache' feature
2019-06-11 Woongsuk Choremove build warning message accepted/tizen/unified/20190611.110403 submit/tizen/20190611.081053
2019-06-11 조웅석/Common Platfor... Merge pull request #61 from dotnet/use_app_ni_path
2019-06-11 조웅석/Common Platfor... Merge branch 'tizen' into use_app_ni_path
2019-06-10 조웅석/Common Platfor... Merge pull request #62 from dotnet/generate_coreLib_ni_... accepted/tizen/unified/20190611.110407 submit/tizen/20190611.050410
2019-06-10 j-h.choiAdd comments for added function in utils.h
2019-06-10 Woongsuk Cho- generate NI for System.Private.CoreLib.dll
2019-06-07 최종헌/Common Platfor... Merge branch 'tizen' into tizen
2019-06-06 Mikhail KurinnoiHardcode injection lib path.
2019-06-06 Ярослав Ямщиков... C# .dll with code for type preloading (#57)
2019-06-04 Woongsuk Chogenerate native image files in the .native_image folder...
2019-06-03 j-h.choiTAC support for memory optimization
2019-05-12 조웅석/Common Platfor... Merge pull request #56 from dotnet/donot_remove_standal... accepted/tizen/unified/20190513.082553 submit/tizen/20190512.231810
2019-05-12 Woongsuk Chobug-fix: --standalone option should be remained after...
2019-04-25 조웅석/Common Platfor... Merge pull request #54 from dotnet/change_cmdline_stand... accepted/tizen/unified/20190510.111106 submit/tizen/20190509.064825
2019-04-23 Woongsuk ChoTo prevent appid from getting truncated to cmdline...
next