aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-3/+16
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
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-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 Ames1-14/+16
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
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-123/+215
2008-01-07* Enabling the LLSD Login method by jhurliman so libSecondLife clients work o...Teravus Ovares1-3/+3
2008-01-05* Applying jhurliman's LLSD login enablement patch.Teravus Ovares1-3/+72
2008-01-02* Updates UserServer Teravus Ovares1-1/+1
2007-12-27* Optimized usingslbsa711-26/+40
2007-12-24* Added some ugly hackish code to the user server to start implementing the n...Teravus Ovares1-0/+134
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-4/+4
2007-12-04* Fixed compile issue.Adam Frisby1-1/+1
2007-12-04* Added SSL Support to HttpListenerAdam Frisby1-1/+15
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW1-1/+1
2007-12-02Added some error handling (and console output) to BaseHttpServer.MW1-14/+22
2007-11-01* Diuerse beavtificatemslbsa711-2/+1
2007-10-31* Added a streamhandler that does streams both in and outlbsa711-8/+26
2007-10-30* Optimized usingslbsa711-17/+17
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-1/+1
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-1/+1
2007-10-22* Major ass commit.Adam Frisby1-1/+1
2007-09-24* Applied tleiades patch #435 fixing HttpBaseServer ABEND (thanx!)lbsa711-3/+12
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10* Fixed: Accessing xmlrpc with invalid xml data would crash the sim.lbsa711-17/+31
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-0/+5
2007-07-29Commit 1/2Adam Frisby1-2/+2
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby1-3/+3
2007-07-16changed to native line ending encodingSean Dague1-224/+224
2007-07-05* updated bugfixed xmlrpc for massive winlbsa711-5/+1
2007-07-04* re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa711-141/+34
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-75/+88
2007-07-04* Added StreamHandler supportlbsa711-41/+22
2007-07-04* Cleaning - attempting to get compiler warnings back down to zero.Adam Frisby1-1/+1
2007-07-04* Started work on converting BaseHttpServer to a stream dispatcherlbsa711-61/+103