summaryrefslogtreecommitdiff
path: root/indra/llmessage
AgeCommit message (Collapse)Author
23 hoursMerge remote-tracking branch 'secondlife/release/26.4' into 26.4Erik Kundiman
11 daysMerge branch 'develop' into project/lua_editorJonathan "Geenz" Goodman
2026-08-19move zerocode logic to util, add unit-tests (#6152)Andrew Meadows
2026-08-13Merge branch 'geenz/linux-to-develop' into marchcat/lua-linux-developAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # indra/llinventory/llinventory.cpp # indra/newview/CMakeLists.txt # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llviewermenu.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-08-11Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-developJonathan "Geenz" Goodman
2026-07-22Defer processing AvatarAppearance until after first ObjectUpdate (#6017)Andrew Meadows
* make AvatarAppearance a low-priority message * remember agent_id of unexpected AvatarAppearance message for later
2026-07-20#6014 More tracy coverageAndrey Kleshchev
2026-07-16Merge branch 'release/26.3' into marchcat/slua-26.3Andrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # autobuild.xml # indra/llcommon/llsys.cpp # indra/llrender/llimagegl.cpp # indra/llrender/llimagegl.h # indra/newview/CMakeLists.txt # indra/newview/featuretable.txt # indra/newview/featuretable_linux.txt # indra/newview/featuretable_mac.txt # indra/newview/llvoavatar.cpp # indra/newview/llvoiceclient.cpp # indra/newview/llvoicevivox.cpp # indra/newview/viewer_manifest.py
2026-06-21#5837 Fix mature group search showing zero resultsAndrey Kleshchev
2026-06-13Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3Erik Kundiman
2026-05-27Drop fewer packets on UDP packet flood (#5565)Andrew Meadows
* ACK received-but-unprocessed packets when queued * Prioritize packets between high- and low-priority (high-priority are: reliable packets that need an ACK) * Increase max size of LLPacketRing buffer
2026-05-21Merge branch 'main' into marchcat/slua-26.2Andrey Lihatskiy
# Conflicts: # indra/llfilesystem/lldir.cpp # indra/llfilesystem/llfilesystem.cpp # indra/newview/llappviewer.cpp # indra/newview/lltexturecache.cpp # indra/newview/llvoiceclient.cpp # indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
2026-04-28Refactor the LLSyntaxIDLSL/Lua into single LLSyntaxDefCache, use new cap ↵Rider Linden
when available to retrieve all language definition files and cache them locally. Retrieve the default definition files from the LSL definitions precompiled library.
2026-04-03#5612 Improve profiling coverageAndrey Kleshchev
2026-04-01Merge branch 'project/lua_editor' into marchcat/devlinux-sluaAndrey Lihatskiy
# Conflicts: # indra/llcommon/llstl.h # indra/newview/app_settings/settings.xml
2026-03-12Merge branch 'main' into marchcat/slua-26.1Andrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llwindow/llwindowwin32.cpp # indra/newview/llappviewer.cpp # indra/newview/llinventorygallerymenu.cpp
2026-03-07Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02Erik Kundiman
2026-03-05#5486 Fix potential unpackBinaryData buffer issuesAndrey Kleshchev
2026-02-11#5356 Parse large messages on a general thread instead of main oneAndrey Kleshchev
2026-01-21Merge remote-tracking branch 'origin/develop' into develop-linuxRye
2026-01-21Optimize map usage in name cache with unordered_map for maps with frequent ↵Rye
find access
2026-01-20Merge branch 'develop-linux' into project/lua_editorAndrey Lihatskiy
# Conflicts: # indra/newview/llpreviewscript.cpp
2026-01-11Merge tag 'Second_Life_Release#b26f62eb-26.1' into 2026.01Erik Kundiman
2026-01-07Address feedback from copilotRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2026-01-07Clean up LLFile and LLFilesystem operations to reduce temporaries ↵Rye
allocations and utf8->utf16 conversions Fix LLFile::tmpdir failing when temp directory is located in a unicode path on windows Add Tracy profiler tagging to LLFile that's disabled by default Replace LLFile::utf8StringToWstring with our fsyspath std::filesystem::path adapter Introduce std::filesystem::path to llifstream/llofstream wrappers Add move operators to fsyspath to match copy operator Restore LLUniqueFile RAII class for direct c file io wrapping and reducing merge conflicts with downstream code that may depend upon it Signed-off-by: Rye <rye@alchemyviewer.org>
2026-01-07#4899 Fix permissions flags on files that shouldn't be executableAndrey Kleshchev
2026-01-07Reapply "Add more functionality to LLFile and cleanup LLAPRFile""Andrey Kleshchev
# Conflicts: # indra/llcrashlogger/llcrashlock.cpp # indra/llrender/llshadermgr.cpp # indra/test/CMakeLists.txt
2025-12-23Merge branch 'develop-linux' into marchcat/slua-linuxAndrey Lihatskiy
2025-12-22#3612 Handle missing capabilities instead of blocking further downloadsAndrey Kleshchev
Landmarks that failed due to missing caps were blocked from being rerequested.
2025-12-16Clean up dead partsyspacket codeRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-12-11Rework legacy lltest executable into individual integration tests and ↵Rye
restore some disabled tests Removes dead llprimlinkinfo and related test Remove dead llassetuploadqueue llhttpclient lltimestampcache lltranscode tests Remove dead mock_http_client Remove duplicate hex_dump.h Fix crash in LLDataPacker test
2025-12-11Merge tag 'Second_Life_Release#058ee5c6-2026.01' into 2026.01Erik Kundiman
2025-12-05#5109 LLExperienceCache crashes on a coroutineAndrey Kleshchev
2025-12-04Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01Erik Kundiman
2025-12-04Revert "Legacy search floater"Erik Kundiman
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
2025-12-03Merge branch 'develop-linux' into marchcat/slua-linuxAndrey Lihatskiy
# Conflicts: # indra/newview/llfeaturemanager.cpp
2025-12-03Merge branch 'release/2026.01' into marchcat/devlinux-2601Andrey Lihatskiy
# Conflicts: # indra/llcommon/llprocessor.cpp # indra/llcorehttp/_refcounted.h # indra/llcorehttp/_thread.h # indra/newview/llfeaturemanager.cpp # indra/newview/llviewershadermgr.cpp
2025-12-01#5078 Replace boost::function with std::functionRye
* 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-30Replace 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 testsRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-11-28#5072 Use make_shared for more efficient ref counting and allocationRye
2025-11-19Merge branch 'develop-linux' into marchcat/slua-linuxAndrey Lihatskiy
# Conflicts: # indra/newview/llfeaturemanager.cpp # indra/newview/llstartup.cpp
2025-11-02Fix building with clang on non-darwin platformsRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-10-27Fix memcpy of 0 being reported as undefined behavior by ubsanRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-10-27Introduce global precompiled header to accelerate buildRye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-10-27Fix numerous compiler warnings from GCC under Ubuntu 22.04Rye
Signed-off-by: Rye <rye@alchemyviewer.org>
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-22p#494 Add search by agent ID to resident chooserAndrey Kleshchev
2025-10-10Merge branch 'develop' into geenz/2025.07-lua-editorJonathan "Geenz" Goodman
2025-10-02Merge branch 'release/2025.07' into project/lua_editorJonathan "Geenz" Goodman