1. 295082b Avoid "D linker : (null)" with debug.ld.all for dlerror. by Elliott Hughes · 9 years ago
  2. 11968b8 linker: log only real dlerrors by Dimitry Ivanov · 9 years ago
  3. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 10 years ago
  4. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 10 years ago
  5. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 10 years ago
  6. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  7. a6588e5 Fix android_dlwarning lookup by Dimitry Ivanov · 10 years ago
  8. d9e427c Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 10 years ago
  9. dcb846c Revert "Bionic loader is no longer hijacking libdl.so" by Andreas Gampe · 10 years ago
  10. c12acef Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 10 years ago
  11. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 10 years ago
  12. 48ec288 Extract soinfo and globals to separate files. by Dimitry Ivanov · 10 years ago
  13. 769b33f Sync linker with internal branch by Dimitry Ivanov · 10 years ago
  14. b996d60 linker: Enable debug logging via properties by Dimitry Ivanov · 10 years ago
  15. 1a5fd9c Fix misc-macro-parentheses warnings in bionic. by Chih-Hung Hsieh · 10 years ago
  16. fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 10 years ago
  17. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 10 years ago
  18. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 11 years ago
  19. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 11 years ago
  20. 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 11 years ago
  21. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 11 years ago
  22. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 11 years ago
  23. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 11 years ago
  24. 747d30e dlfcn: update ifdef around old_name_ by Mike Frysinger · 11 years ago
  25. e5cfafe Fix potential race condition on dlopen by Dmitriy Ivanov · 11 years ago
  26. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 11 years ago
  27. 7271caf Lock on dl_interate_phdr by Dmitriy Ivanov · 11 years ago
  28. 1913352 Backward compatibility for dlsym(RTLD_DEFAULT, ...) by Dmitriy Ivanov · 11 years ago
  29. d974e88 Work around incorrect dt_needed entries by Dmitriy Ivanov · 11 years ago
  30. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 11 years ago
  31. 2a81536 Support symbol versioning by Dmitriy Ivanov · 11 years ago
  32. aae859c Add realpath for soinfo by Dmitriy Ivanov · 11 years ago
  33. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 11 years ago
  34. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 11 years ago
  35. 05fc1d7 Add missing includes. by Elliott Hughes · 12 years ago
  36. 291dbf6 Merge "Count references for groups instead of instances" by Dmitriy Ivanov · 12 years ago
  37. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 12 years ago
  38. 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 12 years ago
  39. 047b593 Rename soinfo methods and fields by Dmitriy Ivanov · 12 years ago
  40. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 12 years ago
  41. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 12 years ago
  42. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 12 years ago
  43. 8f61d99 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 12 years ago
  44. e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 12 years ago
  45. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 12 years ago
  46. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 12 years ago
  47. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 12 years ago
  48. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 12 years ago
  49. 851135b Replace NULL with nullptr by Dmitriy Ivanov · 12 years ago
  50. 0d15094 Bump soinfo version by Dmitriy Ivanov · 12 years ago
  51. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 12 years ago
  52. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 12 years ago
  53. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 12 years ago
  54. ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 12 years ago
  55. ce44166 Fix weak function lookups by Dmitriy Ivanov · 12 years ago
  56. acfc637 Revert "HACK: linker: check for handle==0xffffffff on LP64" by Colin Cross · 12 years ago
  57. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 12 years ago
  58. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 12 years ago
  59. 346fea0 HACK: linker: check for handle==0xffffffff on LP64 by Colin Cross · 12 years ago
  60. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 12 years ago
  61. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 12 years ago
  62. 1728b23 Switch to g_ for globals. by Elliott Hughes · 12 years ago
  63. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 13 years ago
  64. faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 13 years ago
  65. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 13 years ago
  66. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 13 years ago
  67. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 13 years ago
  68. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 13 years ago
  69. e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 13 years ago
  70. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 13 years ago
  71. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 13 years ago
  72. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 13 years ago
  73. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 13 years ago
  74. afac15d Use C99 structure initializer designator style. by Elliott Hughes · 13 years ago
  75. c00f2cb x86_64 linker. by Elliott Hughes · 13 years ago
  76. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 13 years ago
  77. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 13 years ago
  78. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 13 years ago
  79. 650be4e More linker cleanup. by Elliott Hughes · 14 years ago
  80. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 14 years ago
  81. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 14 years ago
  82. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 14 years ago
  83. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 14 years ago
  84. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 14 years ago
  85. 20aa6c0 Workaround g++ 4.7 compfail by Pavel Chupin · 14 years ago
  86. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 14 years ago
  87. 22d6292 Make the dlfcn mutex static. by Elliott Hughes · 14 years ago
  88. 3b297c4 Fix dlerror(3). by Elliott Hughes · 14 years ago