justincc
|
8026608621
Disabling logging of xmlrpc request parsing failures, since this currently results in false positivies
|
15 years ago |
justincc
|
89397669d1
Turn off verbose HttpServer.dll logging again
|
15 years ago |
justincc
|
754bfeeb04
Add log warning if xmlrpc request deserialization fails
|
15 years ago |
justincc
|
ec6017c92b
Turn on HttpServer_OpenSim.dll logging temporarily
|
15 years ago |
justincc
|
09618626d7
Revert "Switch on HttpServer_OpenSim.dll logging temporarily"
|
15 years ago |
justincc
|
0e9dcbbea7
Switch on HttpServer_OpenSim.dll logging temporarily
|
15 years ago |
Justin Clark-Casey (justincc)
|
b52518bbfe
Make sure that we catch and display any exceptions that get right to the top of our incoming http request handling stack
|
15 years ago |
Justin Clark-Casey (justincc)
|
48c25abe86
minor: make logging messages consistent in BaseHttpServer
|
15 years ago |
Justin Clark-Casey (justincc)
|
d7dc0381b8
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 years ago |
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 years ago |
John Hurliman
|
fdce1be3db
* Removed OpenSim.Data.NHibernate
|
15 years ago |
Melanie
|
6878b26b0d
Merge branch 'diva-textures-osgrid'
|
15 years ago |
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 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Justin Clark-Casey (justincc)
|
e67341f24c
minor: replace xmlprc 'no method found' magic number with constant from xmlrpc library
|
15 years ago |
Melanie
|
dafe5bf05f
Completely remove the prior implementation of the request event handling
|
15 years ago |
Melanie
|
c5be401d46
Remove support for executing a handler on poll. It caused other issues
|
15 years ago |
Melanie
|
06871d51dd
Disable the handler execution for poll services until the ramifications
|
15 years ago |
Melanie
|
b6b8a18d37
Add the headers collection to the keysvals for HTT requests
|
15 years ago |
Melanie
|
61aaf3532a
Add X-PollServiceID pseudo-header to the request handling for polls
|
15 years ago |
Melanie
|
69b76acce1
Make the poll service handler call the handler method on incoming requests.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
6f077d5e5f
* Another attempt at fixing the random spurious test error.
|
15 years ago |
dr scofield (aka dirk husemann)
|
613e6f07fc
change 535cb0efc so that the default LLSD serialization format is
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
8b9f8709aa
* FreeContext may be a bit too buggy for my tastes in some environments. * Commenting it for the moment.
|
15 years ago |
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 years ago |
Jeff Ames
|
4ce5c894cf
Add copyright header. Formatting cleanup.
|
15 years ago |
Teravus Ovares
|
23a8895d29
* Fixed another potential httpserver leak.
|
15 years ago |
Melanie Thielker
|
07579fa402
Add basic support ofr detached request handling to the HTTP server.
|
15 years ago |
Teravus Ovares
|
83a421a562
* An attempt to fix mantis #3955
|
15 years ago |
Teravus Ovares
|
f727f26bcc
* An attempt to fix mantis #3953
|
15 years ago |