aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* several changes to iar/oar assets error reportsUbitUmarov2017-06-231-8/+10
* make oar/iar assets writer be done by caller thread like the rest of theUbitUmarov2017-06-211-168/+45
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-23/+23
* save oar: simplify confusing successefull assets saving messageUbitUmarov2016-09-271-3/+8
* bad merge?UbitUmarov2015-09-011-6/+2
|\
| * Merge branch 'master' into careminsterMelanie2014-01-281-6/+5
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-02-161-0/+2
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-01-041-8/+10
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-10-281-0/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-09-161-0/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-031-5/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-111-4/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-041-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'f16d125027aba098e45dc026f9d507a430bc2b10' into bigmergeMelanie2011-10-251-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-201-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-0/+4
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-051-1/+1
* | | | | | | | | | | | | refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-2/+2
* | | | | | | | | | | | | For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-051-2/+3
* | | | | | | | | | | | | Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-6/+5
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-161-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz2013-01-021-8/+10
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-261-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Support multi-region OAR filesOren Hurvitz2012-09-141-0/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz2012-08-031-5/+11
| |_|_|_|_|/ |/| | | | |
* | | | | | On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2012-03-101-4/+6
| |_|_|_|/ |/| | | |
* | | | | Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
| |_|_|/ |/| | |
* | | | Change wording on asset requests.Justin Clark-Casey (justincc)2011-10-191-2/+2
| |_|/ |/| |
* | | tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)2011-06-141-2/+2
| |/ |/|
* | Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)2011-05-271-0/+4
* | Added more debug messages under the -verbose option.Diva Canto2011-01-081-2/+6
|/
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-2/+24
* minor: add some text to the oar abort messages on assets timeout to make it c...Justin Clark-Casey (justincc)2010-10-221-1/+1
* Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)2010-06-291-5/+3
* don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)2010-06-251-3/+5
* add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2010-05-211-1/+1
* * UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2010-03-151-5/+18
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-221-5/+3
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
* * 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
* * Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey2009-06-051-1/+3
* * Add oar saving timeoutJustin Clarke Casey2009-06-051-0/+119
* * Add simple original xml serialization testJustin Clarke Casey2009-06-021-8/+2
* * Fix race condition in save oarJustin Clarke Casey2009-06-011-27/+43
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey2009-05-151-13/+5
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-7/+13
* * When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey2009-05-141-22/+31