index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Communications
/
Cache
/
AssetServerBase.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Change simple asset cache test to manually pump the asset server rather tha...
Justin Clarke Casey
2009-04-14
1
-8
/
+21
*
* Explicitly start the asset server thread so that unit tests can run single ...
Justin Clarke Casey
2009-04-14
1
-20
/
+19
*
* Support loading empty folders in an iar
Justin Clarke Casey
2009-03-13
1
-3
/
+1
*
* Reverted the AssetServer fix, apparently something was dependent on IAssetD...
lbsa71
2009-02-19
1
-0
/
+1
*
* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...
lbsa71
2009-02-19
1
-1
/
+0
*
From: Alan Webb <awebb@linux.vnet.ibm.com>
Sean Dague
2009-02-16
1
-0
/
+55
*
* optimized usings.
lbsa71
2009-02-12
1
-2
/
+2
*
- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to
Mike Mazur
2009-02-03
1
-0
/
+1
*
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...
Mike Mazur
2009-02-03
1
-2
/
+2
*
* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes
Justin Clarke Casey
2008-12-29
1
-2
/
+2
*
Mantis#2566. Thank you kindly, Diva for a patch that:
Charles Krinke
2008-11-06
1
-0
/
+5
*
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
2008-09-06
1
-2
/
+2
*
Formatting cleanup.
Jeff Ames
2008-08-18
1
-5
/
+5
*
Thanks, sempuki, for a patch that moves all Grid Server's plugins to
Mike Mazur
2008-07-31
1
-1
/
+1
*
* remove redundant sync locking in AssetServerBase since this is already bein...
Justin Clarke Casey
2008-07-07
1
-14
/
+2
*
* remove unused CommitAssets() hook for now
Justin Clarke Casey
2008-07-07
1
-5
/
+0
*
* Start recording asset request failures
Justin Clarke Casey
2008-06-14
1
-2
/
+6
*
* refactor: catch asset service request exceptions at the AssetServerBase lev...
Justin Clarke Casey
2008-06-13
1
-3
/
+20
*
* Cache knowledge in the region server that the asset service has reported an...
Justin Clarke Casey
2008-05-16
1
-1
/
+1
*
Formatting cleanup.
Jeff Ames
2008-05-16
1
-4
/
+4
*
* Optimised using statements and namespace references across entire project (...
Adam Frisby
2008-04-21
1
-5
/
+5
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+25
*
* Add comments and slight corrections to ClientView.AgentTextureCached
Justin Clarke Casey
2008-03-12
1
-2
/
+2
*
* Winnow the debug and info messages associated with stat fetching
Justin Clarke Casey
2008-02-22
1
-0
/
+2
*
"threads" command now works. I've added manual tracking of threads (only if c...
Tedd Hansen
2008-02-21
1
-0
/
+1
*
* Properly guard removal of asset request lists on AssetCache.AssetNotFound (...
Justin Clarke Casey
2008-02-20
1
-5
/
+5
*
* Remove unused texture dictionaries from AssetCache
Justin Clarke Casey
2008-02-20
1
-0
/
+4
*
* Report 'asset not found' situations back to UserTextureDownloadService
Justin Clarke Casey
2008-02-20
1
-4
/
+5
*
Playing "Name that thread". Adding names and isbackground=true to all threads...
Tedd Hansen
2008-02-19
1
-0
/
+1
*
Clean up more unnecessary String.Format calls
Jeff Ames
2008-02-13
1
-6
/
+3
*
Clean up logging calls using String.Format explicitly
Jeff Ames
2008-02-10
1
-1
/
+1
*
Converted logging to use log4net.
Jeff Ames
2008-02-05
1
-8
/
+10
*
* removed another superfluous debug message
lbsa71
2008-01-09
1
-2
/
+2
*
* Trying to address TextureSender issues
lbsa71
2008-01-02
1
-19
/
+19
*
* Refactored out function to load specified AssetSet Xml
lbsa71
2008-01-02
1
-2
/
+2
*
Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main
Justin Clarke Casey
2007-12-28
1
-97
/
+5
*
* Optimized usings
lbsa71
2007-12-27
1
-5
/
+5
*
* AssetServerBase: _ProcessRequest is now called GetAsset
lbsa71
2007-12-27
1
-4
/
+4
*
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
2007-12-20
1
-1
/
+1
*
Refactor asset request processing for consistent status information on whethe...
Justin Clarke Casey
2007-12-19
1
-3
/
+34
*
* ARequest changed name to AssetRequest and moved to own file.
lbsa71
2007-12-14
1
-4
/
+21
*
added copyright notices
Jeff Ames
2007-12-11
1
-0
/
+28
*
catch exceptions when loading malformed xml files
Jeff Ames
2007-11-17
1
-15
/
+23
*
* Added better logging to AssetCache
lbsa71
2007-11-06
1
-19
/
+1
*
debug tracing for asset server hangs
Sean Dague
2007-11-01
1
-1
/
+3
*
renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti...
MW
2007-11-01
1
-1
/
+1
*
Test on the grid asset problem, don't update to this version unless you just ...
MW
2007-11-01
1
-1
/
+1
*
* Optimized usings
lbsa71
2007-10-30
1
-15
/
+11
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
1
-16
/
+16
*
Fixed a bug in SQLAssetServer that only seemed to be a problem when running u...
MW
2007-10-29
1
-1
/
+1
[next]