| Commit message (Expand) | Author | Files | Lines |
2009-05-08 | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 8 | -126/+85 |
2009-05-08 | Implement an ingenious solution to pacekt pool performance suggested by | Melanie Thielker | 1 | -20/+10 |
2009-05-08 | The new asset server now actually serves existing assets | Melanie Thielker | 3 | -1/+145 |
2009-05-08 | fix up the comments a little | Sean Dague | 1 | -3/+2 |
2009-05-08 | added WebFetchInventoryDescendents CAP | Sean Dague | 2 | -8/+84 |
2009-05-08 | * refactor: break out sog original xml serialization to a separate class | Justin Clarke Casey | 5 | -60/+67 |
2009-05-08 | * minor: rename xml sog serialization method for readability | Justin Clarke Casey | 5 | -8/+8 |
2009-05-08 | * refactor: Break out original xml object serialization into a separate class | Justin Clarke Casey | 6 | -98/+144 |
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr... | lbsa71 | 6 | -331/+289 |
2009-05-08 | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 2 | -9/+7 |
2009-05-08 | WARNING: contains migration | Sean Dague | 1 | -0/+7 |
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 7 | -29/+398 |
2009-05-08 | now that creatorID is no longer a strict UUID, and the column can still be NULL, | Sean Dague | 1 | -1/+10 |
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 5 | -36/+104 |
2009-05-08 | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... | Dahlia Trimble | 1 | -1/+1 |
2009-05-08 | Added a Copy() method to PrimMesh and SculptMesh as suggested by dmiles. Sync... | Dahlia Trimble | 2 | -20/+75 |
2009-05-08 | fix svn properties | Sean Dague | 1 | -93/+93 |
2009-05-07 | remove misleading comment | Sean Dague | 1 | -3/+0 |
2009-05-07 | * minor: use system ascii encoding rather than newing up our own object | Justin Clarke Casey | 1 | -3/+1 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 14 | -17/+90 |
2009-05-07 | RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1 | Dr Scofield | 1 | -51/+51 |
2009-05-07 | * minor: Quieten down temporary profile resolver to only log when it's actual... | Justin Clarke Casey | 1 | -3/+3 |
2009-05-07 | * Consistently used dashed uuid format for mysql region data, as is done for ... | Justin Clarke Casey | 2 | -29/+105 |
2009-05-07 | minor: Inconsquential change to provoke another build | Justin Clarke Casey | 1 | -1/+1 |
2009-05-07 | * Consistently use dashed uuid format for sqlite region data, as was previous... | Justin Clarke Casey | 2 | -38/+114 |
2009-05-07 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -106/+673 |
2009-05-07 | Change avatar updates to be processed the same way object updates are, e.g. | Melanie Thielker | 1 | -27/+51 |
2009-05-07 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -4/+15 |
2009-05-07 | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2 | -4/+52 |
2009-05-06 | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 2 | -85/+80 |
2009-05-06 | * Added some GetAssetStreamHandlerTests | lbsa71 | 4 | -8/+56 |
2009-05-06 | Thank you kindly, Fly-Man- for a patch that: | Charles Krinke | 1 | -5/+17 |
2009-05-05 | Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets) | Homer Horwitz | 1 | -2/+3 |
2009-05-05 | * Change automatic properties back to manual get/set | Justin Clarke Casey | 1 | -22/+220 |
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 8 | -86/+86 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 19 | -131/+186 |
2009-05-05 | * Fix http://opensimulator.org/mantis/view.php?id=3585 | Justin Clarke Casey | 1 | -16/+22 |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 9 | -87/+102 |
2009-05-05 | Update svn properties. | Jeff Ames | 2 | -491/+491 |
2009-05-05 | Remove bin directory from HttpServer. | Jeff Ames | 2 | -0/+0 |
2009-05-05 | Add the remote user connector skeleton | Melanie Thielker | 2 | -0/+89 |
2009-05-05 | Change local user connector into a shared module | Melanie Thielker | 1 | -1/+7 |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 5 | -9/+94 |
2009-05-05 | Plumb the database into the new server skel | Melanie Thielker | 1 | -0/+3 |
2009-05-05 | Plumb the new server connector logic | Melanie Thielker | 7 | -4/+180 |
2009-05-05 | Committing the user server executable skeleton | Melanie Thielker | 1 | -0/+44 |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 2 | -0/+14 |
2009-05-05 | Committing the HTTP (REST) server base | Melanie Thielker | 2 | -1/+82 |
2009-05-05 | Fix crash on login | Melanie Thielker | 1 | -1/+1 |
2009-05-05 | Committing the new server base | Melanie Thielker | 2 | -1/+226 |