Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | Merge | Rider Linden | |
2015-12-07 | MAINT-5933 FIXED When a new library avatar folder is created in Clothing ↵ | andreykproductengine | |
folder, folder rename is grayed out until relog | |||
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) | |||
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-08-11 | Merge | Rider Linden | |
2015-07-10 | Merge restore of more selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-08 | Change HttpOptions::ptr_t to be shared_ptr<> rather than intrusive. | Rider Linden | |
2015-07-08 | Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵ | Rider Linden | |
intrusive_ptr<> for refrence counting. | |||
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-04 | Default headers added. | Rider Linden | |
Group manager finished conversion. Outfit folders coverted. | |||
2015-05-01 | DD-379 : React on update for both listing and version folders | Merov Linden | |
2015-04-09 | DD-384, DD-388 : Do not trust cached values for stock folders, do not ↵ | Merov Linden | |
consider a non fetched stock folder empty | |||
2015-04-02 | DD-291 : Use a heavier but more resilient test for listing updates | Merov Linden | |
2015-04-01 | DD-291 : Fix code path on category update in the SLM update case | Merov Linden | |
2015-03-28 | DD-291 : Trigger a GET /listing when receiving a category update | Merov Linden | |
2014-11-11 | Pull merge from lindenlanb/viewer-release | Merov Linden | |
2014-10-06 | BUG-7454 Viewer crashes while logging with a turned off "HTTP Inventory" | Monty Brandenberg | |
The HttpRequest objects used in inventory ops are created lazily when needed. The update() operation didn't protect against their not being created. Added some guard tests around the update() operations and we're good. | |||
2014-09-22 | Tuning and documentation. Use a fast poll frequency (0.05S) | Monty Brandenberg | |
on the HTTP requests for inventory. We'll benchmark with that and see how it goes. Document some of the history of the background fetcher for future devs. Suggest some future projects to make things faster. Pointers on using LLSD with the llcorehttp library in the readme. And restructured the LLSD onCompleted() processing phases using do{}while(false) which produced a code flow that is fairly attractive. | |||
2014-09-19 | Cleanup work. Use http constants for content-type and | Monty Brandenberg | |
accept headers in mesh and textures. For texture metrics reporting, use the AP_INVENTORY policy class which is non-pipelined and pointing (usually) in the right direction. Use a do-while(false) structure to manage common exit path code in onCompleted() methods. Identical to a 'goto' but might amuse the pedantic. Tuning on background fetch to have it cycle faster. This is experimental. I suspect with HTTP balancing in llcorehttp, we can do away with the timers here. | |||
2014-09-09 | Cleanup pass. Documentation. Get older llcorehttp-using | Monty Brandenberg | |
code to use utils for any LLSD interfaces. | |||
2014-08-26 | Bring better error handling to inventory item and folder fetching. | Monty Brandenberg | |
First, introduced some LLSD-based interfaces to the llcorehttp code using utils classes (in llcorehttputil). I've kept LLSD out of the llcorehttp library up to now and will continue to do that. Functions provide a requestPost based on LLSD body and conversion utils for HttpResponse-to-LLSD and HttpResponse-to-string conversions. Inventory fetch operations now do more thorough error checking including 200-with-error status checking. Still do retry forever on folders though I don't like that. | |||
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-06-04 | DD-84 : Final clean up for this fix | Merov Linden | |
2014-06-03 | DD-84 : Fix all active listing modification actions. Add specific message ↵ | Merov Linden | |
when listing will unlist. Make update skip consistency check when called from internal level (not public API). | |||
2014-05-30 | DD-92 : pull merge lindenlab/sunshine-external to get AISv3 work | Merov Linden | |
2014-05-30 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-16 | DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵ | Merov Linden | |
getting listings several times | |||
2014-05-15 | fix for bad merge | Brad Payne (Vir Linden) | |
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-05-01 | DD-81 : Fixed the stock folder count update using an inventory observer. ↵ | Merov Linden | |
This observe other changes as well of interest to marketplace and should improve consistency in general | |||
2014-04-22 | Merge | Xiaohong Bao | |
2014-04-22 | merge | Brad Payne (Vir Linden) | |
2014-04-08 | DD-18 : Compute stock for all levels, get folders to update more ↵ | Merov Linden | |
consistently on all actions in the marketplace | |||
2014-04-03 | DD-20 : Handle edge cases a bit more cleanly | Merov Linden | |
2014-04-02 | DD-20 : WIP : Improve Cut and Paste for marketplace. Still some use cases ↵ | Merov Linden | |
that are not working well | |||
2014-04-01 | DD-20 : WIP : Implemented the cut and paste code for marketplace. Stock ↵ | Merov Linden | |
update still not working as expected. | |||
2014-03-31 | DD-18 : WIP : Making stock folders update work better | Merov Linden | |
2014-03-28 | DD-24 : Add FT_MARKETPLACE_STOCK as a new type for folders, implement the ↵ | Merov Linden | |
promotion code for Drag and Drop, display of stock folders and embryonic marketplace validation | |||
2013-12-19 | SH-4664 WIP - updated from from UpdateCreateInventoryItem to inventory ↵ | Brad Payne (Vir Linden) | |
observers. | |||
2013-12-03 | SH-4640 WIP - use backlinks in inventory | Brad Payne (Vir Linden) | |
2013-12-03 | SH-4640 WIP | Brad Payne (Vir Linden) | |
2013-11-26 | MAINT-3319 : Fix the purge of descendents of a category. Note: the cached ↵ | Merov Linden | |
number of descendents is not always reliable | |||
2013-11-25 | SH-4613 WIP - add CREATE mask bit for newly created items in ↵ | Brad Payne (Vir Linden) | |
AISUpdate::doUpdate() - needed for some inventory observers. | |||
2013-11-19 | ACME-3319 : Consolidate Merchant Outboxes when several are present into one ↵ | Merov Linden | |
in the right place | |||
2013-11-18 | MAINT-3319 : WIP : Introduce a consolidate folder method used for Merchant ↵ | Merov Linden | |
Outbox | |||
2013-11-18 | SH-4625 FIX - changed a warning that didn't really indicate a problem to an ↵ | Brad Payne (Vir Linden) | |
info statement | |||
2013-11-18 | SH-4578 WIP - cleaner folder version accounting | Brad Payne (Vir Linden) | |