Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 679a5f6c0b With "debug http 1", show the path with the query string instead of just the path. 12 years ago
  Justin Clark-Casey (justincc) b6b0bc7b32 Add "debug http" command for currently simple extra debug logging of non-event queue inbound http requests to a simulator 12 years ago
  Melanie 27aca49a1f Merge commit 'e14cb45b9bc4c78300cb804833cb66c1c2e62187' into bigmerge 13 years ago
  Melanie c8dfef1583 Merge commit '9ec672c70b28b8c1d6d81bab7744fcf7bf9b83c7' into bigmerge 13 years ago
  Justin Clark-Casey (justincc) e14cb45b9b Drop some unnecessary ContainsKey() checking before Remove() in BaseHttpServer() 13 years ago
  Justin Clark-Casey (justincc) 9ec672c70b Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollServerHTTPHandler() that stopped existing code in ClientClosed() from actually tearing down the poll handler 13 years ago
  Melanie d1e681f682 Merge commit 'e742cffe15d3e50841908d7babc2e4c4a7630635' into bigmerge 13 years ago
  Justin Clark-Casey (justincc) e742cffe15 Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to allow attachments to be temporarily turned off. 13 years ago
  Tom 66dec3b874 Resolve merge commits, stage 1 13 years ago
  Justin Clark-Casey (justincc) d74686fd51 read m_rpcHandlersKeepAlive under appropriate lock 13 years ago
  Justin Clark-Casey (justincc) c587b0a3a3 oops, fix build break from last commit 13 years ago
  Justin Clark-Casey (justincc) 9469c62098 improve locking of m_agentHandlers in BaseHttpServer 13 years ago
  Justin Clark-Casey (justincc) f9a367e2f6 improve locking of m_HTTPHandlers in BaseHttpServer 13 years ago
  Justin Clark-Casey (justincc) 5a11cffd23 improve locking of m_streamHandlers in BaseHttpServer 13 years ago
  Justin Clark-Casey (justincc) 20a4367827 remove necessity to catch a KeyNotFoundException in BaseHttpServer.RemoveLLSDHandler() 13 years ago
  Justin Clark-Casey (justincc) 8254116dc6 improve locking of m_llsdHandlers in BaseHttpServer 13 years ago
  Justin Clark-Casey (justincc) 2f1ac1d144 minor: remove mono compiler warning 13 years ago
  Justin Clark-Casey (justincc) 94a8ab80c8 improve locking of m_rpcHandlers in BaseHttpServer 13 years ago
  Melanie 9b1d3f0c38 Merge branch 'master' into careminster-presence-refactor 13 years ago
  Diva Canto fd57c91b4a First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD. 13 years ago
  Tom b000d9ba72 Some additional protection, it seems that responsedata needs to be locked, but I can't immediately see where it's being accessed from another thread. For now, this will protect the server 13 years ago
  Tom 74dd619575 If a response cannot be obtained (the script has no handler) return a more friendly 500 error instead of crashing out with a null reference and letting the connection hang 13 years ago
  BlueWall 8ca7938753 Adding ssl support 13 years ago
  Justin Clark-Casey (justincc) ccc26f7443 Get Viewer 2 voice working with OpenSim. 13 years ago
  Justin Clark-Casey (justincc) aadd0e8d42 minor: bring comment into line with code reality 13 years ago
  Melanie cee5e3e264 Up the timeout on slow requests to 3000 to stop console spam. Make sure 13 years ago
  Diva Canto fc84225038 XFF capitalization strikes again -- this time in the XMLRPC method. mantis #5386 13 years ago
  Diva Canto b20ab1063f Added a couple of console commands to help diagnose issues: 13 years ago
  Justin Clark-Casey (justincc) a42faca5b9 With mic's permission, adjust long call time info messages to 500ms from 200ms 13 years ago
  Mic Bowman 984a9b4085 Added more performance checks to the HTTP server. Each request 13 years ago