Age | Commit message (Expand) | Author |
2023-03-30 | Merge branch 'main' into DRTVWR-567 | Maxim Nikolenko |
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy |
2023-02-03 | Merge branch 'xcode-14.1' into andreyk/SL-19134 | Andrey Kleshchev |
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy |
2023-01-12 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy |
2023-01-10 | SL-18911 My Land Holdings floater crashes viewer on the Xcode/+Monterey branc... | akleshchev |
2023-01-04 | DRTVWR-575: Fix possible bad indexing in LLSD::operator[](size_t). | Nat Goodspeed |
2023-01-04 | DRTVWR-575: Fix bug in macOS micro_sleep(). | Nat Goodspeed |
2022-12-12 | Merge branch 'main' into DRTVWR-568 | Callum Prentice |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy |
2022-12-07 | SL-18801 Crash at LLPluginProcessParent::pollTick() | Andrey Kleshchev |
2022-12-06 | DRTVWR-575: Try to avoid comparison warnings in llclamp() | Nat Goodspeed |
2022-12-06 | DRTVWR-575: Defend unescape_string() against empty line. | Nat Goodspeed |
2022-12-06 | DRTVWR-575: Update a few more int lengths in llsdserialize.{h,cpp}. | Nat Goodspeed |
2022-12-06 | DRTVWR-575: Use llssize (signed size_t) for max_bytes parameters. | Nat Goodspeed |
2022-12-06 | DRTVWR-575: Introduce LLKeyBind::endNonEmpty() | Nat Goodspeed |
2022-11-13 | DRTVWR-575: Explain that NSInteger is really int64_t. | Nat Goodspeed |
2022-11-13 | DRTVWR-575: Merge brad's xcode-14.1 fixes with nat's | Nat Goodspeed |
2022-11-12 | DRTVWR-575: Address review comments on Xcode 14.1 type tweaks. | Nat Goodspeed |
2022-11-11 | DRTVWR-575 fix LLGetDarwinOSInfo for xcode-14.1. NSInteger is now 64 bits | Brad Kittenbrink |
2022-11-11 | DRTVWR-575 xcode-14.1 compatibility fix. add more overloads for stricter siz... | Brad Kittenbrink |
2022-11-11 | DRTVWR-575 xcode-14.1 compatibility fix. add overloads for stricter integer ... | Brad Kittenbrink |
2022-11-09 | Merge remote-tracking branch 'ZiRee/viewer/master' into DRTVWR-570-maint-Q | Andrey Lihatskiy |
2022-11-04 | DRTVWR-575: Introduce llssize (signed size_t) and narrow() function. | Nat Goodspeed |
2022-11-03 | DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits. | Nat Goodspeed |
2022-11-03 | DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. | Nat Goodspeed |
2022-11-01 | Merge remote-tracking branch 'RyeMutt/viewer/llsd-usage-fixes' into DRTVWR-57... | Andrey Lihatskiy |
2022-10-30 | Fix checks for empty LLSD maps to use size and not emptyMap which is for crea... | Rye Mutt |
2022-10-25 | Merge remote-tracking branch 'RyeMutt/viewer/pod-uuid' into DRTVWR-570-maint-Q | Andrey Lihatskiy |
2022-10-25 | Restore LLUUID to a plain old data type in a post-c++11 world | Rye Mutt |
2022-10-24 | Merge master into DRTVWR-568 (and fix conflicts) | Callum Linden |
2022-10-23 | Remove ll::bugsplat as a llcommon depencency | Nicky |
2022-10-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy |
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy |
2022-10-13 | Revert "Restored SL-14961" | Andrey Kleshchev |
2022-09-27 | Introduce a U8* based interface to unzip_llsd and unpackVolumeFaces | Rye Mutt |
2022-09-22 | Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-N | Andrey Lihatskiy |
2022-09-17 | SL-17238 Fix coding policy build issues | Andrey Kleshchev |
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-568_... | Nicky Dasmijn |
2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) |
2022-09-15 | Merge branch 'master' into DRTVWR-568 | Callum Linden |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy |
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy |
2022-08-26 | DRTVWR-568: More cleanup of deleted obsolete std library features. | Nat Goodspeed |
2022-08-23 | DRTVWR-558: Remove references to string join() per code review. | Nat Goodspeed |
2022-08-22 | DRTVWR-558: Fix builds on macOS 12.5 Monterey. | Nat Goodspeed |
2022-08-22 | DRTVWR-564: Add LL::apply(): call function, passing args from tuple. | Nat Goodspeed |
2022-08-01 | SL-17868 Fixed macos build issue | Andrey Kleshchev |
2022-07-30 | SL-17868 Crash at ThreadRecorder::bringUpToDate | Andrey Kleshchev |
2022-07-28 | GCC11.1 warning: moving a local object in a return statement prevents copy el... | ZiRee |