aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-29Commit 1/2Adam Frisby1-2/+2
* DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-3/+3
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-28/+0
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-16* In ur trunk adding ur assets.Adam Frisby1-0/+11
2007-07-16changed to native line ending encodingSean Dague1-406/+406
2007-07-13* Fixed bug reported by xyzo - region assets are now stored in ↵Adam Frisby1-2/+2
"regionassets.yap", asset server assets are now in "gridassets.yap"
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-45/+124
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-17/+7
* added some licensing info
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though