index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Archiver
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix problem where known missing assets would stop save oar ever completing
Justin Clarke Casey
2009-06-05
1
-1
/
+3
*
* Add oar saving timeout
Justin Clarke Casey
2009-06-05
2
-1
/
+128
*
From: Chris Yeoh <yeohc@au1.ibm.com>
Dr Scofield
2009-06-03
2
-0
/
+66
*
* Add simple original xml serialization test
Justin Clarke Casey
2009-06-02
1
-8
/
+2
*
* minor: change the name of one serialization method to match its counterpart
Justin Clarke Casey
2009-06-01
1
-1
/
+1
*
* Fix race condition in save oar
Justin Clarke Casey
2009-06-01
3
-28
/
+46
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
8
-8
/
+8
*
* Add xml2 load test
Justin Clarke Casey
2009-05-29
1
-2
/
+0
*
* Take another attempt at http://opensimulator.org/mantis/view.php?id=3191
Justin Clarke Casey
2009-05-19
1
-12
/
+14
*
* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191
Justin Clarke Casey
2009-05-18
1
-1
/
+1
*
* Resolve http://opensimulator.org/mantis/view.php?id=3191
Justin Clarke Casey
2009-05-18
1
-4
/
+4
*
* Re-enable save oar test by loading asset data plugins from test mock class
Justin Clarke Casey
2009-05-18
1
-120
/
+120
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-18
1
-0
/
+1
*
* Resolve bug where save oar would never complete if any assets were missing
Justin Clarke Casey
2009-05-15
3
-17
/
+11
*
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
2009-05-15
4
-130
/
+136
*
* When saving an oar, save assets when immediately received rather than stori...
Justin Clarke Casey
2009-05-14
4
-121
/
+122
*
* refactor: break some of xml2 serialization out of sog
Justin Clarke Casey
2009-05-14
1
-1
/
+2
*
remove misleading comment
Sean Dague
2009-05-07
1
-3
/
+0
*
instrument most of the tests with a new InMethod function that may help us fi...
Sean Dague
2009-05-07
1
-0
/
+3
*
minor: Inconsquential change to provoke another build
Justin Clarke Casey
2009-05-07
1
-1
/
+1
*
* Get rid of some extraneous debug log output from the last commit
Justin Clarke Casey
2009-04-28
2
-4
/
+4
*
* Stop oar loading barfing if the archive contains directory entries
Justin Clarke Casey
2009-04-28
2
-12
/
+44
*
* Write separate unit test for replicating iar structure to a user inventory
Justin Clarke Casey
2009-04-24
1
-3
/
+2
*
* Write basic, incomplete load iar test
Justin Clarke Casey
2009-04-24
1
-6
/
+0
*
* refactor: move archive user inventory item serialization out to a separate ...
Justin Clarke Casey
2009-04-23
1
-1
/
+1
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-04-22
1
-4
/
+11
*
fixes System.UnauthorizedAccessExceptions when trying to load OARs from
Dr Scofield
2009-04-17
1
-2
/
+2
*
* Make it possible to add a request id to load and save oar requests
Justin Clarke Casey
2009-04-15
5
-23
/
+51
*
* Make archiver tests pump the asset server manually instead of starting the ...
Justin Clarke Casey
2009-04-14
1
-1
/
+6
*
* Tagged long running tests with LongRunningAttribute.
lbsa71
2009-04-09
1
-2
/
+4
*
* minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization
Justin Clarke Casey
2009-03-27
3
-257
/
+2
*
* minor: remove load oar logging I accidentally left in a few commits ago
Justin Clarke Casey
2009-03-24
1
-8
/
+4
*
* Use memory more efficiently when loading oars
Justin Clarke Casey
2009-03-24
1
-11
/
+19
*
Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization
Mike Mazur
2009-03-16
5
-102
/
+102
*
* Support loading empty folders in an iar
Justin Clarke Casey
2009-03-13
2
-7
/
+12
*
* Move SceneObject tests into their proper namespace
Justin Clarke Casey
2009-03-12
1
-0
/
+6
*
Move ArchiveConstants to OpenSim.Framework.Archive
Mike Mazur
2009-03-12
2
-123
/
+1
*
Moving TarArchive to OpenSim.Framework.Archive
Mike Mazur
2009-03-12
6
-436
/
+5
*
* Enable test logging for TestSaveOarV0p2 to capture more information the nex...
Justin Clarke Casey
2009-03-10
1
-3
/
+4
*
* Address http://opensimulator.org/mantis/view.php?id=3207
Justin Clarke Casey
2009-03-09
1
-2
/
+8
*
* Improve memory usage when writing OARs
Justin Clarke Casey
2009-03-06
5
-71
/
+61
*
* Add more status information when an oar is being saved
Justin Clarke Casey
2009-03-05
2
-0
/
+23
*
* Add the abilty to load and save iar item nodes where folders have identical...
Justin Clarke Casey
2009-03-04
1
-17
/
+28
*
* Add gnu tar format long file name support to tar reading and writing.
Justin Clarke Casey
2009-03-04
3
-85
/
+126
*
* Store inventory data in an 'inventory' directory rather than in the root of...
Justin Clarke Casey
2009-02-25
1
-5
/
+0
*
* Consistently lock part.TaskInventory as pointed out in http://opensimulator...
Justin Clarke Casey
2009-02-20
1
-8
/
+11
*
* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...
Justin Clarke Casey
2009-02-19
1
-1
/
+1
*
* Change AssetGatherer method access so that only methods which are worth cal...
Justin Clarke Casey
2009-02-18
1
-1
/
+1
*
* Move asset gathering code from oar module to OpenSim.Region.Framework since...
Justin Clarke Casey
2009-02-18
2
-198
/
+5
*
* switch to pulsing monitors to perform test sync instead of events, since th...
Justin Clarke Casey
2009-02-17
1
-11
/
+17
[next]