aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-2/+0
* put out full exception stack if something reaches top of base http server OnR...Justin Clark-Casey (justincc)2010-03-251-1/+1
* minor logging changes to BaseHttpServer, OSHttpRequestJustin Clark-Casey (justincc)2010-03-161-30/+46
* minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell t...Justin Clark-Casey (justincc)2010-03-111-4/+2
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-1/+1
* - commented out unused method ConvertIHttpClientContextToOSHttpdr scofield (aka dirk husemann)2009-12-231-7/+7
* Make sure that we catch and display any exceptions that get right to the top ...Justin Clark-Casey (justincc)2009-12-151-46/+52
* minor: make logging messages consistent in BaseHttpServerJustin Clark-Casey (justincc)2009-12-151-25/+25
* * Fix line endings in BaseHttpServer.csTeravus Ovares (Dan Olivares)2009-12-051-6/+6
* if an xml rpc method throws an exception, log as an error to the console as w...Justin Clark-Casey (justincc)2009-12-031-3/+11
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-8/+0
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | Formatting cleanup.Jeff Ames2009-10-011-11/+11
* | minor: replace xmlprc 'no method found' magic number with constant from xmlrp...Justin Clark-Casey (justincc)2009-09-241-1/+5
* | Completely remove the prior implementation of the request event handlingMelanie2009-09-221-38/+40
* | Remove support for executing a handler on poll. It caused other issuesMelanie2009-09-221-27/+11
* | Disable the handler execution for poll services until the ramificationsMelanie2009-09-221-3/+3
* | Add the headers collection to the keysvals for HTT requestsMelanie2009-09-211-0/+1
* | Add X-PollServiceID pseudo-header to the request handling for pollsMelanie2009-09-211-1/+3
* | Make the poll service handler call the handler method on incoming requests.Melanie2009-09-211-9/+30
|/
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-261-6/+13
* change 535cb0efc so that the default LLSD serialization format isdr scofield (aka dirk husemann)2009-08-121-2/+4
* * FreeContext may be a bit too buggy for my tastes in some environments. * ...Teravus Ovares (Dan Olivares)2009-08-081-7/+7
* * Patch from jhurliman to add accept type recognition to determine the llsd c...Teravus Ovares (Dan Olivares)2009-08-051-7/+67
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+1
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-301-1/+6
* Add basic support ofr detached request handling to the HTTP server.Melanie Thielker2009-07-291-1/+7
* * An attempt to fix mantis #3955Teravus Ovares2009-07-291-2/+2
* * An attempt to fix mantis #3953Teravus Ovares2009-07-291-1/+12
* * Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares2009-07-291-5/+90
* * Updated C# WebServer to the latest available source download (r19869) and a...Teravus Ovares2009-07-211-5/+14
* Applied patch from Mantis #3736 , which should stop the userserver crashing w...MW2009-06-181-1/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Added option (on my default) to the clone avatar function so that the clothes...MW2009-05-301-1/+9
* * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2009-05-231-1/+1
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-231-1/+1
* adding RemoveXmlRpcHandler to IHttpServerDr Scofield2009-05-221-0/+12
* Committing the changed treeMelanie Thielker2009-05-041-0/+1626