aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-093-124/+255
* * Enabling the LLSD Login method by jhurliman so libSecondLife clients work o...Teravus Ovares2008-01-071-3/+3
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+27
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-0/+4
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-0/+17
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-052-3/+105
* * Updates UserServer Teravus Ovares2008-01-021-1/+1
* * Optimized usingslbsa712007-12-277-48/+60
* * Added some ugly hackish code to the user server to start implementing the n...Teravus Ovares2007-12-241-0/+134
* added copyright noticesJeff Ames2007-12-115-3/+143
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-104-8/+8
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-4/+4
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-053-4/+14
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-2/+2
* * 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
* Some refactoring , mainly on Inventory code. MW2007-12-023-93/+108
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-011-0/+92
* normalized line endingsJeff Ames2007-11-043-119/+119
* * Removed unused UDPServerBaselbsa712007-11-031-84/+0
* testing different rest post method/class for Grid asset client. (possible tha...MW2007-11-031-0/+49
* * Diuerse beavtificatemslbsa712007-11-013-13/+8
* * Added a streamhandler that does streams both in and outlbsa712007-10-315-55/+92
* forgotten fileMW2007-10-311-0/+41
* fixed filenames in log messagesJeff Ames2007-10-311-1/+1
* * Optimized usingslbsa712007-10-309-67/+55
* * 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 patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-154-0/+112
* * 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-105-5/+5
* * Fixed: Accessing xmlrpc with invalid xml data would crash the sim.lbsa712007-09-101-17/+31