| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-27 | CID-100 | Tofu Linden | |
| Checker: INVALIDATE_ITERATOR Function: buildBlock(unsigned char *, int, const LLMessageBlock *, LLMsgData *) File: /indra/llmessage/lltemplatemessagebuilder.cpp | |||
| 2010-01-22 | LLCacheName and LLUrlEntryAgent now understand SLIDs - accounts | James Cook | |
| with "Resident" as last name should not display that name. Also added test display names. | |||
| 2010-01-22 | Merge from v2 trunk. | Tofu Linden | |
| 2010-01-20 | DEV-35248: Allow NoVerifySSLCert to uniformly disable verification | Nat Goodspeed | |
| Introduce static LLCurl SSL verification flag, default 'true', accessed by LLCurl::setSSLVerify() and getSSLVerify(). Make LLCurl::Easy::prepRequest() check LLCurl::getSSLVerify() instead of unconditionally setting CURLOPT_SSL_VERIFYPEER 'true'. Also set CURLOPT_SSL_VERIFYHOST to match. Make LLXMLRPCTransaction::Impl::init() examine LLCurl::getSSLVerify(), instead of directly examining gSavedSettings.getBOOL("NoVerifySSLCert"). Make LLURLRequest::checkRootCertificate() set CURLOPT_SSL_VERIFYHOST as well as CURLOPT_SSL_VERIFYPEER. Make request() in llhttpclient.cpp (used by LLHTTPClient::getByteRange(), head(), get(), getHeaderOnly(), put(), post(), postRaw(), postFile(), del(), move()) pass LLCurl::getSSLVerify() to checkRootCertificate(), rather than constant 'true'. Make LLAppViewer::mainLoop() call LLCurl::setSSLVerify(! gSavedSettings.getBOOL("NoVerifySSLCert")) at the same time it calls LLCurl::setCAFile(), a comparable bit of static setup. | |||
| 2009-12-18 | Merge with viewer-2-0 | Dave Parks | |
| 2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
| 2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
| 2010-04-07 | merge from viewer-trunk | Tofu Linden | |
| 2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
| 2009-12-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
| 2009-12-14 | Merging in latest viewer 2 | Palmer Truelson | |
| 2009-12-10 | DEV-44138 About Land - Access tab - make AO overriden options clear | Soft Linden | |
| 2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
| 2010-02-26 | automated merge | Roxie Linden | |
| 2010-02-26 | automated merge | Roxie Linden | |
| 2010-02-25 | automated merge | Roxie Linden | |
| 2010-02-25 | automated merge from trunk | Roxie Linden | |
| 2009-12-07 | Merge of viewer 2 changes | Palmer | |
| 2009-12-07 | Another merge of include dependency cleanup work with viewer-2-0. | brad kittenbrink | |
| 2009-12-03 | Work around Linux viewer test program catch failure | Nat Goodspeed | |
| 2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
| I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
| 2009-11-28 | Migrated LLUUIDs and some float constants out of headers into .cpp files | James Cook | |
| Moved some functions with llinfos into .cpp files Linker optimizations, all | |||
| 2009-11-28 | De-inline virtual functions with llerrs to reduce link time. | James Cook | |
| 2009-11-28 | Fixed a typo in includes list. | James Cook | |
| 2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
| 2009-11-27 | Move sound id declarations to cpp file to reduce redundant linker symbols. | James Cook | |
| Cuts size of object files dramatically, often 100KB apiece. | |||
| 2009-11-25 | Merge of viewer 2 | Palmer Truelson | |
| 2009-11-23 | Fix for gcc warning | Steve Bennetts | |
| 2009-11-23 | Added reverse LLCacheName lookup. | Steve Bennetts | |
| 2009-11-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
| 2009-11-13 | Refactoring of llviewerprecompiledheaders.h to hopefully increase stability | brad kittenbrink | |
| and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve. | |||
| 2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
| and more mesh inventory type info | |||
| 2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
| with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
| 2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
| 2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
| 2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
| 2009-11-03 | For QAR-2014 : Sandbox for testing FolderTypes [VIEWER] | Loren Shih | |
| svn merge -r136068:136089 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/folder-types__merge__viewer2.0.0-3-r135948 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 Infrastructure changes for cleaning up Asset/Folder types. Associated sim changes are only so that the sim still compiles. | |||
| 2009-11-02 | Merge of viewer-2-0 changes | Palmer | |
| 2009-11-02 | Sync up with render-pipeline-7 ignore-dead-branch | David Parks | |
| 2009-10-22 | Fix broken test compile. | Nat Goodspeed | |
| It looks as though someone tried to reactivate the skip()ped test by replacing "google.com" with "linux.org" and deleting the skip() call. Unfortunately the edit went wrong: the instance of "google.com" in the skip() call was replaced, and the line declaring hostStr = "google.com" was deleted. Removing the local hostStr variable broke the compile. (Possible merge glitch?) On the above assumption, I commented out the skip() call, reinstated the hostStr declaration and replaced "google.com" with "linux.org" therein. | |||
| 2009-10-21 | merge | Steve Bennetts | |
| 2009-10-22 | Merging revisions 2146-2150 of ↵ | Steven Bennetts | |
| https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1752 EXT-1754 | |||
| 2009-10-20 | skip() failing test rather than silently commenting out | Nat Goodspeed | |
| 2009-10-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
| 2009-10-20 | Disabling dubious getHostName() test as explained in comments | Nat Goodspeed | |
| 2009-10-19 | merge | Steve Bennetts | |
| 2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |
| 2009-10-16 | DEV-41406 resurrect dead llpartdata test, turn it into a llmessage ↵ | Adam Moss | |
| integration test. | |||
| 2009-10-16 | DEV-41405 convert llxfer test to a llmessage integration test. | Adam Moss | |
| 2009-10-16 | DEV-41080 more automated testing love - minor comment fixing. | Adam Moss | |
