1. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  2. a9ea071 Use hard links to link sysroot files within ModuleCache. by Oleksiy Vyalov · 10 years ago
  3. 919ef9d Use file locks to synchronize access to ModuleCache. by Oleksiy Vyalov · 10 years ago
  4. 280d8dc Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. by Oleksiy Vyalov · 10 years ago
  5. 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
  6. 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
  7. 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