aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-176/+56
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-16/+20
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)1-0/+4
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+6
2012-08-03Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz1-5/+11
2012-03-10On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)1-4/+6
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2011-10-19Change wording on asset requests.Justin Clark-Casey (justincc)1-2/+2
2011-06-14tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)1-2/+2
2011-05-27Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)1-0/+4
2011-01-08Added more debug messages under the -verbose option.Diva Canto1-2/+6
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-2/+24
2010-10-22minor: add some text to the oar abort messages on assets timeout to make it c...Justin Clark-Casey (justincc)1-1/+1
2010-06-29Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)1-5/+3
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-5/+18
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-5/+3
2009-10-01Formatting cleanup.Jeff Ames1-6/+6
2009-06-12* minor: if OAR saving receives assets after timeout, just print warning, don...Justin Clarke Casey1-0/+2
2009-06-12* minor: remove warning from unused fieldJustin Clarke Casey1-5/+0
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey1-1/+3
2009-06-05* Add oar saving timeoutJustin Clarke Casey1-0/+119
2009-06-02* Add simple original xml serialization testJustin Clarke Casey1-8/+2
2009-06-01* Fix race condition in save oarJustin Clarke Casey1-27/+43
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey1-13/+5
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-7/+13
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-22/+31
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey1-3/+8
2009-03-09* Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey1-2/+8
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-8/+8
2009-02-12* optimized usings.lbsa711-12/+9
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-2/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2008-11-04* Stop an exception in getting assets for the archiver from crashing the simJustin Clarke Casey1-7/+16
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-7/+7
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+8
2008-07-21* minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey1-3/+11
2008-06-17Update svn properties.Jeff Ames1-114/+114
2008-06-16* refactor: Fission ArchiveWriteRequest into prepare and execute classesJustin Clarke Casey1-3/+12
2008-06-16* Refactor: Break out AssetsRequest to a separate file in the Archiver moduleJustin Clarke Casey1-0/+105