Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | MAINT-6272 Viewer inventory cache bug | andreykproductengine | |
2016-04-01 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-03-31 | Faster to copy changes than merge branches. | Aura Linden | |
2016-03-31 | MAINT-6238 Warn user if Trash is overflowing | AndreyL 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) | |||
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | 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. | |||
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-19 | merge fix for merge with project interesting. New appearance utility source ↵ | Nyx Linden | |
and one quick doubly-declared typedef. | |||
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-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-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-18 | MAINT-3319 : WIP : Introduce a consolidate folder method used for Merchant ↵ | Merov Linden | |
Outbox | |||
2013-11-15 | SH-4621 WIP | Brad Payne (Vir Linden) | |
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 - 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-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-07-17 | fix for build failure mac, linux | Brad Payne (Vir Linden) | |
2013-07-17 | SH-4344 FIX - return the lowest UUID for a child of root with the desired ↵ | Brad Payne (Vir Linden) | |
preferred type. Also removed some duplicate code between findCategoryUUIDForType and findLibraryCategoryUUIDForType | |||
2013-06-25 | SH-4305 WIP | Brad Payne (Vir Linden) | |
2013-06-24 | SH-4243 WIP - cleaned up callback structure for createNewCategory, modified ↵ | Brad Payne (Vir Linden) | |
makeNewOutfitLinks() to wait for category creation before populating. | |||
2013-06-17 | SH-4238 WIP - postpone calling notifyObservers until all deletes are processed. | Brad Payne (Vir Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | SH-3635 WIP - COF slammer works in AISv3 regions. Extensive rework of ↵ | Brad Payne (Vir Linden) | |
onAISUpdateReceived. | |||
2013-05-24 | SH-4207 WIP - use item updates with callback when updating link ↵ | Brad Payne (Vir Linden) | |
descriptions. Reworked updateAppearanceFromCOF() cof-validation stages. | |||
2013-05-24 | SH-4027 WIP - initial implementation of item update via AIS. | Brad Payne (Vir Linden) | |
2013-05-13 | SH-4168 WIP, SH-4155 WIP - update inventory model based on ais returns, try ↵ | Brad Payne (Vir Linden) | |
to maintain loading... string more consistently in folder bridge | |||
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-01 | SH-4154 WIP - gInventory.validate() has inventory model internal consistency ↵ | Brad Payne (Vir Linden) | |
checks | |||
2013-04-25 | SH-4137 WIP - added callback-based support for purge descendents, remove ↵ | Brad Payne (Vir Linden) | |
category | |||
2013-04-24 | CHUI-849 WIP, SH-4116 WIP - added simpler match check in inventory for when ↵ | Brad Payne (Vir Linden) | |
we don't need the list of matches to be returned. | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-18 | SH-4116 WIP - removed follow_folder_links behavior, which was used nowhere ↵ | Brad Payne (Vir Linden) | |
and isn't really desirable currently | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | Merging LLCURL::Responder changes with CHUI changes. Fixed gcc 4.6 compile ↵ | Don Kjer | |
failures |