aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-27* Event queue is now polling.. Teravus Ovares1-2/+4
2008-09-27* This is the very very early beginnings of an EventQueue:get module.Teravus Ovares1-5/+56
2008-09-25* Remove a message handler Teravus Ovares1-0/+2
2008-09-23* OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares1-1/+1
2008-09-23* Fix a null reference exception that I introducedTeravus Ovares1-1/+1
2008-09-23* Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares1-0/+12
2008-09-23* Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares1-2/+7
2008-09-19* Implements an experimental method to define which region you want to go to ...Teravus Ovares1-2/+5
2008-09-19* Tweaked handler code to recognize LibOMV's LLSD Login by post content.Teravus Ovares1-1/+3
2008-09-19* Switches content type from application/xml+llsd to application/llsd+xml on ...Teravus Ovares1-1/+1
2008-09-15* minor: eat up some yummy warningsJustin Clarke Casey1-3/+3
2008-09-14* Made Seed CAP response respect the SSL setting.Teravus Ovares1-0/+15
2008-09-14* This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares1-2/+127
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby1-8/+2
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-2/+2
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-12/+12
2008-08-26* One more tweak to the application/xml vs application/llsd+xml routineTeravus Ovares1-4/+3
2008-08-26* It turns out that Mono doesn't currently support setting the Certificate va...Teravus Ovares1-1/+6
2008-08-26* Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares1-0/+48
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-23/+145
2008-08-23Mantis#2032. Thank you kindly, Tyre for a patch that:Charles Krinke1-0/+1
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-1/+2
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey1-1/+1
2008-07-28moving GridInfo application plugin into a common standalone/gridDr Scofield1-2/+2
2008-07-25From: awebbDr Scofield1-11/+16
2008-07-18force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield1-0/+3
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield1-1/+1
2008-06-16* Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares1-1/+10
2008-06-13* minor: Print out uptime as well as stats in periodic diagnostics logging, s...Justin Clarke Casey1-1/+3
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-5/+10
2008-05-29attempting to get to the bottom of unresponsive grids servers bySean Dague1-21/+32
2008-05-28Formatting cleanup.Jeff Ames1-9/+13
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-10/+10
2008-05-22here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ...Dr Scofield1-19/+50
2008-05-20my last "simplification" of the the if-then-else logic in BaseHttpServer plac...Dr Scofield1-1/+1
2008-05-19(from awebb)Dr Scofield1-26/+103
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield1-12/+12
2008-05-16Formatting cleanup.Jeff Ames1-21/+21
2008-05-14More formatting cleanup.Jeff Ames1-2/+8
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13* As part of the region registration process, the grid service now requests t...Justin Clarke Casey1-1/+4
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby1-1/+1
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-4/+4
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-6/+8
2008-04-19* Start catching rogue SocketExceptions which occur (at least on mono) when a...Justin Clarke Casey1-0/+10
2008-04-16Thank you very much, Kmeisthax for:Charles Krinke1-2/+13
2008-04-15* Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares1-1/+8
2008-03-31* Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey1-55/+67