aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bigmergeMelanie2011-10-261-31/+29
|\
| * Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-31/+29
* | 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 WebExcept...Justin Clark-Casey (justincc)2011-07-131-3/+0
| * if a SynchronousRestObjectRequester request fails, then unless it's due to a ...Justin Clark-Casey (justincc)2011-07-131-0/+11
| * 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
* | 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 set...Diva Canto2011-05-121-7/+2
| * 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 that...Diva Canto2011-05-121-7/+7
| * 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 fail...Diva Canto2011-05-111-7/+7
* | 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 lon...Diva Canto2011-05-021-9/+9
| * Increased Timeout to 30 secs.Diva Canto2011-04-301-3/+3
| * Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because i...Diva Canto2011-04-301-12/+3
| * 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 Open...Diva Canto2011-04-121-0/+335
* | Make the login service's call to the sim time out quicker so we have aMelanie2011-03-311-4/+9
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-13/+7
|\ \ | |/
| * Fix and simplify QBasedComparer.Marck2011-02-131-13/+7
* | Change the timeout on WebUtil to 20s to help make more tps succeedMelanie2011-02-021-4/+4
|/
* With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)2011-01-191-1/+1
* Added more performance checks to the HTTP server. Each requestMic Bowman2011-01-051-47/+68
* Cleaned up debugging messages in the WebRequest handlersMic Bowman2011-01-031-5/+8
* Standardize the way WebRequests are made in the SimulationServiceConnector. A...Mic Bowman2010-12-291-3/+165
* Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto2010-12-081-0/+81
* * Tweaked WebUtil.PostToService() to help debug an object disposed exceptionJohn Hurliman2010-07-291-3/+4
* * SimianAssetServiceConnector Delete() was expecting the wrong type of respon...John Hurliman2010-06-241-1/+1
* * Better error logging for failed SimianGrid web service callsJohn Hurliman2010-04-221-3/+8
* * Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman2010-03-261-2/+6