| Commit message (Expand) | Author | Files | Lines |
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-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 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -4/+4 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 |
2009-01-29 | * If an orphaned group is found in the mysql or mssql databases (i.e. there i... | Justin Clarke Casey | 1 | -1/+15 |
2008-12-23 | * Fix http://opensimulator.org/mantis/view.php?id=2889 | Justin Clarke Casey | 1 | -2/+2 |
2008-12-08 | change a UUID cast to an actual new UUID call to be consistant with | Sean Dague | 1 | -1/+1 |
2008-12-08 | fix an issue I found where primshapes weren't every being removed | Sean Dague | 1 | -9/+82 |
2008-12-02 | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 1 | -5/+3 |
2008-12-02 | Catch all possible exceptions in the mysql module. It throws non-mysql | Melanie Thielker | 1 | -2/+2 |
2008-12-01 | Fix the terrain loader | Melanie Thielker | 1 | -1/+1 |
2008-12-01 | More reverts. Revert the MySQL database module. This caused more issues | Melanie Thielker | 1 | -474/+513 |
2008-11-30 | More changes to the MySQL adapter. take advantage of pooling and run lock-free. | Melanie Thielker | 1 | -507/+472 |
2008-11-30 | Update svn properties. Add copyright header. Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-11-29 | Explicitly Dispose() all cmd objects | Melanie Thielker | 1 | -1/+15 |
2008-11-27 | * minor: remove mono compiler warnings | Justin Clarke Casey | 1 | -1/+0 |
2008-11-26 | * restore deleted method documentation, some to IRegionDataStore and some to ... | Justin Clarke Casey | 1 | -1/+10 |
2008-11-26 | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 1 | -38/+38 |
2008-11-26 | Fix 2 of the failed tests. Cause terrain queries to return null when no | Melanie Thielker | 1 | -1/+1 |
2008-11-26 | Committing the LCO database layer. Native MySQL, no ADO. New reconnect | Melanie Thielker | 1 | -1472/+740 |
2008-11-23 | Remove code from an experimantal patch that wasn't supposed to be committed | Melanie Thielker | 1 | -39/+13 |