aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-22improve locking of m_rpcHandlers in BaseHttpServerJustin Clark-Casey (justincc)1-1/+2
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-2/+2
2011-05-05Adding ssl supportBlueWall1-0/+14
2011-04-20Get Viewer 2 voice working with OpenSim.Justin Clark-Casey (justincc)1-1/+1
2011-03-16minor: bring comment into line with code realityJustin Clark-Casey (justincc)1-1/+1
2011-03-14Up the timeout on slow requests to 3000 to stop console spam. Make sureMelanie1-5/+21
2011-02-16XFF capitalization strikes again -- this time in the XMLRPC method. mantis #5386Diva Canto1-1/+13
2011-02-05Added a couple of console commands to help diagnose issues:Diva Canto1-0/+32
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-2/+3
2011-01-05Added more performance checks to the HTTP server. Each requestMic Bowman1-1/+15
2010-12-10minor: remove some compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-11-02Support for CORS with simple requests in BaseHttpServerMarck1-0/+4
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-2/+2
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-5/+5
2010-10-22Revert "* remove some spurious debug info"Justin Clark-Casey (justincc)1-5/+5
2010-10-20* remove some spurious debug infoJonathan Freedman1-5/+5
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-5/+5
2010-10-20* remove some spurious debug infoJonathan Freedman1-5/+5
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see before...Teravus Ovares (Dan Olivares)1-1/+2
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-5/+5
2010-09-12Formatting cleanup.Jeff Ames1-62/+59
2010-09-03Added XFF header processing. Untested, for lack of proxy.Diva Canto1-0/+2
2010-08-30minor: Add some method doc to BaseHttpServer.HandleRequest()Justin Clark-Casey (justincc)1-2/+8
2010-08-06HACK ALERT! There's some underlying bug in the HTTP server that makes request...Diva Canto1-0/+7
2010-07-27comment out further debug line in BaseHttpServerJustin Clark-Casey (justincc)1-1/+1
2010-07-26do a whole load of crappy hacking to get cubes to display google.comJustin Clark-Casey (justincc)1-1/+1
2010-07-01do a whole load of crappy hacking to get cubes to display google.comJustin Clark-Casey (justincc)1-1/+1
2010-06-25fix web request exception reporting properly this timeJustin Clark-Casey (justincc)1-1/+1
2010-06-25Revert "Report http server onRequest() exception properly."Justin Clark-Casey (justincc)1-1/+1
2010-06-25Report http server onRequest() exception properly.Justin Clark-Casey (justincc)1-1/+1
2010-03-25minor: Print out port that http servers are usingJustin Clark-Casey (justincc)1-2/+0
2010-03-25put out full exception stack if something reaches top of base http server OnR...Justin Clark-Casey (justincc)1-1/+1
2010-03-16minor logging changes to BaseHttpServer, OSHttpRequestJustin Clark-Casey (justincc)1-30/+46
2010-03-11minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell t...Justin Clark-Casey (justincc)1-4/+2
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-12-23- commented out unused method ConvertIHttpClientContextToOSHttpdr scofield (aka dirk husemann)1-7/+7
2009-12-15Make sure that we catch and display any exceptions that get right to the top ...Justin Clark-Casey (justincc)1-46/+52
2009-12-15minor: make logging messages consistent in BaseHttpServerJustin Clark-Casey (justincc)1-25/+25
2009-12-05* Fix line endings in BaseHttpServer.csTeravus Ovares (Dan Olivares)1-6/+6
2009-12-03if an xml rpc method throws an exception, log as an error to the console as w...Justin Clark-Casey (justincc)1-3/+11
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-8/+0
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-11/+11
2009-09-24minor: replace xmlprc 'no method found' magic number with constant from xmlrp...Justin Clark-Casey (justincc)1-1/+5
2009-09-22Completely remove the prior implementation of the request event handlingMelanie1-38/+40
2009-09-22Remove support for executing a handler on poll. It caused other issuesMelanie1-27/+11
2009-09-22Disable the handler execution for poll services until the ramificationsMelanie1-3/+3
2009-09-21Add the headers collection to the keysvals for HTT requestsMelanie1-0/+1
2009-09-21Add X-PollServiceID pseudo-header to the request handling for pollsMelanie1-1/+3