aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseHttpServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Enabling the LLSD Login method by jhurliman so libSecondLife clients work o...Teravus Ovares2008-01-071-3/+3
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-051-3/+72
* * Updates UserServer Teravus Ovares2008-01-021-1/+1
* * Optimized usingslbsa712007-12-271-26/+40
* * Added some ugly hackish code to the user server to start implementing the n...Teravus Ovares2007-12-241-0/+134
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-4/+4
* * Fixed compile issue.Adam Frisby2007-12-041-1/+1
* * Added SSL Support to HttpListenerAdam Frisby2007-12-041-1/+15
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-021-1/+1
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-14/+22
* * Diuerse beavtificatemslbsa712007-11-011-2/+1
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-8/+26
* * Optimized usingslbsa712007-10-301-17/+17
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-1/+1
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-1/+1
* * Major ass commit.Adam Frisby2007-10-221-1/+1
* * Applied tleiades patch #435 fixing HttpBaseServer ABEND (thanx!)lbsa712007-09-241-3/+12
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* * Fixed: Accessing xmlrpc with invalid xml data would crash the sim.lbsa712007-09-101-17/+31
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-151-0/+5
* Commit 1/2Adam Frisby2007-07-291-2/+2
* * Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2007-07-241-3/+3
* changed to native line ending encodingSean Dague2007-07-161-224/+224
* * updated bugfixed xmlrpc for massive winlbsa712007-07-051-5/+1
* * re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa712007-07-041-141/+34
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-75/+88
* * Added StreamHandler supportlbsa712007-07-041-41/+22
* * Cleaning - attempting to get compiler warnings back down to zero.Adam Frisby2007-07-041-1/+1