aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RestClient.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-15/+21
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-38/+276
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-2/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+2
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-09Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman1-3/+3
2009-10-06Corrected words in error message.Diva Canto1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-03-06* Protects RestClient from crashing with dictionary exception, which leads to...Sean Dague1-2/+24
2009-02-25Distinguish 404 errors in RestClient.Request().Mike Mazur1-2/+10
2009-02-12* optimized usings.lbsa711-1/+1
2009-01-21Set request method for REST requests with no input.Mike Mazur1-0/+1
2008-08-31Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker1-1/+12
2008-06-27dr scofield's warning safari:Dr Scofield1-4/+5
2008-06-13* minor: comment out confusing DefaultTimeout field in RestClient, which is c...Justin Clarke Casey1-1/+1
2008-05-20Add copyright notices.Jeff Ames1-0/+27
2008-05-16Formatting cleanup.Jeff Ames1-6/+6
2008-05-13* As part of the region registration process, the grid service now requests t...Justin Clarke Casey1-9/+9
2008-05-02Update svn properties.Jeff Ames1-367/+367
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-2/+2
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby1-395/+368
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-54/+0
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+3
2008-03-25Comment out unused private methods.Jeff Ames1-49/+52
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-12* Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey1-2/+2
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-6/+8
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW1-0/+1
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2007-12-27* Optimized usingslbsa711-8/+8
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-03minor meaningless changesJeff Ames1-2/+2
2007-11-01debug tracing for asset server hangsSean Dague1-2/+10
2007-10-30* Optimized usingslbsa711-28/+36
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-15/+86
2007-10-25fix line endingsSean Dague1-328/+328
2007-10-25Created a generic RESTClient component, which simplifies querying for resourc...Tleiades Hax1-0/+328