aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: if OAR saving receives assets after timeout, just print warning, don...Justin Clarke Casey2009-06-121-0/+2
* * minor: remove warning from unused fieldJustin Clarke Casey2009-06-121-5/+0
* * Fixed a few more async calls. Still not uncommented, some asserts still fai...Arthur Valadares2009-06-112-3/+40
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-118-13/+18
* Small improvement in the IAR tests, but these tests are still showing random ...diva2009-06-111-1/+4
* * Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF...Arthur Valadares2009-06-112-55/+99
* Changed the inventory service so that is uses exactly one DB plugin, not many...diva2009-06-112-115/+28
* InterServiceInventoryService references *almost* completely removed from the ...diva2009-06-118-14/+153
* Bug fix for creating users in standalone: the newly-created root folder was n...diva2009-06-101-0/+3
* Small bug fix in HG.diva2009-06-101-1/+2
* Thank you kindly, BlueWall, for a patch that solves:Charles Krinke2009-06-101-9/+9
* Removing the default reading of AssetCaching on all cache modules.diva2009-06-102-2/+2
* Reverse the default setting in Flotsam Asset Cache. Nothing should be the def...Melanie Thielker2009-06-101-1/+1
* Commenting the IAR tests for now until we understand how to set up things in ...diva2009-06-101-4/+4
* duh. wrong variable name in SceneSetup.diva2009-06-101-4/+4
* The previous commit was still wrong.diva2009-06-101-1/+1
* Attempt at fixing the inventory archiver tests.diva2009-06-101-1/+15
* Attempt at disabling the inventory unit tests, so I can figure out how to fix...diva2009-06-101-6/+6
* Heart surgery no.2: the inventory service hooks. diva2009-06-1024-359/+599
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-101-2/+2
* persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield2009-06-101-0/+3
* makes voice setting persistent [re #552]Dr Scofield2009-06-101-0/+2
* adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield2009-06-101-0/+9
* Formatting cleanup.Jeff Ames2009-06-1061-121/+120
* Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva2009-06-091-8/+9
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-0911-263/+264
* Update svn properties.Jeff Ames2009-06-094-1538/+1538
* ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield2009-06-091-1/+2
* Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2009-06-092-140/+264
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-095-42/+59
* Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker2009-06-081-438/+523
* Bug fix. Adding the asset to the cache after a DB get.diva2009-06-081-1/+5
* That didn't quite work. Trying this instead -- prompt given in the cmd line.diva2009-06-082-6/+10
* Making the prompt configurable in the server shell. Default is "Server".diva2009-06-081-2/+4
* IInentoryDataPlugins were missing.diva2009-06-081-2/+7
* First draft of the inventory service IN connector. Probably won't work yet. B...diva2009-06-081-0/+276
* Added more functions to IInventoryService. Unsure about whether all of these ...diva2009-06-085-6/+185
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-0710-470/+2712
* Skip lone ident statments or for-loop assignmentsMike Mazur2009-06-072-3/+65
* Allow empty assignment in for-loopMike Mazur2009-06-075-7513/+7733
* * Reverting the test restructuring as, on second thought, this is not at all ...lbsa712009-06-075-0/+0
* Rename private TestllAngleBetween methodMike Mazur2009-06-071-13/+13
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-065-7/+18
* some code cleanupDahlia Trimble2009-06-061-3/+0
* * minor: tiny tweak just to trigger another panda buildJustin Clarke Casey2009-06-051-1/+1
* * A bug fix for the last mantis 3741 bugfixJustin Clarke Casey2009-06-051-10/+7
* * A further fix for mantis 3641 (oar saves do not complete)Justin Clarke Casey2009-06-051-12/+15
* * refactor: split out part xml writing in SceneObjectSerializerJustin Clarke Casey2009-06-051-2/+7
* * Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2009-06-053-9/+14
* * Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey2009-06-053-14/+58