Age | Commit message (Expand) | Author |
2012-01-30 | Expose 'handle' as well as 'id' on LLProcess objects. | Nat Goodspeed |
2012-01-30 | Trim trailing "\r\n" from Windows FormatMessage() string for logging. | Nat Goodspeed |
2012-01-27 | On Windows, only quote LLProcess arguments if they seem to need it. | Nat Goodspeed |
2012-01-25 | Introduce two new parameters "CurlUseMultipleThreads" and "CurlRequestTimeOut... | Xiaohong Bao |
2012-01-25 | Automated merge with https://bitbucket.org/VirLinden/vir-project-3 | Xiaohong Bao |
2012-01-25 | fix for SH-2904: textures remain stuck in HTP state | Xiaohong Bao |
2012-01-24 | SH-2791 Use request class constructor/destructor for keeping track of concurr... | Dave Parks |
2012-01-30 | merge | Brad Payne (Vir Linden) |
2012-01-24 | merge changes for vmrg-218 | Oz Linden |
2012-01-24 | merge | Dave Parks |
2012-01-24 | SH-1427 Fix for spot lights not working properly on alpha objects, and fix fo... | Dave Parks |
2012-01-24 | merge | Brad Payne (Vir Linden) |
2012-01-23 | Reverting background fetch on an item to the old fetFromServer call to fix re... | Leslie Linden |
2012-01-23 | Reverting rev 22217 changes to background fetch so search and recent will ful... | Leslie Linden |
2012-01-23 | Clarify that items in LLProcess::Params::args are implicitly quoted. | Nat Goodspeed |
2012-01-23 | LLStringUtil methods are conventionally static. | Nat Goodspeed |
2012-01-23 | Use LLProcess::Params::args::empty() instead of comparing iterators. | Nat Goodspeed |
2012-01-23 | * Optimization to not waste some time doing std::string assignment all over t... | Leslie Linden |
2012-01-23 | Per Richard: close unusable Job Object; move quote() to LLStringUtil. | Nat Goodspeed |
2012-01-23 | EXP-1799 FIX -- Replace and Add to Outfit options and Copy to Merchant Outbox... | Leslie Linden |
2012-01-23 | merge changes for storm-1799 | Oz Linden |
2012-01-23 | merge changes for storm-1798 | Oz Linden |
2012-01-23 | merge changes for storm-1796 | Oz Linden |
2012-01-23 | merge changes for storm-1788 | Oz Linden |
2012-01-22 | Every singleton needs a friend... | Nat Goodspeed |
2012-01-22 | Use LLProcess::create() to launch SLVoice, rather than inline code. | Nat Goodspeed |
2012-01-22 | Add LLProcess logging on launch(), kill(), isRunning(). | Nat Goodspeed |
2012-01-22 | Make LLProcess::Params streamable; use that in LLExternalEditor. | Nat Goodspeed |
2012-01-22 | On Windows, introduce viewer Job Object and assign children to it. | Nat Goodspeed |
2012-01-21 | Since lltrans.h moved to llui, fix linux_updater/CMakeLists.txt. | Nat Goodspeed |
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed |
2012-01-20 | Define LLProcess::Params; accept create(const LLSDParamAdapter<Params>&). | Nat Goodspeed |
2012-01-20 | * Modified so "Copy" context menu option is not available for "no copy" items. | Leslie Linden |
2012-01-20 | EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in Inv... | Leslie Linden |
2012-01-20 | Automated merge with http://hg.lindenlab.com/richard/viewer-initparam-llcommon | Nat Goodspeed |
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed |
2012-01-20 | moved LLSDParam to llcommon so that LLSD<->Param Block conversion are usable ... | Richard Linden |
2012-01-20 | Automated merge with https://bitbucket.org/VirLinden/viewer-development-shini... | Xiaohong Bao |
2012-01-20 | trivial: remove debug code for SH-2828 [crashhunters] Crash in LLRefCount::un... | Xiaohong Bao |
2012-01-20 | SH-2889 Add visual auto-muting controls | Dave Parks |
2012-01-20 | removed LLXUIXML library | Richard Linden |
2012-01-20 | EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in Inv... | Leslie Linden |
2012-01-20 | fix for SH-2823 and SH-2824: LLCurl crash inside LLBufferArray::countAfter() ... | Xiaohong Bao |
2012-01-19 | fixed build | Richard Linden |
2012-01-19 | made layoutPanels have constant user_resize and auto_resize attributes | Richard Linden |
2012-01-19 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge/ | Richard Linden |
2012-01-19 | EXP-1824 FIX Received Items panel does not collapse correct when Height of pa... | Richard Linden |
2012-01-19 | EXP-1829 FIX -- Selecting a valid item last allows other selected invalid ite... | Leslie Linden |
2012-01-19 | EXP-1828 FIX -- Drag and drop to an open folder in the outbox causes it to cl... | Leslie Linden |
2012-01-19 | To grow std::string by a char, use push_back() instead of append(). | Nat Goodspeed |