aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-29this is a snapshot of the OSHttpServer work-in-progress. it's an initial skel...Dr Scofield3-0/+191
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 Ames7-37/+37
2008-05-22changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield1-0/+2
2008-05-22here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ...Dr Scofield3-21/+220
2008-05-20i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2-2/+3
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-1/+10
2008-05-19(from awebb)Dr Scofield2-26/+142
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield8-18/+335
2008-05-16Formatting cleanup.Jeff Ames5-42/+42
2008-05-14* Refactor additional stats collection common code into base opensim serverJustin Clarke Casey1-1/+18
2008-05-14From: Dr Scofield <DrScofield@xyzzyxyzzy.net>Sean Dague1-0/+5
2008-05-14More formatting cleanup.Jeff Ames1-2/+8
2008-05-14Formatting cleanup.Jeff Ames2-4/+4
2008-05-13* As part of the region registration process, the grid service now requests t...Justin Clarke Casey1-1/+4
2008-05-12From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-6/+23
2008-05-09* Fix opensim region server shutdown.Justin Clarke Casey1-1/+1
2008-05-07* Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey1-1/+17
2008-05-02* More refactorings of UDPServer.Adam Frisby1-100/+0
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 Frisby2-5/+5
2008-04-22* Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby3-9/+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-04-11* Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey1-1/+10
2008-03-31* Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey1-55/+67
2008-03-28* Refactored out common http handler operationslbsa711-0/+6
2008-03-27* Correct asset type of Lost and Found folder - this might stop it appearing ...Justin Clarke Casey2-0/+6
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-3/+16
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-0/+10
2008-03-18Formatting cleanup.Jeff Ames17-456/+446
2008-02-29More compiler warning cleanup.Jeff Ames1-13/+7
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa711-2/+10
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-20Minor cleanup.Jeff Ames4-4/+4
2008-02-20* Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode.lbsa711-1/+17
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-0/+1
2008-02-18* Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey1-6/+9
2008-02-18More exception checks and crash hintsTedd Hansen1-0/+1
2008-02-05Converted logging to use log4net.Jeff Ames3-23/+23
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-2/+45
2008-01-25* Add missed out evn:eol-style nativeJustin Clarke Casey1-43/+43
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-0/+43
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-10* After fighting with it a bit more, Opensim is now compatible with the most ...Teravus Ovares1-13/+26
2008-01-09* This update enables the web_login method.Teravus Ovares1-5/+2