aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient/RestClient.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Removing duplicate files that somehow got undeleted from TortoiseSVN. Fixed.Adam Frisby2008-05-011-395/+0
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-54/+0
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+3
* Comment out unused private methods.Jeff Ames2008-03-251-49/+52
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey2008-03-121-2/+2
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
* Converted logging to use log4net.Jeff Ames2008-02-051-6/+8
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-0/+1
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * Optimized usingslbsa712007-12-271-8/+8
* added copyright noticesJeff Ames2007-12-111-0/+28
* minor meaningless changesJeff Ames2007-12-031-2/+2
* debug tracing for asset server hangsSean Dague2007-11-011-2/+10
* * Optimized usingslbsa712007-10-301-28/+36
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-15/+86
* fix line endingsSean Dague2007-10-251-328/+328
* Created a generic RESTClient component, which simplifies querying for resourc...Tleiades Hax2007-10-251-0/+328