Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) a349703279 comment out further debug line in BaseHttpServer 14 years ago
  Justin Clark-Casey (justincc) 701f39c8c2 do a whole load of crappy hacking to get cubes to display google.com 14 years ago
  Justin Clark-Casey (justincc) c7e7cb04a3 fix web request exception reporting properly this time 14 years ago
  Justin Clark-Casey (justincc) 8629ba80bf Revert "Report http server onRequest() exception properly." 14 years ago
  Justin Clark-Casey (justincc) c09451a034 Report http server onRequest() exception properly. 14 years ago
  Justin Clark-Casey (justincc) bfbf25c542 minor: Print out port that http servers are using 14 years ago
  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 years ago
  Justin Clark-Casey (justincc) a647f50087 minor logging changes to BaseHttpServer, OSHttpRequest 14 years ago
  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 years ago
  Jeff Ames 70d5b1c34c Formatting cleanup. Add copyright headers. 14 years ago
  dr scofield (aka dirk husemann) 9c294c5663 - commented out unused method ConvertIHttpClientContextToOSHttp 14 years ago
  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 14 years ago
  Justin Clark-Casey (justincc) 57d60a95a2 minor: make logging messages consistent in BaseHttpServer 14 years ago
  Teravus Ovares (Dan Olivares) 8e089b6d8d * Fix line endings in BaseHttpServer.cs 14 years ago
  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 14 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