Commit History

Autor SHA1 Mensaxe Data
  Mic Bowman 5bb73793c7 Comment out the debugging statements added in the last commit. Keeping %!s(int64=10) %!d(string=hai) anos
  Mic Bowman 58229a968b Turn on logging of old acks, this is for debugging only, stats version coming later %!s(int64=10) %!d(string=hai) anos
  Mic Bowman c06100c31f Another technique inspired by some of the newer flow control algorithms... rather %!s(int64=10) %!d(string=hai) anos
  Mic Bowman 75df04f0b3 Fix the throttle tests. Remove the hardcoded constant multipliers and %!s(int64=10) %!d(string=hai) anos
  Mic Bowman bda8f2a2c1 Change the effect of successfully acknowledged packets to bump the %!s(int64=10) %!d(string=hai) anos
  Mic Bowman 041a09ecb9 Enable runtime configuration of the minimum rate for adaptive %!s(int64=10) %!d(string=hai) anos
  Mic Bowman e71549a2cb Add debugging code for simulating packet loss in outgoing UDP packets. The %!s(int64=10) %!d(string=hai) anos
  Diva Canto bb82076a4d Allow for richer semantics of object derez. Specifically, allow the existence of region modules that do other kinds of garbage collection. Instead of placing deleted objects in the user's Trash folder, or deleting them immediately (UseTrashOnDelete = false), a module may decide to take garbage collection under its control. For example, it may place derezzed objects in a certain area inworld and delete them later. %!s(int64=10) %!d(string=hai) anos
  Diva Canto 789cd4e928 Updated libomv to grab the latest bug fixes in Collada upload %!s(int64=10) %!d(string=hai) anos
  Diva Canto 27c34b69bf Merge branch 'master' of ssh://opensimulator.org/var/git/opensim %!s(int64=10) %!d(string=hai) anos
  Diva Canto ec91a6b34d Revert "Update libomv to grab latest bug fixes for Collada upload." %!s(int64=10) %!d(string=hai) anos
  Diva Canto 4c0745b589 Update libomv to grab latest bug fixes for Collada upload. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) fc940ab09a If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 7100475b90 Make sure we always dispose of disposables inside RestClient.Request() %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 9cff0bbd7c In XBakesModule.Get() use using() to always dispose of RestClient which disposes the stream rather than disposing the stream directly %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) e3d07bd0cc minor: Correct propery doc RestClient._resource spelling mistake %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 798074c66f Use using() semantics in XBakesModule to ensure disposable objects are alway disposed no matter what %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 9edc5cac96 In XBakes use proper disposal semantics to always close the stream on Store() no matter what %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) e901253b49 Fix recent regression where a race condition meant SP.MakeRootAgent() would sometimes look to start attachment scripts before ETM.HandleIncomingSceneObject() had added them. %!s(int64=10) %!d(string=hai) anos
  BlueWall e50aac020f Add command to reset region's user cache %!s(int64=10) %!d(string=hai) anos
  BlueWall b39d697555 Adding command to reset user's email address %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 147d401b28 Remove XEngine.m_uniqueScripts %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 92c9dd42c4 Restore OpenMetaverse.dll to the one compiled under Windows again from commit 2660619. Somehow it got replaced again in the ghosts merge with the one built under Linux. %!s(int64=10) %!d(string=hai) anos
  Robert Adams 289cf2e3e2 Remove reference to MSSQL in prebuild.xml since feature has been removed %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 2b9f0647de Fix a regression where objects crossing regions in the same simulator (on their own or as attachments) with AppDomainLoading = false would create the new state in the source region area rather than the dest. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 227d2e2b61 Avoid a possible race condition where the XEngine script compile thread could complete but see OnRezScript() insert a new job and complete before it set m_CurrentCompile = null %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 76722d8324 In XEngine, enqueue a script rez to the compile queue after setting m_CompileDict to avoid a rare but not impossible race condition. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) f3ab7c0f5c refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetUuids() to AddForInspection() as this properly describes what both of these methods do. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) b0ff3236be Make "fache assets" console command more efficient by only updating access times on each cached asset once, not for every reference. %!s(int64=10) %!d(string=hai) anos
  Justin Clark-Casey (justincc) 9208fb5d54 refactor: Make IteratingUUIDGatherer take a dictionary in its constructor like UUIDGatherer, so we can deal with future cases where the dictionary may already be pre-populated. %!s(int64=10) %!d(string=hai) anos