Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-09-16 | MAINT-5628: Set flicr state to "Posting" on all paths before image upload ↵ | Rider Linden | |
starts. Causes "Upload" button to be disabled and activity indicator to appear. Also made sure that setConnectionState is called correctly for Facebook and Twitter. | |||
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
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-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-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-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
2015-05-11 | Updated feature manager downloader to coroutine. | Rider Linden | |
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter | |||
2015-04-20 | Convert twitter to coroutines. | Rider Linden | |
2015-04-20 | Flickr conversion. | Rider Linden | |
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
2014-06-17 | DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵ | Merov Linden | |
LLHTTPClient interface. Fix merge error in Facebook connect as well | |||
2014-02-26 | Changed SLShare photo upload filename to Untitled for the sake of default ↵ | Cho | |
Flickr title | |||
2014-02-06 | fixed SLShare connection state issues for ACME-1298 | Cho | |
2013-12-05 | ACME-1043 : Use a clean browser for connection to Flickr and Twitter as well | Merov Linden | |
2013-11-26 | LLTwitterConnect and LLFlickrConnect now use caps again, instead of pdp15 | Cho | |
2013-11-13 | added fancier link description text and switched back to using dev servers ↵ | Cho | |
instead of caps for Flickr and Twitter | |||
2013-11-13 | changed Twitter photo character limit to 100 just to be safe, and switched ↵ | Cho | |
to use cap server for Flickr and Twitter service | |||
2013-11-06 | separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151 | Cho | |
2013-11-02 | added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵ | Cho | |
ACME-1141 | |||
2013-11-01 | added LLFlickrConnect for ACME-1116 | Cho | |