1. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  2. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  3. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  4. 14699cf Guard GetEscapedHostname against a nullptr hostname. by Jason Molenda · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
  7. 3154e77 Replace file system forbidden symbols in the hostname which passed to the ModuleCache. by Oleksiy Vyalov · 9 years ago
  8. 257e13a Add modules downloaded by ModuleCache to the global ModuleList by Tamas Berghammer · 10 years ago
  9. 1ef2cb9 Fix module cache sym links' creation for symbol files. by Oleksiy Vyalov · 10 years ago
  10. 2b38f33 Remove unused modules from module cache. by Oleksiy Vyalov · 10 years ago
  11. ec3f92a Download symbol file for .oat files on android by Tamas Berghammer · 10 years ago
  12. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  13. a9ea071 Use hard links to link sysroot files within ModuleCache. by Oleksiy Vyalov · 10 years ago
  14. 919ef9d Use file locks to synchronize access to ModuleCache. by Oleksiy Vyalov · 10 years ago
  15. 280d8dc Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. by Oleksiy Vyalov · 11 years ago
  16. 037f6b9 Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSpec beforehand so we can look for a module by UUID locally without need to download it. by Oleksiy Vyalov · 11 years ago
  17. eda270e Make ModuleCache::Get to return instantiated ModuleSP instance so already created in-memory instance can be returned instead of creating a new one. by Oleksiy Vyalov · 11 years ago
  18. 63acdfd Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. by Oleksiy Vyalov · 11 years ago