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.
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
77fc48f2f9
fix web request exception reporting properly this time
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
bfbf25c542
minor: Print out port that http servers are using
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
6ad85dc259
put out full exception stack if something reaches top of base http server OnRequest() on both mono and .net
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
a647f50087
minor logging changes to BaseHttpServer, OSHttpRequest
|
14 yıl önce |
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
|
14 yıl önce |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
15 yıl önce |
dr scofield (aka dirk husemann)
|
9c294c5663
- commented out unused method ConvertIHttpClientContextToOSHttp
|
15 yıl önce |
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
|
15 yıl önce |
Justin Clark-Casey (justincc)
|
57d60a95a2
minor: make logging messages consistent in BaseHttpServer
|
15 yıl önce |
Teravus Ovares (Dan Olivares)
|
8e089b6d8d
* Fix line endings in BaseHttpServer.cs
|
15 yıl önce |
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
|
15 yıl önce |
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
|
15 yıl önce |
John Hurliman
|
fdce1be3db
* Removed OpenSim.Data.NHibernate
|
15 yıl önce |
Melanie
|
6878b26b0d
Merge branch 'diva-textures-osgrid'
|
15 yıl önce |
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)
|
15 yıl önce |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 yıl önce |
Justin Clark-Casey (justincc)
|
e67341f24c
minor: replace xmlprc 'no method found' magic number with constant from xmlrpc library
|
15 yıl önce |
Melanie
|
dafe5bf05f
Completely remove the prior implementation of the request event handling
|
15 yıl önce |
Melanie
|
c5be401d46
Remove support for executing a handler on poll. It caused other issues
|
15 yıl önce |
Melanie
|
06871d51dd
Disable the handler execution for poll services until the ramifications
|
15 yıl önce |
Melanie
|
b6b8a18d37
Add the headers collection to the keysvals for HTT requests
|
15 yıl önce |
Melanie
|
61aaf3532a
Add X-PollServiceID pseudo-header to the request handling for polls
|
15 yıl önce |
Melanie
|
69b76acce1
Make the poll service handler call the handler method on incoming requests.
|
15 yıl önce |
Teravus Ovares (Dan Olivares)
|
6f077d5e5f
* Another attempt at fixing the random spurious test error.
|
15 yıl önce |
dr scofield (aka dirk husemann)
|
613e6f07fc
change 535cb0efc so that the default LLSD serialization format is
|
15 yıl önce |
Teravus Ovares (Dan Olivares)
|
8b9f8709aa
* FreeContext may be a bit too buggy for my tastes in some environments. * Commenting it for the moment.
|
15 yıl önce |
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.
|
15 yıl önce |
Jeff Ames
|
4ce5c894cf
Add copyright header. Formatting cleanup.
|
15 yıl önce |
Teravus Ovares
|
23a8895d29
* Fixed another potential httpserver leak.
|
15 yıl önce |