Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-10 | Merge branch 'main' into marchcat/y-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp | |||
2024-02-27 | Issue#900 Crash at LLInventoryAddItemByAssetObserver | Andrey Kleshchev | |
2023-12-18 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-12-06 | SL-20181 Don't force fetch if vesion is unknown | Andrey Kleshchev | |
2023-11-28 | SL-20651 DragnDrop from library in gallery mode doesn't work | Andrey Kleshchev | |
2023-10-12 | SL-20436 New accounts that select outfit in web fail to download clothing | Andrey Kleshchev | |
2023-10-03 | SL-20368 Request outfits using 'links' | Andrey Kleshchev | |
instead of getting items one by one | |||
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
2023-08-15 | SL-18629 Fix observers failing to start fetching items in some cases | Andrey Kleshchev | |
start(folder.first) ignored fetch request due to folder having version | |||
2023-04-06 | SL-19534 Fixed fetch timeout during initial fetch | Andrey Kleshchev | |
2023-03-28 | SL-18003 Bulk download items when possible | Andrey Kleshchev | |
And signal fodler fetch completion when folder of recursive fetch is done, do not hold it for individual items | |||
2023-03-27 | SL-18003 Faster cof fetching | Andrey Kleshchev | |
2023-03-26 | SL-18003 Bulk fetch some items by fetching whole folder | Andrey Kleshchev | |
2023-03-24 | SL-18003 Fix items not being marked as complete when fetched via ais | Andrey Kleshchev | |
2023-03-24 | SL-18003 Use AISv3 cap in LLInventoryFetchItemsObserver | Andrey Kleshchev | |
2023-03-21 | SL-19188 Fix thumbnail changes being ignored by outfit gallery | Andrey Kleshchev | |
2023-02-07 | Added a digest_t typedef to clarify the usage of the digest LLUUID | Henri Beauchamp | |
As suggested in comments for previous commit. | |||
2023-02-06 | Faster and simpler inventory category hashing. | Henri Beauchamp | |
This commit changes inventory category hashing from slow LLMD5 to fast HBXX128 hashing, and allows to use a simple LLUUID for the hash, instead of an LLMD5 instance. It also removes some old cruft dealing with unused baked texture hashing. | |||
2017-06-15 | MAINT-7483 Fixed inability to drag a folder into object contents | andreykproductengine | |
2016-11-02 | MAINT-6884 Issues with the Outfit Gallery and viewer crashes - out of memory ↵ | Mnikolenko Productengine | |
crashes since VOB | |||
2016-05-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-05-06 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-04-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-03-31 | Faster to copy changes than merge branches. | Aura Linden | |
2016-02-18 | MAINT-6119 Viewer needs a few NULL uuid checks | Mnikolenko ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-14 | MAINT-5732: Change to the way event polling handles error conditions and ↵ | Rider Linden | |
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished) | |||
2014-08-22 | Add an HTTP policy class for inventory operations using four (4) | Monty Brandenberg | |
connections. Convert background and foreground fetches, both items and folders/inventory and library, to use new HTTP. Non-fetch inventory operations continue to use LLHTTPClient (at least for now). Error handling and retry on fetches wasn't 100% previously and that's still the case. I'll rip through this again to clean that up. Cleaned up logging in much of the inventory code with consistent labels on logging events and correct macros (removed deprecation warnings). This started as an attempt to get libcurl to do pipelining on POSTs and PUTs. Discovered that this is going to be very difficult to support in general in libcurl. May look at that again in the future. | |||
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-04-22 | Merge | Xiaohong Bao | |
2014-04-22 | merge | Brad Payne (Vir Linden) | |
2013-12-19 | SH-4664 WIP - updated from from UpdateCreateInventoryItem to inventory ↵ | Brad Payne (Vir Linden) | |
observers. | |||
2013-11-26 | ACME-3320 : Clearing deleted categories so not to pool on them forever | Merov Linden | |
2013-11-25 | SH-4549 FIX - code cleanup | Brad Payne (Vir Linden) | |
2013-11-23 | SH-4611 FIX - use an observer to scroll after category rename completes | Brad Payne (Vir Linden) | |
2013-11-15 | MAINT-3320 : Fixed! Inventory panels are not resistant to folder root ↵ | Merov Linden | |
deletion, using handle instead of pointer and cleaning things consistently | |||
2013-11-11 | MAINT-3320 : WIP : Use handle for elements that'll get deleted under us, ↵ | Merov Linden | |
quite a bit of debug spam to clean later | |||
2013-11-04 | SH-4595 WIP - use new LLInventoryObserver::CREATE flag to distinguish newly ↵ | Brad Payne (Vir Linden) | |
created items from existing ones being added to inventory. | |||
2013-11-01 | SH-4595 WIP - removed UDP hooks from LLInventoryAddItemByAssetObserver | Brad Payne (Vir Linden) | |
2013-11-01 | SH-4595 WIP - reworked descendents of LLInventoryAddedObserver to use ↵ | Brad Payne (Vir Linden) | |
gInventory.getAddedIDs(). LLInventoryAddedObserver isn't really needed anymore, but leaving it in as a debugging point at least for now. | |||
2013-10-17 | SH-4160 WIP, build fix | Brad Payne (Vir Linden) | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |