aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/LLSD.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-27* Optimized usingslbsa711-19/+23
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-2/+2
Works with LibSL rev>1532
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-10more work on texture downloading.MW1-1/+1
Refractored the TextureDownloadModule (but currently to make debugging easier, it is running as a non shared module, so this results in a instance of this module being created for each region (and a extra thread per region), this will be changed back soon. Removed the old texture handling/sending code from AssetCache. A few other small changes/fixes.
2007-12-07"Borrowed" the LLSD class from a older version of libsl, so that our LLSD ↵MW1-0/+648
decoding (used by CAPS) works again.