| Commit message (Expand) | Author | Age | Files | Lines |
* | * Implements SQL Rollback support to Inventory Service for quicker backup res... | Adam Frisby | 2009-11-23 | 1 | -0/+154 |
* | * Adds a modicum of additional checking to the Inventory Service (MySQL only) | Adam Frisby | 2009-11-23 | 1 | -5/+22 |
* | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 2009-11-02 | 1 | -166/+169 |
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 2009-10-04 | 1 | -169/+166 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -6/+6 |
* | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 2009-08-17 | 1 | -1/+1 |
* | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 2009-08-16 | 1 | -1/+1 |
* | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2009-08-16 | 1 | -5/+6 |
* | * Apply asset and inventory name and description bound checks to MySQL | Justin Clarke Casey | 2009-07-24 | 1 | -3/+24 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | now that creatorID is no longer a strict UUID, and the column can still be NULL, | Sean Dague | 2009-05-08 | 1 | -1/+10 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -7/+5 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+5 |
* | MYSQL Only: Make items given while offline appear in inventory without | Melanie Thielker | 2009-03-22 | 1 | -0/+9 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+5 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
* | Add group permissions to agent inventory. | Melanie Thielker | 2008-11-14 | 1 | -2/+4 |
* | make inventory item listing more robust. It turns out that a bad item | Sean Dague | 2008-11-13 | 1 | -8/+28 |
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 2008-09-28 | 1 | -2/+2 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 1 | -0/+36 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -27/+27 |
* | remove pre-Migration upgrade paths | Sean Dague | 2008-08-27 | 1 | -92/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -9/+9 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-12 | 1 | -1/+1 |
* | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-08-10 | 1 | -5/+108 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -7/+13 |
* | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-07-03 | 1 | -0/+24 |
* | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru... | Jeff Ames | 2008-06-26 | 1 | -17/+40 |
* | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f... | Jeff Ames | 2008-06-26 | 1 | -2/+29 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 1 | -1/+1 |
* | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 2008-06-12 | 1 | -1/+1 |
* | this, in theory, adds migration support to mysql for all | Sean Dague | 2008-06-12 | 1 | -4/+30 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 1 | -1/+1 |
* | actually user the database_connect string for mysql. | Sean Dague | 2008-05-28 | 1 | -20/+19 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -12/+12 |
* | De-tabify source. | Jeff Ames | 2008-05-06 | 1 | -1/+1 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 1 | -56/+7 |
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
* | * Add more class cast exceptions to mysql read inventory item to cover all ne... | Justin Clarke Casey | 2008-05-01 | 1 | -3/+26 |
* | * Insert temporary cast exception catching code to deal with mantis 1099 - my... | Justin Clarke Casey | 2008-05-01 | 1 | -3/+29 |
* | * Add a scratch implementation of the new inventory fields to the mssql datab... | Justin Clarke Casey | 2008-04-30 | 1 | -4/+8 |
* | * Actually enable the inventory upgrade sql if appropriate | Justin Clarke Casey | 2008-04-30 | 1 | -6/+7 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -4/+17 |
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -0/+6 |
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -1/+1 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -3/+4 |
* | * Insert some missing database locks for inventory and user data on mysql | Justin Clarke Casey | 2008-04-18 | 1 | -2/+11 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -2/+2 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -17/+17 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -26/+26 |