| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | Merge tag 'Second_Life_Release#b26f62eb-26.1' into 2026.01 | Erik Kundiman | |
| 2025-12-22 | #3612 Handle missing capabilities instead of blocking further downloads | Andrey Kleshchev | |
| Landmarks that failed due to missing caps were blocked from being rerequested. | |||
| 2025-12-11 | Merge tag 'Second_Life_Release#058ee5c6-2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-05 | #5109 LLExperienceCache crashes on a coroutine | Andrey Kleshchev | |
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-04 | Revert "Legacy search floater" | Erik Kundiman | |
| This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada. | |||
| 2025-12-01 | #5078 Replace boost::function with std::function | Rye | |
| * Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-30 | Replace boost noncopyable and undefined function usage with modern c++ ↵ | Rye | |
| deleted operator and constructor | |||
| 2025-11-30 | #5078 Remove dead llblowfish and llmail code plus related tests | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-28 | #5072 Use make_shared for more efficient ref counting and allocation | Rye | |
| 2025-10-25 | Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-22 | p#494 Add search by agent ID to resident chooser | Andrey Kleshchev | |
| 2025-10-01 | #4770 Crashes on ~LLCoprocedureManager() | Andrey Kleshchev | |
| Situation is not clear, so hoping that explicit cleanup will reveal something. | |||
| 2025-10-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-15 | Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-08-20 | Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac | Rye | |
| 2025-08-20 | #3223 Trim coroutine queues a little | Andrey Kleshchev | |
| 2025-07-03 | Merge tag 'Second_Life_Project#bca9ba9b-glTF_Mesh_Import' into gltf_mesh_import | Erik Kundiman | |
| 2025-05-28 | Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-develop | Jonathan "Geenz" Goodman | |
| 2025-05-22 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
| 2025-05-13 | Not rely on (LL_)USESYSTEMLIBS macro & CMake setting | Erik Kundiman | |
| but the fact that we keep on using as many system libraries as we can (and only resort to other sources in certain cases), hasn't changed, of course. Also stop having to set USE_AUTOBUILD_3P to OFF. Lines are reindented, and when a system library can be found for a dependency, then that should be the way. If later we find out that using some other way is better, than stick to that. So, one option at a time, whichever is best for the situation. GLEXT hasn't been used, and in order to be not having to hack its .cmake file, we bypass it and refer to GLH (which is still used) right away in LLWindow. CMake commands that need to be bypassed, if it's a one-liner then it's just commented out, but if it's multiple lines, then scope them with if (FALSE) to minimise difference. | |||
| 2025-05-09 | Merge tag 'Second_Life_Release#377d1b38-2025.04' into 2025.04 | Erik Kundiman | |
| 2025-05-07 | Make builds support Python 3.13 | Andrey Kleshchev | |
| 2025-04-30 | Merge tag 'Second_Life_Release#d9e55c44-Second_Life_Release#d9e55c4-2025.04' ↵ | Erik Kundiman | |
| into 2025.04 | |||
| 2025-04-30 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
| 2025-04-27 | Replace USE_AUTOBUILD_3P OR USE_CONAN with USESYSTEMLIBS | Erik Kundiman | |
| Simpler. | |||
| 2025-04-25 | #3986 Packet ring crash in memcpy | Andrey Kleshchev | |
| packet_size was negative | |||
| 2025-04-19 | Merge tag 'Second_Life_Release#9a333e65-2025.04' into 2025.04 | Erik Kundiman | |
| 2025-04-18 | More constexpr improvements and cleanup of includes of a deleted header file | Ansariel Hiller | |
| 2025-04-15 | Merge branch 'release/2025.04' into rye/forevermac | Jonathan "Geenz" Goodman | |
| 2025-04-15 | Merge pull request #3911 from secondlife/main | Jonathan "Geenz" Goodman | |
| Merge 2025.03 release into develop. | |||
| 2025-03-29 | Merge tag 'Second_Life_Release#8eff224c-2025.03' into 2025.03 | Erik Kundiman | |
| 2025-03-24 | #3796 Crash at assetRequestCoro | Andrey Kleshchev | |
| Coroutine doesn't own req pointer, don't use it | |||
| 2025-03-22 | Merge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03 | Erik Kundiman | |
| 2025-03-21 | Merge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03 | Erik Kundiman | |
| 2025-03-18 | #3644 Adjust throttle based of how busy buffer is | Andrey Kleshchev | |
| 2025-03-18 | #3736 LLExperienceCache shutdown crash | Andrey Kleshchev | |
| 2025-03-11 | Merge branch 'release/2025.03' into rye/forevermac | Jonathan "Geenz" Goodman | |
| 2025-03-11 | Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b | Andrey Lihatskiy | |
| 2025-03-11 | BUG-134040: Fix broken SOCKS5 proxy | Bennett Goble | |
| Second Life's SOCKS5 proxy has been broken on windows for at least six years due to a conflation of milliseconds and microseconds in the APR timeout value used when attempting to ping the proxy. # Conflicts: # indra/llmessage/llproxy.cpp | |||
| 2025-03-06 | Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03 | Erik Kundiman | |
| 2025-03-05 | #3644 Fix new logging of packet drops hitting performance #2 | Andrey Kleshchev | |
| Misunderstood how mDroppedPackets worked, clear out what's not needed | |||
| 2025-03-04 | #3644 Fix new logging of packet drops hitting performance | Andrey Kleshchev | |
| 2025-02-27 | Merge pull request #3583 'faster avatar loading' into release/2025.03 | Andrey Kleshchev | |
| 2025-02-27 | #3627 Warn user about low memory on bad_alloc | Andrey Kleshchev | |
| 2025-02-26 | Issue #2907: Process metadata sent along with chats of type ↵ | Rider Linden | |
| IM_NOTHING_SPECIAL, The metadata can contain information about the bot status of the sender. It may also contain a system-injected notification that is displayed to the agent as part of the 1:1 chat window. | |||
| 2025-02-18 | drain UDP socket to avoid dropped packets (#3565) | Andrew Meadows | |
| drain UDP socket in idleNetwork() to avoid dropped packets | |||
| 2025-02-11 | Fix uninitialized variable warnings being emitted by current clang | Rye | |
| 2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 2024-09-13 | Clean up Windows build (#2562) | Ansariel Hiller | |
| * APR_DECLARE_STATIC and APU_DECLARE_STATIC gets already defined in APR.cmake * Move both _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS definitions to 00-Common.cmake * Always define WIN32_LEAN_AND_MEAN and include subset of Windows API by default * Remove llwin32headerslean.h and remove unnecessary WIN32_LEAN_AND_MEAN definition handling in llwin32headers.h * Clean up includes of Windows API headers * Get rid of workaround to link against IPHLPAPI.lib in lluuid.cpp - this seems to have been an issue in the past that has been fixed | |||
