aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* this is a snapshot of the OSHttpServer work-in-progress. it's an initial skel...Dr Scofield2008-05-293-0/+191
* 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-257-37/+37
* changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield2008-05-221-0/+2
* here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ...Dr Scofield2008-05-223-21/+220
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-202-2/+3
* 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-1/+10
* (from awebb)Dr Scofield2008-05-192-26/+142
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-198-18/+335
* Formatting cleanup.Jeff Ames2008-05-165-42/+42
* * Refactor additional stats collection common code into base opensim serverJustin Clarke Casey2008-05-141-1/+18
* From: Dr Scofield <DrScofield@xyzzyxyzzy.net>Sean Dague2008-05-141-0/+5
* More formatting cleanup.Jeff Ames2008-05-141-2/+8
* Formatting cleanup.Jeff Ames2008-05-142-4/+4
* * As part of the region registration process, the grid service now requests t...Justin Clarke Casey2008-05-131-1/+4
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-121-6/+23
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-091-1/+1
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-071-1/+17
* * More refactorings of UDPServer.Adam Frisby2008-05-021-100/+0
* * 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-012-5/+5
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-213-9/+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
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-1/+10
* * Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey2008-03-311-55/+67
* * Refactored out common http handler operationslbsa712008-03-281-0/+6
* * Correct asset type of Lost and Found folder - this might stop it appearing ...Justin Clarke Casey2008-03-272-0/+6
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-3/+16
* * Stop grid inventory network failures crashing the client sessionJustin Clarke Casey2008-03-181-0/+10
* Formatting cleanup.Jeff Ames2008-03-1817-456/+446
* 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
* Minor cleanup.Jeff Ames2008-02-204-4/+4
* * 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-053-23/+23
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-2/+45
* * Add missed out evn:eol-style nativeJustin Clarke Casey2008-01-251-43/+43
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-0/+43
* * 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