1. 34a4acd linker: the global group is added to all built-in namespaces by Jiyong Park · 8 years ago
  2. 9e77a64 Fix asan path translation loading a library twice. by Evgenii Stepanov · 8 years ago
  3. fa6ebae Merge "Revert "linker: remove link from external library on unload"" into oc-dev by Dimitry Ivanov · 8 years ago
  4. ec5ddc0 Revert "linker: remove link from external library on unload" by Dimitry Ivanov · 8 years ago
  5. 5ef13ba linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb by Dimitry Ivanov · 8 years ago
  6. efbc044 linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb by Dimitry Ivanov · 8 years ago
  7. cb40eec linker: remove link from external library on unload am: b37d10cc80 by Dimitry Ivanov · 8 years ago
  8. 3a64488 linker: remove link from external library on unload am: b37d10cc80 by Dimitry Ivanov · 8 years ago
  9. b37d10c linker: remove link from external library on unload by Dimitry Ivanov · 8 years ago
  10. 37b91af greylist is no longer enabled by default. by Jiyong Park · 8 years ago
  11. e8ffe56 greylist is no longer enabled by default. by Jiyong Park · 8 years ago
  12. 5725481 Merge "Move libc_log code into libasync_safe." by Christopher Ferris · 8 years ago
  13. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  14. f1cb669 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 8 years ago
  15. ec43dd6 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 8 years ago
  16. 87a47e1 Merge "linker: add android_get_exported_namespace" by Treehugger Robot · 8 years ago
  17. 01de74e linker: add android_get_exported_namespace by Jiyong Park · 8 years ago
  18. 15f1db3 Revert "Revert "loader: enable loading libraries from tmpfs"" by Dimitry Ivanov · 8 years ago
  19. 6d59318 Revert "loader: enable loading libraries from tmpfs" by Yin-Chia Yeh · 8 years ago
  20. bf34ba3 loader: enable loading libraries from tmpfs by Dimitry Ivanov · 8 years ago
  21. bb8b22a loader: enable loading libraries from tmpfs by Dimitry Ivanov · 8 years ago
  22. f2c6ad6 Make the _Unwind_Ptr declaration match clang's. by Elliott Hughes · 8 years ago
  23. f17048b Merge "Send developers straight to the text relocation docs." by Treehugger Robot · 8 years ago
  24. 763f6e1 Send developers straight to the text relocation docs. by Elliott Hughes · 8 years ago
  25. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 8 years ago
  26. d7c4832 linker: add android_get_exported_namespace by Jiyong Park · 8 years ago
  27. 9e27e58 Add support for disabling the greylist. by Elliott Hughes · 8 years ago
  28. b8ab618 Move scopeguard into android::base by Tom Cherry · 8 years ago
  29. 7933bec Add support for disabling the greylist. by Elliott Hughes · 8 years ago
  30. dedcf35 Fix lookup logic for linked namespaces by Dimitry Ivanov · 8 years ago
  31. 6a2c7f5 Merge "Fix lookup logic for linked namespaces" by Treehugger Robot · 8 years ago
  32. a782f29 Refactor sanitized library on-disk layout - bionic. by Vishwath Mohan · 8 years ago
  33. 4113def Refactor sanitized library on-disk layout - bionic. by Vishwath Mohan · 8 years ago
  34. d3e7d08 Fix lookup logic for linked namespaces by Dimitry Ivanov · 8 years ago
  35. 6b0f17e Merge "Make anonymous namespace isoalted." by Dimitry Ivanov · 8 years ago
  36. c9dced2 Make anonymous namespace isoalted. by Dimitry Ivanov · 8 years ago
  37. 840ae69 Merge "Revert "linker: add more directories to default lib paths"" by Dimitry Ivanov · 8 years ago
  38. deca8ef Merge "Load namespace configuration from ld.config.txt" by Treehugger Robot · 8 years ago
  39. 4cabfaa Load namespace configuration from ld.config.txt by Dimitry Ivanov · 9 years ago
  40. 6705e8c Add systrace output for dlclose/dlsym calls by Dimitry Ivanov · 8 years ago
  41. 5c4a580 Add systrace output for dlopen calls by Dimitry Ivanov · 8 years ago
  42. a144697 Revert "linker: add more directories to default lib paths" by Dimitry Ivanov · 8 years ago
  43. e5422d7 Merge "linker: add more directories to default lib paths" by Treehugger Robot · 8 years ago
  44. 5b71500 Apply ASan linker path translation to subdirectories. by Evgenii Stepanov · 9 years ago
  45. 1daa18e linker: add more directories to default lib paths by Jiyong Park · 9 years ago
  46. 3e0821d loader: anonymous ns initialization is not required by Dimitry Ivanov · 9 years ago
  47. 77ad642 Remove g_default_ld_paths global variable by Dimitry Ivanov · 9 years ago
  48. 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 9 years ago
  49. 2cb4dfb Merge "Replace public library list with shared lib sonames (part 2/2)" by Dimitry Ivanov · 9 years ago
  50. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  51. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  52. 7d429d3 Replace public library list with shared lib sonames (part 1/2) by Dimitry Ivanov · 9 years ago
  53. 68e6c03 Check overflows in c-tor instead of doing it in d-tor by Dimitry Ivanov · 9 years ago
  54. 3bd9061 Do not load second copy of a library into same namespace by Dimitry Ivanov · 9 years ago
  55. 0a3637d Runtime support for CFI by Evgenii Stepanov · 9 years ago
  56. 4742abd Add a way to track all dlsym calls by Dimitry Ivanov · 9 years ago
  57. d9e427c Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
  58. 6c14f86 loader: asan path translation now works for symlinks by Dimitry Ivanov · 9 years ago
  59. ae4a0c1 Log call to elf-constructors by Dimitry Ivanov · 9 years ago
  60. 585838b Merge "Remove unused includes/externals" by Treehugger Robot · 9 years ago
  61. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  62. ffa45a8 Remove unused includes/externals by Dimitry Ivanov · 9 years ago
  63. 816676e Add test for libraries with textrels by Dimitry Ivanov · 9 years ago
  64. 8995c38 Fix for default library path "/vendor/lib" by neo.chae · 9 years ago
  65. 2589f9d Fix for default library path "/vendor/lib" by neo.chae · 9 years ago
  66. 3f66057 linker: Refactoring step 3 of many by Dimitry Ivanov · 9 years ago
  67. f4e3ebe linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 9 years ago
  68. f987129 linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 9 years ago
  69. 7da4bbb linker: stat /proc/self/exe instead of executable_path by Dimitry Ivanov · 9 years ago
  70. 4cf7024 linker: use stat(2) to check file existence by Dimitry Ivanov · 9 years ago
  71. 45d25ca linker_asan: Translate absolute dlopen paths to use asan-libraries. by Dimitry Ivanov · 9 years ago
  72. 5aa6767 linker_asan: Translate absolute dlopen paths to use asan-libraries. by Dimitry Ivanov · 9 years ago
  73. 576a375 linker: fix mips build by Dimitry Ivanov · 9 years ago
  74. 48ec288 Extract soinfo and globals to separate files. by Dimitry Ivanov · 9 years ago
  75. b943f30 Move android_namespace_t to a separate file. by Dimitry Ivanov · 9 years ago
  76. 769b33f Sync linker with internal branch by Dimitry Ivanov · 9 years ago
  77. 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 9 years ago
  78. b996d60 linker: Enable debug logging via properties by Dimitry Ivanov · 9 years ago
  79. 801dfc0 Merge "Lose debuggerd client code to libdebuggerd_client." by Treehugger Robot · 9 years ago
  80. 523e2a9 Make missing public soname error message clear. by Christopher Ferris · 9 years ago
  81. 9a84d90 Make missing public soname error message clear. by Christopher Ferris · 9 years ago
  82. 3cc387e Lose debuggerd client code to libdebuggerd_client. by Josh Gao · 9 years ago
  83. bda20e7 Correctly handle the case of empty LD_PRELOAD entries by Dimitry Ivanov · 9 years ago
  84. d799b2b Correctly handle the case of empty LD_PRELOAD entries by Dimitry Ivanov · 9 years ago
  85. f1d4a49 Fix comments since we are keeping grey-list in N by Dimitry Ivanov · 9 years ago
  86. 3c9624a Do not resolve caller_ns when it is not needed by Dimitry Ivanov · 9 years ago
  87. 5240863 Do not resolve caller_ns when it is not needed by Dimitry Ivanov · 9 years ago
  88. d2205a6 Do not check zip-entry validity on create_namespace by Dimitry Ivanov · 9 years ago
  89. a5c1c8e Do not check zip-entry validity on create_namespace by Dimitry Ivanov · 9 years ago
  90. 041cf17 Merge "Fix dlopen of main executable by absolute path" into nyc-dev by Dimitry Ivanov · 9 years ago
  91. 49cfc89 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 9 years ago
  92. 42abf3d Merge "linker: Allow caller to specify parent namespace" by Treehugger Robot · 9 years ago
  93. dcaef37 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 9 years ago
  94. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 9 years ago
  95. fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 9 years ago
  96. bee8572 Fix linker crash on trying to unload main executable by Dimitry Ivanov · 9 years ago
  97. 83fcb54 Fix linker crash on trying to unload main executable by Dimitry Ivanov · 9 years ago
  98. 19b5e8c Add libvorbisidec.so to the grey-list by Dimitry Ivanov · 9 years ago
  99. 5480761 Improve error message for empty list of public libs by Dimitry Ivanov · 9 years ago
  100. 1c3a5d8 Merge "Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL" by Than McIntosh · 9 years ago