aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-03-141-1/+6
|\ | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-121-1/+6
| | | | | | | | | | | | | | | | | | | | .NET 4.0 added the method Stream.CopyTo(stream, bufferSize). For .NET 3.5 and before, WebUtil defined an extension method for Stream with the signature Stream.CopyTo(stream, maxBytesToCopy). The meaning of the second parameter is different in the two forms and depending on which compiler and/or runtime you use, you could get one form or the other. Crashes ensue. This change renames the WebUtil stream copy method to something that cannot be confused with the new CopyTo method defined in .NET 4.0.
* | Merge branch 'master' into careminsterMelanie2012-03-111-0/+41
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs
| * Serialize all web requests to a particular host:port pair; only applied to ↵Mic Bowman2012-03-091-0/+41
| | | | | | | | the PostToService variants.
* | Merge branch 'master' into careminsterMelanie2012-03-031-71/+7
|\ \ | |/ | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * Some clean up in WebUtil, remove unused ServiceRequest function.Mic Bowman2012-02-271-71/+7
| |
* | Merge branch 'master' into bigmergeMelanie2011-11-281-1/+1
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
| * remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-251-1/+1
| |
* | Merge branch 'master' into bigmergeMelanie2011-11-191-1/+1
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent ↵Justin Clark-Casey (justincc)2011-11-191-1/+1
| | | | | | | | | | | | | | 57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them. Also finally get the deregister grid service message working properly
* | Merge branch 'master' into bigmergeMelanie2011-10-261-31/+29
|\ \ | |/ | | | | | | Conflicts: OpenSim/Framework/Watchdog.cs
| * Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-251-31/+29
| | | | | | | | | | | | | | | | | | of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
* | Resolve merge commits, stage 1Tom2011-09-041-13/+11
|\ \ | |/
| * minor: remove whitespaceJustin Clark-Casey (justincc)2011-07-131-1/+0
| |
| * Remove an unused 404 checker since on a 404, GetResponse() throws a ↵Justin Clark-Casey (justincc)2011-07-131-3/+0
| | | | | | | | WebException rather than proceeding.
| * if a SynchronousRestObjectRequester request fails, then unless it's due to a ↵Justin Clark-Casey (justincc)2011-07-131-0/+11
| | | | | | | | | | | | | | 404, log the exception for diagnostic purposes This is instead of logging "Invalid XML" for all failures, even if they weren't a result of invalid xml. A default TReponse is returned in the event of a 404, which is the same behaviour as previously.
| * Remove the obsoleted SynchronousRestObjectPosterJustin Clark-Casey (justincc)2011-07-131-9/+0
| |
* | Dammit, loggin the type of an exception without providing the FULL DUMP is NOTMelanie2011-07-101-0/+1
| | | | | | | | going to help squash bugs!
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-4/+4
|\ \ | |/
| * Changed yet more Warns to Debugs.Diva Canto2011-05-141-4/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-3/+6
|\ \ | |/
| * Also changed a couple of messages in WebUtil from Wanr/Info to Debug.Diva Canto2011-05-141-2/+2
| |
| * Stop spamming Nebadon's console when assets aren't found in the asset server.Diva Canto2011-05-141-1/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-131-9/+23
|\ \ | |/
| * Hopefully this fixes offline messages. The problem was: the server is not ↵Diva Canto2011-05-121-7/+2
| | | | | | | | setting the ContentLength of the response. That comes up to OpenSim as ContentLength=-1, which made the existing test fail.
| * One more thing printed out. #OfflineIMDiva Canto2011-05-121-4/+1
| |
| * Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+16
| |
| * One more debug message for offline IMs.Diva Canto2011-05-121-1/+2
| |
| * Sequencing the using and try clauses as they were before, but this shows ↵Diva Canto2011-05-121-7/+7
| | | | | | | | that that obsolete function is not catching 404's as it should...
| * Bummer, can't print the data I wanted to see. Printing just the context.Diva Canto2011-05-121-9/+1
| |
| * Tracking a problem with offline IMs coming in as null list.Diva Canto2011-05-121-6/+19
| |
| * This makes compression of fatpacks actually work. Previously they always ↵Diva Canto2011-05-111-7/+7
| | | | | | | | failed. See comment in WebUtil.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-091-1/+1
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-081-0/+5
| |\
| | * Also compress the actual fatpacksMelanie2011-05-081-0/+5
| | |
| * | Fix content-type to be application/x-www-form-urlencodedDiva Canto2011-05-081-1/+1
| |/
| * Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-8/+35
| |
* | Also compress the actual fatpacksMelanie2011-05-081-0/+5
| |
* | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-8/+35
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-13/+8
|\ \ | |/
| * Turns out that it's a bad idea to let Agent position updates linger for a ↵Diva Canto2011-05-021-9/+9
| | | | | | | | long time on certain versions of mono. It's better to abort them if they take too long. So timeout is now an argument. Currently: 20secs for CreateAgent, 100secs for UpdateAgent (fat), 10 secs for UpdateAgent (Position); all of these divided by 4, for ReadWrite, as Mic had before.
| * Increased Timeout to 30 secs.Diva Canto2011-04-301-3/+3
| |
| * Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because ↵Diva Canto2011-04-301-12/+3
| | | | | | | | it was _way_ too low and is probably making writes abort in the middle.
| * XXX DEBUGGING!Diva Canto2011-04-301-1/+10
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-2/+344
|\ \ | |/
| * More descriptive debug msg for ServiceOSDRequest failures.Dan Lake2011-04-161-2/+2
| |
| * Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-0/+335
| | | | | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* | Make the login service's call to the sim time out quicker so we have aMelanie2011-03-311-4/+9
| | | | | | | | chance to try fallback before the client quits
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-13/+7
|\ \ | |/
| * Fix and simplify QBasedComparer.Marck2011-02-131-13/+7
| | | | | | | | Make parsing of qvalues independent from a system's language setting and ensure that the comparison adheres to a descending order.