Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-16 | SL-15406 Removed text below initial login screen screenshots | Andrey Kleshchev | |
2021-06-15 | SL-15404 Crash at setSeedCapability | Andrey Kleshchev | |
Viewer tried to set capability when quiting. | |||
2021-06-15 | SL-15403 Crash at LLFloaterTools's setStatusText | Andrey Kleshchev | |
On shutdown some floaters reset tools using LLToolMgr::setCurrentToolset and it updates LLFloaterTools, which might be dead by that point | |||
2021-06-15 | SL-15353 'Cancel' button does not cancel 'Only friends and groups can call ↵ | Andrey Kleshchev | |
or IM me' | |||
2021-06-14 | SL-15383 Crash at SearchableControl's setHighlighted | Andrey Kleshchev | |
2021-06-14 | Add in the JIRA (SL-15398) describing the contribution from FS:Ansariel to ↵ | Callum Prentice | |
the contributions.txt file | |||
2021-06-14 | Merged in DRTVWR-519 (pull request #596) | Ansariel Hiller | |
Change all remaining boost::filesystem methods to their non-throwing overloads Authored-by: FS:Ansariel Approved-by: Callum Linden | |||
2021-06-11 | boost::filesystem::directory_iterator uses throw-behavior by default as well | Ansariel | |
2021-06-11 | Change all remaining boost::filesystem methods to their non-throwing overloads | Ansariel | |
2021-06-11 | Fix for SL-15389 -- Pull in the patch to add the Akamai cert fix specified ↵ | Callum Prentice | |
in SL-15370 | |||
2021-06-11 | Fix for SL-15389 -- Pull in the patch to add the Akamai cert fix specified ↵ | Callum Prentice | |
in SL-15370 | |||
2021-06-10 | Fix for SL-15382 Update contributions text file in Viewer | Callum Prentice | |
2021-06-10 | Fix for SL-15381 Import Vivox VAD voice fixes into 'Viewer UI changes' branch | Callum Prentice | |
2021-06-09 | Merged in DRTVWR-519 (pull request #594) | Ansariel Hiller | |
Fix more crashes in disk cache due to boost error handling Approved-by: Callum Linden | |||
2021-06-10 | Fix more crashes in disk cache due to boost error handling | Ansariel | |
2021-06-09 | SL-15363 how_to on older viewers is forced to persist | Andrey Kleshchev | |
Older how_to floater is not set to persist in between sessions and gets stuck, ranamed new how_to into guidebook to avoid the issue | |||
2021-06-09 | SL-15365 LLCoros::launch crash | Andrey Kleshchev | |
Superficially looks like an out of memory crash, redirect allocation failures into LL_ERRS. | |||
2021-06-08 | SL-15359 out_of_range exception | Andrey Kleshchev | |
2021-06-08 | Revert "Merge branch 'DRTVWR-520-apple-notarization' into DRTVWR-540-maint" | Andrey Lihatskiy | |
This reverts commit 681298dd726b2d00910fe71646147fadd1aba980, reversing changes made to 323f41f4892248762fc8505d8df17d70bd833cf3. | |||
2021-06-07 | Merge with tip of Master after Viewer release | Callum Prentice | |
2021-06-07 | Merge branch 'master' into DRTVWR-531 | Callum Prentice | |
2021-06-08 | SL-15168 A bit of debug logging | Andrey Kleshchev | |
2021-06-07 | SL-15351 'Speak' button remains active on the parcel with disabled voice | Andrey Kleshchev | |
2021-06-07 | SL-15351 'Speak' button remains active on the parcel with disabled voice | Andrey Kleshchev | |
2021-06-07 | SL-15346 Small adjustment | Andrey Kleshchev | |
2021-06-07 | Merge branch 'DRTVWR-520-apple-notarization' into DRTVWR-540-maint | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt | |||
2021-06-07 | Merge branch 'master' into DRTVWR-520-apple-notarization | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
2021-06-07 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-06-07 | Increment viewer version to 6.4.20 | Nat Goodspeed | |
following promotion of DRTVWR-525 | |||
2021-06-05 | SL-15346 "Listing ID" field has OS-dependent length restriction | Andrey Kleshchev | |
2021-06-04 | SL-15350 Update images for New User viewer log in page | Andrey Lihatskiy | |
2021-06-03 | SL-15340 The list of parcels is duplicated after reopening | Andrey Kleshchev | |
1. Clean list before requesting 2. Don't trigger onOpen from menu if already open | |||
2021-06-03 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
2021-06-03 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
2021-06-03 | SL-15243 Unicode URL validation | Andrey Kleshchev | |
2021-06-01 | SL-15291 Outfit Gallery shows 3 items per row when only 2 can fit | Andrey Kleshchev | |
2021-06-01 | Updated llca to codeticket build 560271 | Andrey Lihatskiy | |
2021-05-31 | SL-15093 Crash nanov2_free_to_block #2 | Andrey Kleshchev | |
Mostly converted some boost pointers to std ones Made ~LLNotificationChannelBase() more explicit to get a bit more data on location of another crash that likely happens when cleaning mItems | |||
2021-05-31 | SL-15331 Don't truncate server version in the “Region Estate” floater | Mnikolenko Productengine | |
2021-05-28 | SL-15093 Crash nanov2_free_to_block | Andrey Kleshchev | |
Superficially crash happens in disconnect() inside signal's deconstructor. Manual cleanup should help figuring out if crash happens due to named or anonymous listeners | |||
2021-05-27 | SL-13179 FIXED Sorting residents banned on the parcel by duration is incorrect | Mnikolenko Productengine | |
2021-05-27 | SL-14076 Fix motion preloading | Andrey Kleshchev | |
2021-05-27 | SL-15211 Adjust unit tests | Andrey Kleshchev | |
2021-05-27 | SL-15211 Remove unsused functions | Andrey Kleshchev | |
CRYPTO_set_id_callback and CRYPTO_set_locking_callback are no-op in ssl 1.1.x |