This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-09-01 18:56:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a49272b6286f65bc0389a4e1a1795d50a104f3b
opensim
/
OpenSim
/
Framework
/
Communications
/
Cache
History
Justin Clarke Casey
1894157dd3
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14 17:15:09 +00:00
..
AssetCache.cs
* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid having Initialise() and Initialize() in the same class - very difficult to read.
2009-04-14 16:36:32 +00:00
AssetServerBase.cs
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14 17:15:09 +00:00
AuthedSessionCache.cs
* optimized usings.
2009-02-12 09:53:12 +00:00
CachedUserInfo.cs
cleanup
2009-03-25 07:36:56 +00:00
CryptoGridAssetClient.cs
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14 17:15:09 +00:00
FileAssetClient.cs
- remove the Metadata property from AssetBase and return all previous
2009-02-17 01:36:44 +00:00
GridAssetClient.cs
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14 17:15:09 +00:00
InventoryFolderImpl.cs
* Allow inventory archives to be saved from the 'root' inventory directory
2009-02-17 18:46:42 +00:00
LibraryRootFolder.cs
* Make it possible to store creator strings in user inventory items as well as UUIDs
2009-04-08 17:50:57 +00:00
SQLAssetServer.cs
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
2009-04-14 17:15:09 +00:00
UserProfileCacheService.cs
* refactor: Move RequestInventoryForUser() from service to CachedUserInfo
2009-02-12 17:07:44 +00:00