aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Optimized usingslbsa712007-12-271-8/+8
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-112-0/+56
|
* minor meaningless changesJeff Ames2007-12-031-2/+2
|
* debug tracing for asset server hangsSean Dague2007-11-011-2/+10
|
* * Optimized usingslbsa712007-10-302-49/+52
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Very early first implementation of grid based assets.Tleiades Hax2007-10-262-16/+87
| | | | | Run this on a major grid, and weep
* fix line endingsSean Dague2007-10-252-491/+491
|
* Created a generic RESTClient component, which simplifies querying for ↵Tleiades Hax2007-10-252-0/+491
resources from REST based web-services. Currently it supports a barebones scheme for specifying the path of the resource and querying asynchroneously. POST method is still wacky and a good solid scheme for handling timeout still remain.