| Commit message (Expand) | Author | Files | Lines |
2019-11-14 | work on previus 2 patchs | UbitUmarov | 1 | -23/+1 |
2019-11-14 | Attempt to fix the issue where, when logging into the grid, the user supplies... | Terry | 1 | -1/+24 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+77 |
2017-05-06 | MySQLConnector is not a MS product | UbitUmarov | 1 | -0/+3 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 |
2016-12-01 | fix a typo in dbs region range | UbitUmarov | 1 | -1/+1 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+5 |
2015-08-23 | fix db region find by range for varregions ( ignoring others than Mysql) | UbitUmarov | 1 | -0/+33 |
2015-08-23 | fix db region search by a position, for varregions ( ignoring other that | UbitUmarov | 1 | -0/+40 |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -2/+2 |
2012-10-09 | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2012-04-30 | Consistently use using() to make sure we dispose of used MySqlCommands where ... | Justin Clark-Casey (justincc) | 1 | -6/+7 |
2012-04-24 | Fixed problem with MySQL: it was possible for one thread to use an incomplete... | Oren Hurvitz | 1 | -11/+18 |
2012-04-24 | When reading a region, use null objects to represent NULL fields. | Oren Hurvitz | 1 | -1/+5 |
2011-03-08 | Pull up Assembly of the MySQL classes as a protected property, so that it can... | Diva Canto | 1 | -1/+8 |
2010-12-05 | Fixed some inconsistency with trailing /. Made debug messages consistent. Cha... | Diva Canto | 1 | -2/+2 |
2010-10-18 | Alphabetize results on region search by prefix matching | Melanie | 1 | -0/+2 |
2010-08-10 | Enforce DB limits on region name to 32 chars, or else (not good). Removed a p... | Diva Canto | 1 | -0/+3 |
2010-08-08 | Thank you, Marck00, for a patch that implemented region distance sorting | Melanie Thielker | 1 | -2/+4 |
2010-08-08 | Thank you, Marck00, for a patch that implemented region distance sorting | Melanie Thielker | 1 | -2/+4 |
2010-07-31 | White space from previous commit. | Diva Canto | 1 | -25/+25 |
2010-07-31 | Implemented console command "show hyperlinks". | Marck | 1 | -23/+26 |
2010-05-19 | All (?) MySQL stores fixed to use DBGuid.FromDB() | AlexRa | 1 | -6/+4 |
2010-02-05 | Updated MySQL connection management to use the MySQL connection pooling. This... | Master ScienceSim | 1 | -124/+133 |
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+26 |
2009-11-02 | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 1 | -114/+114 |
2009-10-12 | Stop null values from being returned on database queries | Melanie | 1 | -1/+4 |
2009-10-06 | Remove the using() constructs from the new style database modules; they caused | Melanie | 1 | -1/+1 |
2009-10-05 | Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ... | John Hurliman | 1 | -0/+2 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -121/+119 |
2009-09-27 | Make the RegionData plugin store the RegionName | Melanie | 1 | -2/+3 |
2009-09-27 | Prevent manually setting Data["locX"] and Data["locY"], since that would | Melanie | 1 | -0/+4 |
2009-09-27 | Add the Migration for the regions table | Melanie | 1 | -8/+14 |
2009-09-25 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-09-24 | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 1 | -12/+3 |
2009-09-16 | Adding the MySQL RegionData service. | Melanie | 1 | -1471/+144 |
2009-09-02 | Thank you, dslake, for a set of patches to improve OpenSim startup | Melanie | 1 | -9/+40 |
2009-08-16 | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 1 | -7/+10 |
2009-08-07 | * Remove hard coded 256 limitations from various places. There's no more 2... | Teravus Ovares (Dan Olivares) | 1 | -6/+6 |
2009-07-25 | * Updates libOMV to version 0.7.0 | Teravus Ovares | 1 | -2/+2 |
2009-06-30 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -1/+1 |
2009-06-29 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -13/+4 |
2009-06-03 | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -2/+24 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-27 | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -2/+12 |
2009-05-25 | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" | Dr Scofield | 1 | -12/+2 |
2009-05-25 | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -2/+12 |
2009-05-07 | * Consistently used dashed uuid format for mysql region data, as is done for ... | Justin Clarke Casey | 1 | -29/+26 |
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 1 | -4/+0 |