aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-12/+12
* * One more tweak to the application/xml vs application/llsd+xml routineTeravus Ovares2008-08-261-4/+3
* * It turns out that Mono doesn't currently support setting the Certificate va...Teravus Ovares2008-08-261-1/+6
* * Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares2008-08-261-0/+48
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-23/+145
* Mantis#2032. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-231-0/+1
* Formatting cleanup.Jeff Ames2008-08-181-2/+2
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+2
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-011-1/+1
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-2/+2
* From: awebbDr Scofield2008-07-251-11/+16
* force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield2008-07-181-0/+3
* further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield2008-07-141-1/+1
* * Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares2008-06-161-1/+10
* * minor: Print out uptime as well as stats in periodic diagnostics logging, s...Justin Clarke Casey2008-06-131-1/+3
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-5/+10
* attempting to get to the bottom of unresponsive grids servers bySean Dague2008-05-291-21/+32
* Formatting cleanup.Jeff Ames2008-05-281-9/+13
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-10/+10
* here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ...Dr Scofield2008-05-221-19/+50
* my last "simplification" of the the if-then-else logic in BaseHttpServer plac...Dr Scofield2008-05-201-1/+1
* (from awebb)Dr Scofield2008-05-191-26/+103
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-191-12/+12
* Formatting cleanup.Jeff Ames2008-05-161-21/+21
* More formatting cleanup.Jeff Ames2008-05-141-2/+8
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * As part of the region registration process, the grid service now requests t...Justin Clarke Casey2008-05-131-1/+4
* * Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2008-05-011-1/+1