aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-4/+4
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+8
* * Start catching rogue SocketExceptions which occur (at least on mono) when a...Justin Clarke Casey2008-04-191-0/+10
* Thank you very much, Kmeisthax for:Charles Krinke2008-04-161-2/+13
* * Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares2008-04-151-1/+8
* * Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey2008-03-311-55/+67
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-3/+16
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* More compiler warning cleanup.Jeff Ames2008-02-291-13/+7
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-251-2/+10
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode.lbsa712008-02-201-1/+17
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+1
* * Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey2008-02-181-6/+9
* More exception checks and crash hintsTedd Hansen2008-02-181-0/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-14/+16
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * After fighting with it a bit more, Opensim is now compatible with the most ...Teravus Ovares2008-01-101-13/+26
* * This update enables the web_login method.Teravus Ovares2008-01-091-5/+2
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-123/+215