Commit History

Author SHA1 Message Date
  Melanie 71dd55a1ce Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) f457952755 Fix bug where debug http level 6 could not be specified. Also converts newlines at this level to '\n' to enable them to be logged. 12 years ago
  Melanie 001ec0e2e6 Merge branch 'avination' into careminster 12 years ago
  UbitUmarov 617f1b9223 just remove the damm thing 12 years ago
  Melanie bbaf2c5a80 Merge branch 'master' into careminster 12 years ago
  Diva Canto 772aedc731 Make BaseHttpServer throws say something useful. 12 years ago
  Justin Clark-Casey (justincc) 1b0abf8f0c Comment out the long unused afaik HTTP agent handlers. 12 years ago
  Justin Clark-Casey (justincc) e29d563557 Add request number counting to incoming HTTP requests in the same way that this was already being done for outgoing HTTP requests. 12 years ago
  Justin Clark-Casey (justincc) a5b3989e5d Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the request took. 12 years ago
  Justin Clark-Casey (justincc) 387a1bb283 Add ability to turn on/off logging of outgoing HTTP requests flowing through WebUtil. 12 years ago
  Melanie a97436f2f1 Catch a nullref in the code to suppress GetTexture warnign spam we can't 12 years ago
  Melanie 66bf1376b5 Merge branch 'avination' into careminster 12 years ago
  Melanie db774d4292 Merge branch 'master' into careminster 12 years ago
  Melanie 2aa7a22129 Sequence/throttle asset retrievals. 12 years ago
  Melanie 387e59ff7f Revamp the HTTP textures handler to allow a maximum of four fetches 12 years ago
  Melanie 52d74cf274 Allow setting max connections for an endpoint 12 years ago
  Justin Clark-Casey (justincc) 7df7b86ec5 Fix bug in logging sample input at debug http level 4. 12 years ago
  Justin Clark-Casey (justincc) 25111e703f Add levels 4 and 5 to "debug http" console command that will log a sample of incoming request data and the entire incoming data respectively. 12 years ago
  UbitUmarov a7250c6ea1 add a extra httppool thread to compensate for webfetchinventory 12 years ago
  Melanie 771d79e83e Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 5aec0ff207 Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework 12 years ago
  Melanie c256447f46 Merge branch 'avination' into careminster 12 years ago
  Melanie ad75a4b50b Eliminate a spurious exception report when a https url is accessed with a wrong 12 years ago
  Melanie 30d872caad Merge branch 'master' into careminster 12 years ago
  Melanie ca4e6d9b5b Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 94517c8d5c Make the "debug http" command available for robust as well as the simulator. This allows one to see incoming requests as they happen. 12 years ago
  Justin Clark-Casey (justincc) 257b1b517d Add main instance to internal MainServer.m_Servers list to simplify internal logic. 12 years ago
  Justin Clark-Casey (justincc) 478acfff34 When setting debug http level, do this for all known http servers, not just the main instance. 12 years ago
  Justin Clark-Casey (justincc) 9825861f4a Shuffle "debug http" levels so that 1 and 2 now cause different levels of warn to be logged if we receive invalid xml for xmlrpc. 12 years ago
  Justin Clark-Casey (justincc) f4b02f8e39 Fix a regression in BaseHttpServer.HandleXmlRpcRequests() from recent c6e3752 12 years ago