1. c4ebe60 Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 9 years ago
  2. 4bac6ea Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 9 years ago
  3. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 9 years ago
  4. 2a81536 Support symbol versioning by Dmitriy Ivanov · 9 years ago
  5. ef25592 Fix dl* tests to run-on-host by Dmitriy Ivanov · 9 years ago
  6. aae859c Add realpath for soinfo by Dmitriy Ivanov · 9 years ago
  7. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 9 years ago
  8. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 9 years ago
  9. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 9 years ago
  10. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 9 years ago
  11. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 9 years ago
  12. 279a22f Minimize calls to mprotect by Dmitriy Ivanov · 9 years ago
  13. bfa88bc Add another test for weak-reference by Dmitriy Ivanov · 10 years ago
  14. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 10 years ago
  15. 7699d13 Yet another relocation test by Dmitriy Ivanov · 10 years ago
  16. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 10 years ago
  17. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 10 years ago
  18. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 10 years ago
  19. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 10 years ago
  20. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 10 years ago
  21. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 10 years ago
  22. e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 10 years ago
  23. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 10 years ago
  24. d74aa58 Merge "Fix unload of recursively linked library" by Dmitriy Ivanov · 10 years ago
  25. 66bbf15 Merge "Refactoring: C++11 style DISABLE_ bionic marcos" by Dmitriy Ivanov · 10 years ago
  26. a6ac54a Fix unload of recursively linked library by Dmitriy Ivanov · 10 years ago
  27. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 10 years ago
  28. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 10 years ago
  29. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  30. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  31. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 10 years ago
  32. 1737b15 Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  33. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  34. 319356e Add some missing dlclose(.) by Dmitriy Ivanov · 10 years ago
  35. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 10 years ago
  36. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 10 years ago
  37. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  38. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 10 years ago
  39. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  40. f8846a4 Add test for constructor function. by Dmitriy Ivanov · 10 years ago
  41. ce0ba3c Disable local/protected symbol test for lp64 by Dmitriy Ivanov · 10 years ago
  42. d06ee1d Build all bionic test files -Werror and fix our one warning. by Elliott Hughes · 10 years ago
  43. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 10 years ago
  44. ce44166 Fix weak function lookups by Dmitriy Ivanov · 10 years ago
  45. 44adf93 Fix dlsym_failure NULL handle test by Dmitriy Ivanov · 10 years ago
  46. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 10 years ago
  47. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 10 years ago
  48. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  49. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 10 years ago
  50. 7db1809 Test dlopen with symlinked .so files by Dmitriy Ivanov · 10 years ago
  51. 2ed7109 Add extra regression tests for an already-fixed dynamic linker bug. by Elliott Hughes · 11 years ago
  52. ebd506c Fix linker crashes during unknown symbol lookup by Sergey Melnikov · 11 years ago
  53. a43e906 Don't test GNU-style ELF hashes on MIPS. by Elliott Hughes · 11 years ago
  54. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 12 years ago[Renamed (87%) from tests/dlopen_test.cpp]
  55. 4c4b08a Merge "Fix <endian.h> and <sys/endian.h>." by Elliott Hughes · 12 years ago