summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Expand)Author
2026-01-14#5271 Update zlib-ng and libraries that depend on itAndrey Kleshchev
2026-01-12#5241 Crash at onIdleUpdateFavoritesMaxim Nikolenko
2026-01-09Merge release/2026.01 into developAndrey Kleshchev
2026-01-05Remove unused boost::hash specialization from LLPointer and update std::hash ...Rye
2026-01-05Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
2026-01-05Explain why apparently redundant LLPointer methods are necessary.Nat Goodspeed
2026-01-05Use copy-and-swap idiom for LLPointer's assignment operators.Nat Goodspeed
2026-01-05LLConstPointer<T> is the same as LLPointer<const T>.Nat Goodspeed
2026-01-05Make `LLPointer` equality comparisons accept not-identical types.Nat Goodspeed
2025-12-21#3612 Log issues with landmarks and rethrown exceptionsAndrey Kleshchev
2025-12-20#5084 Cover window's thread with watchdogAndrey Kleshchev
2025-12-12#2069 Activate group option in GroupAndrey Kleshchev
2025-12-11Revert #4899 "Add more functionality to LLFile and cleanup LLAPRFile"Andrey Kleshchev
2025-12-10Make function documentation more clear about the negative offset value.Frederick Martian
2025-12-10Update indra/llcommon/llfile.hfmartian
2025-12-10Add header include for apr_signal.h that was removed from llapr.h as it was n...Frederick Martian
2025-12-10Cleanup unused LLAPRFile functionsFrederick Martian
2025-12-10Incorporate some of the comment improvements suggested by Copilot and make LL...Frederick Martian
2025-12-10Fix several typos and commentsFrederick Martian
2025-12-10- Improve documentation of LLFile functions and methodsFrederick Martian
2025-12-10Refactoring of LLFile class to support additional methodsFrederick Martian
2025-12-10Clarify some documentation and add an LLFile:read() and LLFile::write() stati...Frederick Martian
2025-12-10Add a new static function LLFile::size() to determine the size of a file_name.Frederick Martian
2025-12-03Merge pull request #5094 from secondlife/mainJonathan "Geenz" Goodman
2025-12-02#5086 Fix 'Copy SLURL' generating obsolete http linkAndrey Kleshchev
2025-12-01#5078 Replace boost::assign usage with modern c++ brace initializationRye
2025-12-01#5078 Replace boost::function with std::functionRye
2025-11-30Replace boost noncopyable and undefined function usage with modern c++ delete...Rye
2025-11-30#5078 Replace boost::hof::invocable with c++17 std::is_invocableRye
2025-11-30#5078 Replace boost ptr_vector<nullable> with std::vector<std::unique_ptr>Rye
2025-11-28#5072 Use make_shared for more efficient ref counting and allocationRye
2025-11-10Remove cpuid feature bits verification in llprocessor.cpp (#4959)Jonathan "Geenz" Goodman
2025-11-10Check what state pipe is in for a failed test (#4877)Andrey Kleshchev
2025-11-10#4949 QueuedRequest destructor crashAndrey Kleshchev
2025-10-22Ensure final EOF in LLProcess test (#4877)Andrey Lihatskiy
2025-10-21Fix typo in commentfmartian
2025-10-21Make changes according to recommendations by CopilotFrederick Martian
2025-10-21Remove trailing spaceRolfKal
2025-10-21Remove a trailing space and a missed LLFile::remove() call right before the L...RolfKal
2025-10-21Improve LLFile to be consistent between Windows and Linux/MacRolfKal
2025-10-13Avoid stack-buffer overruns in llprocess_test.cpp (#4824)Andrey Lihatskiy
2025-09-18Merge remote-tracking branch 'origin/release/2025.07' into geenz/2025.07-developJonathan "Geenz" Goodman
2025-09-15LLLeap: handle partial lines in stderr (#4678)Andrey Lihatskiy
2025-09-10Improvements found in reviewing mac_arm branch #4629Brad Linden
2025-08-28Fixes for GHA buildRye
2025-08-28Fix up windows build error in GHARye
2025-08-22Enable deprecation warnings and suppress a small handful that have no modern ...Rye
2025-08-20Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemacRye
2025-08-06Merge branch develop into 2025.06Andrey Kleshchev
2025-07-19#4320 MacOS crash handlingAndrey Kleshchev