aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-06HACK ALERT! There's some underlying bug in the HTTP server that makes request...Diva Canto1-0/+7
2010-06-25fix web request exception reporting properly this timeJustin 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
2009-09-21Make the poll service handler call the handler method on incoming requests.Melanie1-9/+30
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)1-6/+13
2009-08-12change 535cb0efc so that the default LLSD serialization format isdr scofield (aka dirk husemann)1-2/+4
2009-08-08* FreeContext may be a bit too buggy for my tastes in some environments. * ...Teravus Ovares (Dan Olivares)1-7/+7
2009-08-05* Patch from jhurliman to add accept type recognition to determine the llsd c...Teravus Ovares (Dan Olivares)1-7/+67
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares1-1/+6
2009-07-29Add basic support ofr detached request handling to the HTTP server.Melanie Thielker1-1/+7
2009-07-29* An attempt to fix mantis #3955Teravus Ovares1-2/+2
2009-07-29* An attempt to fix mantis #3953Teravus Ovares1-1/+12
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares1-5/+90
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and a...Teravus Ovares1-5/+14
2009-06-18Applied patch from Mantis #3736 , which should stop the userserver crashing w...MW1-1/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-30Added option (on my default) to the clone avatar function so that the clothes...MW1-1/+9
2009-05-23* Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-1/+1
2009-05-22adding RemoveXmlRpcHandler to IHttpServerDr Scofield1-0/+12
2009-05-04Committing the changed treeMelanie Thielker1-0/+1626