| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-01 | MAINT-5351: Reorder llmessage test libraries to make Linux happy. | Nat Goodspeed | |
| Both BOOST_CONTEXT_LIBRARY and BOOST_COROUTINE_LIBRARY were mentioned. But as BOOST_COROUTINE_LIBRARY depends on BOOST_CONTEXT_LIBRARY, they must be mentioned in that order for Linux to successfully link the test programs. | |||
| 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-07-01 | Merge | Rider Linden | |
| 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 | 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-25 | Added file upload interface to core HTTP utils. | Rider Linden | |
| 2015-06-17 | Coding policy fixes | Rider Linden | |
| 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 | merge changes for 3.7.29-release | Oz Linden | |
| 2015-06-04 | Default headers added. | Rider Linden | |
| Group manager finished conversion. Outfit folders coverted. | |||
| 2015-06-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
| 2015-05-27 | Memory leak (extra ref) in webprofile | Rider Linden | |
| Viewer media routines to coroutine. Post with raw respons in llcorehttputil LLCore::Http added headers only option (applies only on get) | |||
| 2015-05-22 | Floater IM Session to trivial coroutine. | Rider Linden | |
| Changed debugging output from core utitl to string. | |||
| 2015-05-22 | Removed dead HTTP client adapter code | Rider Linden | |
| Partial conversion of group manager clean up some debug code in web profiles. | |||
| 2015-05-20 | Webprofile converted to coroutine. | Rider Linden | |
| Added JSON->LLSD converter Added corohandler for JSON data | |||
| 2015-05-18 | Changed Avatar picker to use coroutine for find. | Rider Linden | |
| Fixed a stray reference (&) on URL that had crept into some coroutine definitions. | |||
| 2015-05-15 | Address Nat's concerns about the const_cast<> and modification of a binary ↵ | Rider Linden | |
| object wrapped in an LLSD object. | |||
| 2015-05-14 | Converted the Server release notes URL, | Rider Linden | |
| classified and click tracker, Avatar hover height Pass the http_results on successfull call back style completion as well. | |||
| 2015-05-14 | Make generic callback version of trivial GET/PUT methods. Make message use ↵ | Rider Linden | |
| these methods. | |||
| 2015-05-12 | Added trivial case GET and POST to the CoreHTTP Utils | Rider Linden | |
| converted llfloaterregioninfo to use coroutine's and new LLCore::HTTP | |||
| 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-30 | Crash logger changes to LLCore::Http | Rider Linden | |
| 2015-04-28 | Converting llmediaclient to new order. | Rider Linden | |
| Temp disable llmediaclient's unit tests for link issues. | |||
| 2015-04-20 | Flickr conversion. | Rider Linden | |
| 2015-04-16 | Facebook conversion. | Rider Linden | |
| 2015-04-15 | Merge viewer-release | simon | |
| 2015-04-14 | Merged lindenlab/viewer-tools-update into default | Rider Linden | |
| 2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
| 2015-04-13 | Merge | Rider Linden | |
| 2015-04-13 | Formatting change to get past merge conflict. | Rider Linden | |
| 2015-04-10 | Adding support for DELETE, PATCH and COPY | Rider Linden | |
| 2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
| wide char paths; on other platforms they are now just typedefs to the std classes | |||
| 2015-04-09 | Added LL_WARNS_IF to llerror.h | Rider Linden | |
| If the coro is given something other than a map from the http then move the return into a body section. Changed windlight to use a coroutine and the new LLCore::Http libarary. Extra comments into Event Polling. | |||
| 2015-04-08 | Moved some LLEventPolling internal classes to a named namespace | Rider Linden | |
| Canceling outstanding polling transactions | |||
| 2015-04-08 | Adding weak pointer support. | Rider Linden | |
| Event polling as a coroutine. (incomplete) Groundwork for canceling HttpCoroutineAdapter yields. | |||
| 2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2015-04-07 | Results from code review with Nat. Consolidate some of the coroutine/http ↵ | Rider Linden | |
| code into a single adapter. | |||
| 2015-04-03 | Merged lindenlab/viewer-tools-update into default | Rider Linden | |
| 2015-04-03 | Added a class to automate pumping the HttpRequest on the mainloop. | Rider Linden | |
| Converted AccountingCostManager to use the new LLCore::Http library and coroutines. | |||
| 2015-04-02 | detect xml errors in parsing xml files and remove those files | Oz Linden | |
| 2015-04-02 | Linux linker order. | Rider Linden | |
| 2015-04-02 | Move RT aronud | Rider Linden | |
| 2015-04-02 | Explicitly include LIBRT | Rider Linden | |
| 2015-04-02 | Move CURL libs up... | Rider Linden | |
| 2015-04-02 | More link order | Rider Linden | |
| 2015-04-02 | Adjusting link order | Rider Linden | |
| 2015-04-02 | Adding boost libs and LLCoreHttp to the unit test linkage. | Rider Linden | |
