1. e0240d3 Make callback outlive LruCache. by Florian Mayer · 2 years, 6 months ago
  2. 01705e4 Clean up libcutils/libutils tests. by Elliott Hughes · 6 years ago[Renamed from libutils/tests/LruCache_test.cpp]
  3. e1731a4 [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  4. 66ce3e0 system/core Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  5. 4c56e0a LruCache: avoid copying keys in lookup by Sergio Giro · 8 years ago
  6. b7170fe libutils: fix cache removal when callback invalidates the key by Sergio Giro · 9 years ago
  7. 0cb59c0 system/core: fix iterator for LruCache by Sergio Giro · 9 years ago
  8. bb58cde system/core: change LruCache to use unordered_set instead of BasicHashTable by Sergio Giro · 9 years ago
  9. 3e6c451 libutils: fix signed/unsigned comparison warnings by Nick Kralevich · 9 years ago
  10. 27d166c Clean up some test makefiles. by Dan Albert · 10 years ago
  11. cdc1cfb Cleanup: warning fixit. by Sasha Levitskiy · 10 years ago
  12. d98e07f move libs/utils to libutils by Alex Ray · 11 years ago[Renamed from libs/utils/tests/LruCache_test.cpp]
  13. b6ea175 Add an LRU cache plus hashing primitives by Raph Levien · 12 years ago