| Commit message (Expand) | Author | Files | Lines |
2014-12-20 | Make sure we always dispose of disposables inside RestClient.Request() | Justin Clark-Casey (justincc) | 1 | -26/+30 |
2014-12-20 | minor: Correct propery doc RestClient._resource spelling mistake | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-07-21 | Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ... | Oren Hurvitz | 1 | -6/+30 |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -1/+28 |
2014-07-09 | Turn RestClient.Request() logging down the debug and comment out for now. | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2014-05-30 | Add a 0 parameter overload for RestClient.Request() for use when no auth is r... | dahlia | 1 | -0/+8 |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -4/+25 |
2014-04-03 | Reduced log levels for REST 404 errors to DEBUG | Oren Hurvitz | 1 | -1/+2 |
2014-04-03 | Better error messages in RestClient | Oren Hurvitz | 1 | -3/+2 |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 1 | -2/+0 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 1 | -0/+2 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 1 | -1/+1 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 1 | -1/+1 |
2009-10-09 | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 1 | -3/+3 |
2009-10-06 | Corrected words in error message. | Diva Canto | 1 | -2/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-03-06 | * Protects RestClient from crashing with dictionary exception, which leads to... | Sean Dague | 1 | -2/+24 |
2009-02-25 | Distinguish 404 errors in RestClient.Request(). | Mike Mazur | 1 | -2/+10 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 |
2009-01-21 | Set request method for REST requests with no input. | Mike Mazur | 1 | -0/+1 |
2008-08-31 | Attempt to fix an issue I havebeen seeing, where asset server failure | Melanie Thielker | 1 | -1/+12 |
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -4/+5 |
2008-06-13 | * minor: comment out confusing DefaultTimeout field in RestClient, which is c... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-20 | Add copyright notices. | Jeff Ames | 1 | -0/+27 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2008-05-13 | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 1 | -9/+9 |
2008-05-02 | Update svn properties. | Jeff Ames | 1 | -367/+367 |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -2/+2 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 1 | -395/+368 |
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -54/+0 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+3 |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 1 | -49/+52 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-12 | * Add comments and slight corrections to ClientView.AgentTextureCached | Justin Clarke Casey | 1 | -2/+2 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -3/+3 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -6/+8 |
2008-02-04 | First part of avatar persistence, currently only really works in standalone m... | MW | 1 | -0/+1 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -8/+8 |
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 |
2007-12-03 | minor meaningless changes | Jeff Ames | 1 | -2/+2 |
2007-11-01 | debug tracing for asset server hangs | Sean Dague | 1 | -2/+10 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -28/+36 |
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -15/+86 |
2007-10-25 | fix line endings | Sean Dague | 1 | -328/+328 |
2007-10-25 | Created a generic RESTClient component, which simplifies querying for resourc... | Tleiades Hax | 1 | -0/+328 |