index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
RestClient.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-15
/
+21
2017-05-31
remove debug messages
UbitUmarov
1
-2
/
+2
2017-05-28
enclose GetRequestStream on try/catch
UbitUmarov
1
-12
/
+13
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-1
/
+1
2016-11-20
Change some minor log messages to debug level in Rest client code.
AliciaRaven
1
-2
/
+2
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-38
/
+276
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
1
-676
/
+0
2015-09-04
Deleted old unfinished code under Framework.Communications that wasn't being ...
Diva Canto
1
-0
/
+154
2015-09-03
at last we can login and see objects ( friends is dead and disable in
UbitUmarov
1
-7
/
+1
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-29
/
+0
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-09-17
add some _response.close. RestClient still looks bad. It should be a
UbitUmarov
1
-0
/
+6
2014-09-17
dispose some tmp streams
UbitUmarov
1
-14
/
+18
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
2010-08-03
Drop the RestClient timeout from 15 minutes to 30 seconds. This does not addr...
Tom
1
-1
/
+1
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
[next]