Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-04-20 | MAINT-6341 Changing properties of the object in inventory are not saved ↵ | Mnikolenko Productengine | |
after transfer it to next owner | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-31 | I hate polluting the commit history. | Aura Linden | |
2016-03-31 | Faster to copy changes than merge branches. | Aura Linden | |
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) | |||
2015-08-28 | MAINT-5574: Added default parameter for callbalk on AISAPI interface. | Rider Linden | |
Better check on callback exsit in coroutine Don't create AISAPI::completion_t if there is no call back passed. | |||
2015-08-12 | MAINT-5500: Finish converting the AIS responders to the new coroutine model, ↵ | Rider Linden | |
Cleaned up dead an unused code. MAINT-4952: Added COPY and MOVE methods to Core:Http adapter | |||
2015-08-11 | Merge | Rider Linden | |
2015-07-31 | Mystery solved! compl is a keyword... who knew! | rider | |
2015-07-30 | Added patchAndYield to httputil adapter | Rider Linden | |
Converted All AISv3 commands (except copyLibrary) to coro model. | |||
2015-07-15 | Merge | Rider Linden | |
2015-07-14 | 3.8.1-release | Oz Linden | |
2015-06-09 | Removed dead code, llsdmessage, llcapabilitylistener and the associated tests. | Rider Linden | |
2015-05-29 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-05-27 | merge | Brad Payne (Vir Linden) | |
2015-04-10 | DRTVWR-397 WIP - removed get_linked_uuid(), duplicate of ↵ | Brad Payne (Vir Linden) | |
gInventory.getLinkedItemID() | |||
2015-04-09 | MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ↵ | Brad Payne (Vir Linden) | |
ground. WIP on better tracking of attachment requests via various message in LLSelectMgr. | |||
2015-03-09 | SL-103 WIP - fix for some inventory items not enabling add | Brad Payne (Vir Linden) | |
2014-12-29 | Fix for potential crash on exit | Merov Linden | |
2014-12-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-11-11 | Pull merge from lindenlanb/viewer-release | Merov Linden | |
2014-11-03 | merge | Brad Payne (Vir Linden) | |
2014-09-28 | DD-211 : Verify that the items have the right permissions when dropping in a ↵ | Merov Linden | |
stock folder, add an adequate message when failing to drop in a stock folder. | |||
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-10-23 | MAINT-4196 WIP, including clearer inventory warnings for attachment errors | Brad Payne (Vir Linden) | |
2014-07-22 | Sync merge with lindenlab/viewer-release | Merov Linden | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
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-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-14 | DD-20 : Prevent pasting incompatible items in stock folders | Merov Linden | |
2014-01-08 | STORM-68 Remove obsolete note. Refactor a few blocks of code to not have ↵ | Jonathan Yap | |
early returns | |||
2013-12-12 | STORM-68 Fix bug for new gestures, notecards, and scripts where a copied ↵ | Jonathan Yap | |
item did not preserve its default permissions. Add apply button. | |||
2013-11-20 | STORM-68 Added default clause to switch statement to try to fix linux ↵ | Jonathan Yap | |
compile error. | |||
2013-11-20 | STORM-68 Reapply changes to inventory processing lost in the merge. | Jonathan Yap | |
Move call to updateCap back to where it was. The place it was moved to was too early in the login sequence and was causing a crash. | |||
2013-11-18 | SH-4578 WIP - cleaner folder version accounting | Brad Payne (Vir Linden) | |
2013-09-10 | Fix for SH-4470 when modifying (no copy) or (no transfer) wearables. | Don Kjer | |
2013-09-09 | Using transaction_id instead of raw asset_id during aisv3 patch | Don Kjer | |
2013-08-14 | SH-4422 FIX - fixed some recently introduced issues with link description ↵ | Brad Payne (Vir Linden) | |
fields, which among other things reduces the number of appearance requests sent. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | Routing link creating through AISv3 when available. | Don Kjer | |
2013-08-09 | Refactoring link creation calls in preparation for adding AIS v3 hook. | Don Kjer | |
2013-07-19 | SH-3889 WIP - added callbacks to control ordering of operations after ↵ | Brad Payne (Vir Linden) | |
wearable save. | |||
2013-07-16 | SH-4333 FIX - turned on category patch now that AISv3 has it | Brad Payne (Vir Linden) | |
2013-07-11 | Adding support for COPY methods to httpclient. Implementing viewer-side use ↵ | Don Kjer | |
of AISv3 COPY library folder operation. (SH-4304) | |||
2013-06-27 | Log slamming calls | Brad Payne (Vir Linden) | |