Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed yet more Warns to Debugs. | Diva Canto | 2011-05-14 | 1 | -4/+4 |
| | |||||
* | Also changed a couple of messages in WebUtil from Wanr/Info to Debug. | Diva Canto | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | Stop spamming Nebadon's console when assets aren't found in the asset server. | Diva Canto | 2011-05-14 | 1 | -1/+4 |
| | |||||
* | Hopefully this fixes offline messages. The problem was: the server is not ↵ | Diva Canto | 2011-05-12 | 1 | -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. #OfflineIM | Diva Canto | 2011-05-12 | 1 | -4/+1 |
| | |||||
* | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 2011-05-12 | 1 | -0/+16 |
| | |||||
* | One more debug message for offline IMs. | Diva Canto | 2011-05-12 | 1 | -1/+2 |
| | |||||
* | Sequencing the using and try clauses as they were before, but this shows ↵ | Diva Canto | 2011-05-12 | 1 | -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 Canto | 2011-05-12 | 1 | -9/+1 |
| | |||||
* | Tracking a problem with offline IMs coming in as null list. | Diva Canto | 2011-05-12 | 1 | -6/+19 |
| | |||||
* | This makes compression of fatpacks actually work. Previously they always ↵ | Diva Canto | 2011-05-11 | 1 | -7/+7 |
| | | | | failed. See comment in WebUtil. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-08 | 1 | -0/+5 |
|\ | |||||
| * | Also compress the actual fatpacks | Melanie | 2011-05-08 | 1 | -0/+5 |
| | | |||||
* | | Fix content-type to be application/x-www-form-urlencoded | Diva Canto | 2011-05-08 | 1 | -1/+1 |
|/ | |||||
* | Enable compressed (gzip) fatpack transfers. | Melanie | 2011-05-08 | 1 | -8/+35 |
| | |||||
* | Turns out that it's a bad idea to let Agent position updates linger for a ↵ | Diva Canto | 2011-05-02 | 1 | -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 Canto | 2011-04-30 | 1 | -3/+3 |
| | |||||
* | Removed XXX Debug. Increased ReadWriteTimeout on ServiceOSDRequest, because ↵ | Diva Canto | 2011-04-30 | 1 | -12/+3 |
| | | | | it was _way_ too low and is probably making writes abort in the middle. | ||||
* | XXX DEBUGGING! | Diva Canto | 2011-04-30 | 1 | -1/+10 |
| | |||||
* | More descriptive debug msg for ServiceOSDRequest failures. | Dan Lake | 2011-04-16 | 1 | -2/+2 |
| | |||||
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -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. | ||||
* | Fix and simplify QBasedComparer. | Marck | 2011-02-13 | 1 | -13/+7 |
| | | | | Make parsing of qvalues independent from a system's language setting and ensure that the comparison adheres to a descending order. | ||||
* | With mic's permission, adjust long call time info messages to 500ms from 200ms | Justin Clark-Casey (justincc) | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | Added more performance checks to the HTTP server. Each request | Mic Bowman | 2011-01-05 | 1 | -47/+68 |
| | | | | | coming through the WebUtil fns has a request id in the header that can match the request to the actual work done by the service | ||||
* | Cleaned up debugging messages in the WebRequest handlers | Mic Bowman | 2011-01-03 | 1 | -5/+8 |
| | |||||
* | Standardize the way WebRequests are made in the SimulationServiceConnector. ↵ | Mic Bowman | 2010-12-29 | 1 | -3/+165 |
| | | | | | | Added debugging calls for tracking performance of web requests. | ||||
* | Added ability for GetTexture to serve multiple formats. The format may come ↵ | Diva Canto | 2010-12-08 | 1 | -0/+81 |
| | | | | as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>. | ||||
* | * Tweaked WebUtil.PostToService() to help debug an object disposed exception | John Hurliman | 2010-07-29 | 1 | -3/+4 |
| | |||||
* | * SimianAssetServiceConnector Delete() was expecting the wrong type of ↵ | John Hurliman | 2010-06-24 | 1 | -1/+1 |
| | | | | | | response, reporting false errors * Fixed a typo in a WebUtil error message | ||||
* | * Better error logging for failed SimianGrid web service calls | John Hurliman | 2010-04-22 | 1 | -3/+8 |
| | |||||
* | * Fixed a bug with null value handling in WebUtil.BuildQueryString() | John Hurliman | 2010-03-26 | 1 | -2/+6 |
| | | | | | * Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+28 |
| | |||||
* | * Added three new helper utility files to OpenSim.Framework. MultipartForm ↵ | John Hurliman | 2010-03-03 | 1 | -0/+330 |
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams |