| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * If an orphaned group is found in the mysql or mssql databases (i.e. there i... | Justin Clarke Casey | 2009-01-29 | 1 | -1/+15 |
* | Slight cleanup of docs, removing trailing whitespace. | Mike Mazur | 2009-01-28 | 1 | -6/+5 |
* | * Remove unused prims.ParentID field from SQLite and MySQL | Justin Clarke Casey | 2009-01-19 | 1 | -0/+5 |
* | Avoid an invalid cast on legacy data | Melanie Thielker | 2009-01-18 | 1 | -1/+8 |
* | * Added MySQL Grid unit tests | Sean Dague | 2009-01-14 | 1 | -0/+83 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2948 | Justin Clarke Casey | 2009-01-07 | 3 | -55/+55 |
* | change the drop order to see if this affects unit test fails | Sean Dague | 2009-01-05 | 1 | -1/+1 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2889 | Justin Clarke Casey | 2008-12-23 | 1 | -2/+2 |
* | Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,... | Homer Horwitz | 2008-12-22 | 1 | -1/+1 |
* | change a UUID cast to an actual new UUID call to be consistant with | Sean Dague | 2008-12-08 | 1 | -1/+1 |
* | fix an issue I found where primshapes weren't every being removed | Sean Dague | 2008-12-08 | 1 | -9/+82 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 2008-12-02 | 1 | -5/+3 |
* | Catch all possible exceptions in the mysql module. It throws non-mysql | Melanie Thielker | 2008-12-02 | 1 | -2/+2 |
* | Fix the terrain loader | Melanie Thielker | 2008-12-01 | 1 | -1/+1 |
* | More reverts. Revert the MySQL database module. This caused more issues | Melanie Thielker | 2008-12-01 | 1 | -474/+513 |
* | More changes to the MySQL adapter. take advantage of pooling and run lock-free. | Melanie Thielker | 2008-11-30 | 1 | -507/+472 |
* | Update svn properties. Add copyright header. Minor formatting cleanup. | Jeff Ames | 2008-11-30 | 1 | -1/+1 |
* | Explicitly Dispose() all cmd objects | Melanie Thielker | 2008-11-29 | 1 | -1/+15 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-27 | 1 | -1/+0 |
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 1 | -5/+0 |
* | * restore deleted method documentation, some to IRegionDataStore and some to ... | Justin Clarke Casey | 2008-11-26 | 1 | -1/+10 |
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 2 | -75/+79 |
* | A migration to make the floats in prims table be doubles | Melanie Thielker | 2008-11-26 | 1 | -0/+41 |
* | A migration to convert the floats int the database to doubles. | Melanie Thielker | 2008-11-26 | 2 | -0/+60 |
* | Fix 2 of the failed tests. Cause terrain queries to return null when no | Melanie Thielker | 2008-11-26 | 1 | -1/+1 |
* | Committing the LCO database layer. Native MySQL, no ADO. New reconnect | Melanie Thielker | 2008-11-26 | 2 | -1472/+746 |
* | Remove code from an experimantal patch that wasn't supposed to be committed | Melanie Thielker | 2008-11-23 | 1 | -39/+13 |
* | Don't serve texture preview from other people's objects if you | Melanie Thielker | 2008-11-23 | 1 | -13/+39 |
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -0/+26 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-21 | 1 | -6/+6 |
* | Mantis#2656. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-19 | 2 | -0/+15 |
* | Fixed MySQL and SQLite so they will save the | Sean Dague | 2008-11-18 | 2 | -0/+19 |
* | Make a quick stab at the "Open data reader" issue. | Melanie Thielker | 2008-11-16 | 1 | -8/+20 |
* | Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims. | Homer Horwitz | 2008-11-15 | 1 | -2/+1 |
* | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 2008-11-14 | 1 | -0/+5 |
* | 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 avatar picker search to work with OpenSearch people search | Melanie Thielker | 2008-11-13 | 1 | -2/+2 |
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R... | Justin Clarke Casey | 2008-11-10 | 1 | -2/+2 |
* | Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash by | Homer Horwitz | 2008-11-08 | 1 | -1/+1 |
* | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-08 | 1 | -1/+28 |
* | add create_time and access_time to asset db for mysql, as well | Sean Dague | 2008-11-06 | 2 | -2/+52 |
* | From: arthursv@linux.vnet.ibm.com | Sean Dague | 2008-11-06 | 2 | -21/+21 |
* | add some null protection on email | Sean Dague | 2008-11-04 | 1 | -1/+1 |
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 3 | -15/+23 |
* | * Minor cleanup | Adam Frisby | 2008-11-01 | 1 | -1/+0 |
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 1 | -0/+43 |
* | Fix a compile warning about unreachable code | Homer Horwitz | 2008-11-01 | 1 | -2/+0 |
* | A stab a getting the user server to act right. Move acquisition of the | Melanie Thielker | 2008-11-01 | 2 | -18/+21 |