Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-u | Nat Goodspeed | |
2015-06-29 | MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. | Nat Goodspeed | |
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters. | |||
2015-06-29 | MAINT-4952: Add IntrusivePtr wrapper for boost::intrusive_ptr. | Nat Goodspeed | |
For a RefCounted subclass T, boost::intrusive_ptr<T> must be instantiated as boost::intrusive_ptr<T>(raw ptr, false) to avoid immortal instances. Forgetting that final bool parameter is both easy and extremely hard to spot with desk checking or code review. IntrusivePtr<T> provides constructors that Do The Right Thing, so we can typedef a subclass T's ptr_t to IntrusivePtr<T> rather than directly to boost::intrusive_ptr<T>. | |||
2015-06-29 | MAINT-4952: Fix misplaced comments on intrusive_ptr_etc() overloads. | Nat Goodspeed | |
2015-06-29 | MAINT-5200: Add DebugSlshareLogTag temp setting for developers. | Nat Goodspeed | |
This allows engaging slshare-service debug logging for a particular viewer session without having to twiddle the slshare-service hosts. Also fix leaky LLCore::HttpHeaders::ptr_t construction. | |||
2015-06-29 | Automated merge with ssh://bitbucket.org/nat_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-06-29 | Remove extraneous class qualification from method declaration. | Nat Goodspeed | |
clang doesn't like finding HttpCoroutineAdapter::postFileAndYield(...) inside the class definition for HttpCoroutineAdapter. It's much happier with plain postFileAndYield(...). | |||
2015-06-29 | Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-u | Nat Goodspeed | |
2015-06-25 | Added file upload interface to core HTTP utils. | Rider Linden | |
2015-06-24 | MAINT-5278 WIP - avoid updateAppearanceFromCOF when adding only attachments. | Brad Payne (Vir Linden) | |
2015-06-24 | MAINT-5295 Remove POSTFIELDS from PUT operation. | Rider Linden | |
2015-06-23 | Code review results with Nat | Rider Linden | |
2015-06-23 | Start work on coprocedure manager. | Rider Linden | |
2015-06-18 | MAINT-5200: Add debug headers to Facebook slshare-service calls. | Nat Goodspeed | |
2015-06-17 | Distressing. A variable got autocorrected to 'false' but the compiler ↵ | Rider Linden | |
didn't catch it. | |||
2015-06-17 | https://jira.secondlife.com/browse/MAINT-5283 | Rider Linden | |
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter. | |||
2015-06-17 | Coding policy fixes | Rider Linden | |
2015-06-16 | Merge | Rider Linden | |
2015-06-15 | merge | Brad Payne (Vir Linden) | |
2015-06-15 | DRTVWR-382: merge in 3.7.30 hotfix | Glenn Glazer | |
2015-06-15 | increment viewer version to 3.7.31 | Oz Linden | |
2015-06-15 | Added tag 3.7.30-release for changeset 67edc442c80b | Oz Linden | |
2015-06-12 | Merge fix for MAINT-5277 into experience tools branch | simon | |
2015-06-12 | MAINT-2577 Fixed the status message | AndreyL ProductEngine | |
2015-06-12 | MAINT-5277 FIXED Viewer is missing MSVCP100.DLL and MSVCR100.DLL | AndreyL ProductEngine | |
2015-06-11 | DD-410 : Do not extend inventory selections to items that are not visible | Merov Linden | |
2015-06-11 | DD-416 : Fix deactivate listing that I broke in trying to improve speed with ↵ | Merov Linden | |
the previous DD-416 commit | |||
2015-06-10 | DD-393 : Rework association so that is_listed property is not overwritten ↵ | Merov Linden | |
before we get data from SLM | |||
2015-06-10 | DD-416 : Added DAMA when version folder is empty and unlisted, accelerated ↵ | Merov Linden | |
some functions avoiding depth computation when we could, fixed cut case | |||
2015-06-09 | DD-412 : Fixes the hierarchy before creating a listing and warn the user | Merov Linden | |
2015-06-09 | DD-412 : WIP : Validate a listing before creating a listing on SLM | Merov Linden | |
2015-06-09 | DD-359 : Improve performance by caching display data while updating and ↵ | Merov Linden | |
preventing refreshing the whole marketplace (never useful) | |||
2015-06-09 | Removed dead code, llsdmessage, llcapabilitylistener and the associated tests. | Rider Linden | |
2015-06-09 | Removed homelocation responder (rolled into llagent) | Rider Linden | |
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook | |||
2015-06-08 | Added a way to pass a policy Id to the coroadapter. | Rider Linden | |
Changed language, appearance, and maturity to conform to use the adapter rather than the SDHandler | |||
2015-06-08 | make a lot of values agree with declared types | Oz Linden | |
2015-06-08 | DD-336, DD-359 : WIP : Introduced a reverse lookup table for version folder ↵ | Merov Linden | |
to listing folder to improve performance | |||
2015-06-08 | remove false positive trigraphs | Oz Linden | |
2015-06-08 | add edu release channel | Oz Linden | |
2015-06-08 | corrections needed for new tools | Oz Linden | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-06-08 | Merge | Rider Linden | |
2015-06-06 | DD-416 : Unlist a listed listing that becomes devoid of any item | Merov Linden | |
2015-06-06 | DD-333 : Prevent dropping no copy items if it'll create folders above the ↵ | Merov Linden | |
folder limit | |||
2015-06-06 | DD-316 : Disable New Folder under version folder hierarchy of ↵ | Merov Linden | |
InventoryOutboxMaxFolderCount has been reached | |||
2015-06-05 | Mac builds are very picking about testing an unsigned for < 0 | Rider Linden | |
2015-06-05 | Added a seek method to LLCore::Http for data rewind. | Rider Linden | |
A couple of minor changes to merchant out box in hopes that the would fix the issues. | |||
2015-06-05 | DD-290 : Add an option to filter out marketplace, use it in Recent tab | Merov Linden | |
2015-06-04 | Default headers added. | Rider Linden | |
Group manager finished conversion. Outfit folders coverted. | |||
2015-06-04 | IM session decline using coroutines. | Rider Linden | |