Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Mic Bowman 5bb73793c7 Comment out the debugging statements added in the last commit. Keeping 10 yıl önce
  Mic Bowman 58229a968b Turn on logging of old acks, this is for debugging only, stats version coming later 10 yıl önce
  Mic Bowman c06100c31f Another technique inspired by some of the newer flow control algorithms... rather 10 yıl önce
  Mic Bowman 75df04f0b3 Fix the throttle tests. Remove the hardcoded constant multipliers and 10 yıl önce
  Mic Bowman bda8f2a2c1 Change the effect of successfully acknowledged packets to bump the 10 yıl önce
  Mic Bowman 041a09ecb9 Enable runtime configuration of the minimum rate for adaptive 10 yıl önce
  Mic Bowman e71549a2cb Add debugging code for simulating packet loss in outgoing UDP packets. The 10 yıl önce
  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. 10 yıl önce
  Diva Canto 789cd4e928 Updated libomv to grab the latest bug fixes in Collada upload 10 yıl önce
  Diva Canto 27c34b69bf Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 10 yıl önce
  Diva Canto ec91a6b34d Revert "Update libomv to grab latest bug fixes for Collada upload." 10 yıl önce
  Diva Canto 4c0745b589 Update libomv to grab latest bug fixes for Collada upload. 10 yıl önce
  Justin Clark-Casey (justincc) fc940ab09a If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception. 10 yıl önce
  Justin Clark-Casey (justincc) 7100475b90 Make sure we always dispose of disposables inside RestClient.Request() 10 yıl önce
  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 10 yıl önce
  Justin Clark-Casey (justincc) e3d07bd0cc minor: Correct propery doc RestClient._resource spelling mistake 10 yıl önce
  Justin Clark-Casey (justincc) 798074c66f Use using() semantics in XBakesModule to ensure disposable objects are alway disposed no matter what 10 yıl önce
  Justin Clark-Casey (justincc) 9edc5cac96 In XBakes use proper disposal semantics to always close the stream on Store() no matter what 10 yıl önce
  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. 10 yıl önce
  BlueWall e50aac020f Add command to reset region's user cache 10 yıl önce
  BlueWall b39d697555 Adding command to reset user's email address 10 yıl önce
  Justin Clark-Casey (justincc) 147d401b28 Remove XEngine.m_uniqueScripts 10 yıl önce
  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. 10 yıl önce
  Robert Adams 289cf2e3e2 Remove reference to MSSQL in prebuild.xml since feature has been removed 10 yıl önce
  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. 10 yıl önce
  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 10 yıl önce
  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. 10 yıl önce
  Justin Clark-Casey (justincc) f3ab7c0f5c refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetUuids() to AddForInspection() as this properly describes what both of these methods do. 10 yıl önce
  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. 10 yıl önce
  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. 10 yıl önce