summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodelbackgroundfetch.cpp
AgeCommit message (Collapse)Author
2023-10-12SL-20436 New accounts that select outfit in web fail to download clothingAndrey Kleshchev
2023-09-20SL-20298 Fix recursive fetch not working properly.Andrey Kleshchev
2023-09-11SL-20199 Fix invalid or oversized folder being refetched indefinetelyAndrey Kleshchev
2023-08-17SL-20162 Better cof version loggingAndrey Kleshchev
And fixed some typos
2023-07-17Merge branch 'main' (DRTVWR-580) into DRTVWR-567Andrey Kleshchev
# Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp
2023-06-21SL-19898 FIXED Contents purchased from items do not show in Recent Items ↵Maxim Nikolenko
until selecting folder
2023-05-30SL-17429 Message user when their inventory hits AIS2 limitsAndrey Kleshchev
2023-05-29SL-17429 Message user when their inventory hits AIS2 limitsAndrey Kleshchev
2023-05-29SL-19652 Folder fetch dupplicate protection and over limit handlingAndrey Kleshchev
2023-05-10SL-19536 SL-19652 Fix inventory fetchingAndrey Kleshchev
2023-04-28SL-19533 Fix 'fetching' state timeoutAndrey Kleshchev
2023-04-28SL-19533 More children per subset fetch requestAndrey Kleshchev
2023-04-27SL-19533 Removed per-run limitAndrey Kleshchev
Doesn't seem to work like expected and I never get more than 7-9 requests running total
2023-04-27SL-19533 Subset fetch fixesAndrey Kleshchev
2023-04-27SL-19533 Implement subset variant of children requestAndrey Kleshchev
2023-04-25SL-19652 Folder fetch dupplicate protection and over limit handlingAndrey Kleshchev
2023-04-25SL-19533 Reduce inventory fetch stallsAndrey Kleshchev
2023-04-25SL-19533 Special COF handling #2Andrey Kleshchev
2023-04-25SL-19533 Special COF handlingAndrey Kleshchev
2023-04-19SL-19533 Check descendants even for a recursive fetchAndrey Kleshchev
2023-04-13SL-19533 Faster decloudingAndrey Kleshchev
2023-04-12SL-19533 Logging tag changeAndrey Kleshchev
2023-04-12SL-19533 Content should be recursive onlyAndrey Kleshchev
2023-04-12SL-19533 Track folder fetch requests in bulk fetchAndrey Kleshchev
2023-04-12SL-19533 Further logging improvementsAndrey Kleshchev
2023-04-11SL-19533 Don't fetch items if recursive fetch isn't doneAndrey Kleshchev
2023-04-11SL-19533 Orphans plus additional loggingAndrey Kleshchev
2023-04-07SL-19534 Better fetch failure handlingAndrey Kleshchev
2023-03-30Merge branch 'main' into DRTVWR-567Maxim Nikolenko
# Conflicts: # indra/newview/llinventoryfunctions.cpp # indra/newview/llpanelmaininventory.h # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml # indra/newview/skins/default/xui/en/sidepanel_item_info.xml
2023-03-28SL-18003 Improve dupplicate preventionAndrey Kleshchev
Try getting lost and found
2023-03-28SL-18003 Missed pool nameAndrey Kleshchev
2023-03-28SL-18003 Bulk download items when possibleAndrey Kleshchev
And signal fodler fetch completion when folder of recursive fetch is done, do not hold it for individual items
2023-03-28SL-18003 Don't cause excessive full rebuildAndrey Kleshchev
2023-03-27SL-18003 Basic dupplicate preventionAndrey Kleshchev
2023-03-27SL-18003 Faster cof fetchingAndrey Kleshchev
2023-03-26SL-18003 Bulk fetch some items by fetching whole folderAndrey Kleshchev
2023-03-24SL-18003 Make ais fetch fasterAndrey Kleshchev
2023-03-19SL-18629 Rebuild brocken link on fetch compeltion.Andrey Kleshchev
2023-03-18SL-18629 Track request depth to be able to distinguish incomplete folder ↵Andrey Kleshchev
reliably
2023-03-17SL-18629 Fetch Inventory using AIS caps #4Andrey Kleshchev
2023-03-15SL-18629 Fetch Inventory using AIS caps #3Andrey Kleshchev
2023-03-15SL-18629 WIP Fetch Inventory using AIS caps #2Andrey Kleshchev
2023-03-15SL-18629 WIP Fetch Inventory using AIS capsAndrey Kleshchev
2022-12-07SL-18799 Crash at requestPostCapabilityAndrey Kleshchev
2017-04-03MAINT-7274 Placeholder text shouldn't be shownandreykproductengine
2017-03-31MAINT-1911 Fetch perfomance improvementandreykproductengine
2017-03-11MAINT-6789 bulk update can be resource hungry and needs to be monitoredandreykproductengine
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-14MAINT-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)