Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 1 | -1/+1 |
| | | | | unknown asset type, and log an error if it ever does happen | ||||
* | * minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-10-14 | 1 | -1/+1 |
| | |||||
* | Make the asset connector async Get overload return false if the asset | Melanie | 2009-10-05 | 1 | -0/+4 |
| | | | | retrieval was not synchronous. | ||||
* | Just trying a few things. This one will reduce the number of async calls. | Diva Canto | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | Add "dump asset" command to remote asset connector (the only one that uses a | Melanie | 2009-10-01 | 1 | -0/+44 |
| | | | | cache at all) | ||||
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -178/+178 |
| | |||||
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 1 | -0/+178 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Slashing trailing slashes. | diva | 2009-05-30 | 1 | -1/+1 |
| | | | | | | https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html | ||||
* | Making the delegate handlers async in async Get, to make things consistent. ↵ | diva | 2009-05-29 | 1 | -1/+1 |
| | | | | Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this. | ||||
* | Catching exceptions on Store, including timeout. Store may fail, for ↵ | diva | 2009-05-26 | 1 | -2/+10 |
| | | | | | | | | whatever reason, but it won't crash the sim. Addresses mantis #3707, mantis #3713, mantis #3686. | ||||
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 1 | -0/+260 |
the user server skeleton in preparation for introducing a generic server |