aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Added copyright statements.Jeff Ames2008-02-051-0/+28
|
* Set svn:eol-style. Cleaned up set-eol-style.sh a bit.Jeff Ames2007-12-151-9/+9
|
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-0/+10
* The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions.