Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-19 | Be sure the correct include is included. | Rider Linden | |
2015-08-19 | Try attaching the bost libraries directly to CoreHttp | Rider Linden | |
2015-08-19 | Keep hunting these down. | Rider Linden | |
2015-08-19 | Swap BOOST_COROUTINE and BOOST_CONTEXT | Rider Linden | |
2015-08-19 | Break circular dep. Things get cranky. | Rider Linden | |
2015-08-18 | MAINT-5506: Establish circular dependency between LLMessage & LLCoreHttp | Rider Linden | |
2015-08-18 | Merge | Rider Linden | |
2015-08-18 | Move the CoreHTTP libraries down | Rider Linden | |
2015-08-18 | MAINT-5506: Fix library delimiters for LL_TEST_ADDITIONAL_LIBRARIES. | Nat Goodspeed | |
Recent cmake versions are unhappy with embedding spaces in the LL_TEST_ADDITIONAL_LIBRARIES property. Using semicolons to delimit libraries seems to make it better. | |||
2015-08-18 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-18 | More libraries... | Rider Linden | |
2015-08-18 | See if this helps the linux build. If not change will be needed to ↵ | Rider Linden | |
viewer-update-llapearance-utility repo | |||
2015-08-17 | Adding llcorehttp to links | Rider Linden | |
2015-08-17 | swap common and core? | Rider Linden | |
2015-08-17 | Merge | rider | |
2015-08-17 | Boost coroutines conflicting with script compile in message.h. Only include ↵ | rider | |
boost/function | |||
2015-08-17 | Adding boost libs to lltest | Rider Linden | |
2015-08-17 | Get unit tests (Integration and project) compiling and linking again. | Rider Linden | |
2015-08-14 | These tests are just causing a cascade of errors.. | rider | |
2015-08-14 | MAINT-5506: Forgot to remove LLFnPtrResponder | Rider Linden | |
2015-08-14 | MAINT-5506: Converted llmessage untrusted sim message responder to coroutine. | Rider Linden | |
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage. | |||
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 | A depricated llinos call got into the code. | Rider Linden | |
2015-08-11 | Merge | Rider Linden | |
2015-08-03 | increment viewer version to 3.8.3 | Oz Linden | |
2015-07-31 | replace the const & on the typedef | Rider Linden | |
2015-07-31 | Mystery solved! compl is a keyword... who knew! | rider | |
2015-07-31 | Try not using a ref here. | Rider Linden | |
2015-07-30 | Added patchAndYield to httputil adapter | Rider Linden | |
Converted All AISv3 commands (except copyLibrary) to coro model. | |||
2015-07-28 | Updated a couple comments. | Rider Linden | |
2015-07-28 | Named pools of coroutines. | Rider Linden | |
2015-07-28 | MAINT-5432 MAINT-5440 FIXED Crash | AndreyL ProductEngine | |
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems() | |||
2015-07-24 | MAINT-5432 FIXED Null check to avoid crash | Mnikolenko ProductEngine | |
2015-07-23 | Remove unused code and llassetuploadresponders files. | Rider Linden | |
2015-07-23 | AR Reports now use coroutines. | Rider Linden | |
2015-07-22 | MAINT-5357: Added yield between prepare and post in upload. | Rider Linden | |
Removed some commented out code I had missed earlier Moved costing to virtual function in uploadinfo. | |||
2015-07-22 | Clean up for postcard post. | Rider Linden | |
2015-07-20 | Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to ↵ | Rider Linden | |
LLNewFileResourceUploadInfo | |||
2015-07-20 | Remove old "compile queue" and replace with the coroutine based upload queue. | Rider Linden | |
2015-07-17 | Added a couple LL_WARNS to track why upload button disabled. | Rider Linden | |
2015-07-17 | LSL Compile and upload from task object. Fix auto open when finished on all ↵ | Rider Linden | |
uploads... | |||
2015-07-15 | Merge | Rider Linden | |
2015-07-15 | LSL Script upload from inventory. | Rider Linden | |
2015-07-15 | more fixes from code review by Ansariel | Oz Linden | |
2015-07-15 | fixes from code review by Ansariel | Oz Linden | |
2015-07-14 | merge translation fixes from Eli | Oz Linden | |
2015-07-14 | translation file corrections from Eli | Oz Linden | |
2015-07-14 | 3.8.1-release | Oz Linden | |
2015-07-14 | increment viewer version to 3.8.2 | Oz Linden | |