Diva Canto
|
db629af6d3
HACK ALERT! There's some underlying bug in the HTTP server that makes requests come up with Accept headers from previous requests. Until that gets fixed, this hack goes in.
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
77fc48f2f9
fix web request exception reporting properly this time
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
bfbf25c542
minor: Print out port that http servers are using
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
6ad85dc259
put out full exception stack if something reaches top of base http server OnRequest() on both mono and .net
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
a647f50087
minor logging changes to BaseHttpServer, OSHttpRequest
|
há 14 anos atrás |
Justin Clark-Casey (justincc)
|
2313d14acb
minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell the caller that the best match for an incoming request URI is invoked
|
há 14 anos atrás |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
há 15 anos atrás |
dr scofield (aka dirk husemann)
|
9c294c5663
- commented out unused method ConvertIHttpClientContextToOSHttp
|
há 15 anos atrás |
Justin Clark-Casey (justincc)
|
87e9062862
Make sure that we catch and display any exceptions that get right to the top of our incoming http request handling stack
|
há 15 anos atrás |
Justin Clark-Casey (justincc)
|
57d60a95a2
minor: make logging messages consistent in BaseHttpServer
|
há 15 anos atrás |
Teravus Ovares (Dan Olivares)
|
8e089b6d8d
* Fix line endings in BaseHttpServer.cs
|
há 15 anos atrás |
Justin Clark-Casey (justincc)
|
504bfd87d5
if an xml rpc method throws an exception, log as an error to the console as well as returning the exception to the caller
|
há 15 anos atrás |
John Hurliman
|
b2ed348aa2
Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
|
há 15 anos atrás |
John Hurliman
|
fdce1be3db
* Removed OpenSim.Data.NHibernate
|
há 15 anos atrás |
Melanie
|
6878b26b0d
Merge branch 'diva-textures-osgrid'
|
há 15 anos atrás |
John Hurliman
|
387e9f7a7f
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework)
|
há 15 anos atrás |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
há 15 anos atrás |
Justin Clark-Casey (justincc)
|
e67341f24c
minor: replace xmlprc 'no method found' magic number with constant from xmlrpc library
|
há 15 anos atrás |
Melanie
|
dafe5bf05f
Completely remove the prior implementation of the request event handling
|
há 15 anos atrás |
Melanie
|
c5be401d46
Remove support for executing a handler on poll. It caused other issues
|
há 15 anos atrás |
Melanie
|
06871d51dd
Disable the handler execution for poll services until the ramifications
|
há 15 anos atrás |
Melanie
|
b6b8a18d37
Add the headers collection to the keysvals for HTT requests
|
há 15 anos atrás |
Melanie
|
61aaf3532a
Add X-PollServiceID pseudo-header to the request handling for polls
|
há 15 anos atrás |
Melanie
|
69b76acce1
Make the poll service handler call the handler method on incoming requests.
|
há 15 anos atrás |
Teravus Ovares (Dan Olivares)
|
6f077d5e5f
* Another attempt at fixing the random spurious test error.
|
há 15 anos atrás |
dr scofield (aka dirk husemann)
|
613e6f07fc
change 535cb0efc so that the default LLSD serialization format is
|
há 15 anos atrás |
Teravus Ovares (Dan Olivares)
|
8b9f8709aa
* FreeContext may be a bit too buggy for my tastes in some environments. * Commenting it for the moment.
|
há 15 anos atrás |
Teravus Ovares (Dan Olivares)
|
535cb0efc1
* Patch from jhurliman to add accept type recognition to determine the llsd content format. *should allow both json and xml serializations of llsd to work properly.
|
há 15 anos atrás |
Jeff Ames
|
4ce5c894cf
Add copyright header. Formatting cleanup.
|
há 15 anos atrás |
Teravus Ovares
|
23a8895d29
* Fixed another potential httpserver leak.
|
há 15 anos atrás |