aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-131-1/+1
* * minor; Very minor non-functional tidy upsJustin Clarke Casey2009-01-131-11/+6
* * minor: Add a couple of code comments about enabling httpserver loggingJustin Clarke Casey2009-01-131-10/+14
* * Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares2009-01-081-0/+7
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-051-1/+1
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-1/+2
* Added http-method to the hashtable that gets passed to GenericHTTPMethods.diva2008-12-311-1/+1
* * A few more fixes to HttpServer.Teravus Ovares2008-12-201-2/+9
* * Tweak my previously mentioned nasty hack so it's a little less nastyTeravus Ovares2008-12-181-6/+8
* * Add a nasty hack to try and give the HttpServer a few extra lives until we ...Teravus Ovares2008-12-181-2/+29
* * Caught unhandled IOException, and outputted it to log.lbsa712008-12-181-1/+5
* * Added more articulate logging of HttpServer so we can diagnose issues.Teravus Ovares2008-12-181-0/+38
* * Committing an opensim level error message on httpserver. This might help w...Teravus Ovares2008-12-181-0/+6
* Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). W...MW2008-12-011-19/+24
* * Adding the incoming url as Param[2] in the XmlRpcRequestlbsa712008-11-251-1/+3
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-9/+9
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-9/+9
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-9/+9
* Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker2008-11-121-1/+1
* * Made ClientLoop non-infinite, ClientLoop will now disengage when the client...Adam Frisby2008-11-081-3/+1
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+12
* Fixed the cause of a hidden Exception which prevented BaseHttpServer to answerHomer Horwitz2008-10-251-1/+2
* Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield2008-10-231-0/+13
* - Added BaseHttpServer.StopHomer Horwitz2008-10-221-0/+5
* * Remove a warning from BaseHttpServerTeravus Ovares2008-10-141-1/+1
* * Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares2008-10-101-1/+34
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-061-4/+5
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-061-184/+2
* * Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares2008-10-031-6/+21
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+4
* * EventQueueGet is now working.Teravus Ovares2008-10-031-10/+174
* * Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares2008-10-011-3/+3
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-38/+234
* * Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares2008-09-301-4/+17
* * minor: remove warningsJustin Clarke Casey2008-09-291-6/+7
* * Event queue is now polling.. Teravus Ovares2008-09-271-2/+4
* * This is the very very early beginnings of an EventQueue:get module.Teravus Ovares2008-09-271-5/+56
* * Remove a message handler Teravus Ovares2008-09-251-0/+2
* * OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares2008-09-231-1/+1
* * Fix a null reference exception that I introducedTeravus Ovares2008-09-231-1/+1
* * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares2008-09-231-0/+12
* * Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares2008-09-231-2/+7
* * Implements an experimental method to define which region you want to go to ...Teravus Ovares2008-09-191-2/+5
* * Tweaked handler code to recognize LibOMV's LLSD Login by post content.Teravus Ovares2008-09-191-1/+3
* * Switches content type from application/xml+llsd to application/llsd+xml on ...Teravus Ovares2008-09-191-1/+1
* * minor: eat up some yummy warningsJustin Clarke Casey2008-09-151-3/+3
* * Made Seed CAP response respect the SSL setting.Teravus Ovares2008-09-141-0/+15
* * This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares2008-09-141-2/+127
* * Converted a number of methods within the login processes from private to pr...Adam Frisby2008-09-141-8/+2
* Mantis #2133Melanie Thielker2008-09-061-1/+1