Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-09 | Backed out changeset fafd857891b1 | Dave Parks | |
2011-12-08 | fix for build error (warning for unreachable code) | Richard Linden | |
2011-12-05 | fix for sh-2738: Texture fetching freezes due to LLcurl | Xiaohong Bao | |
2011-12-01 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-11-29 | fix a mac build error: a friend declaration issue. | Xiaohong Bao | |
2011-11-29 | merge | Dave Parks | |
2011-11-21 | fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter() | Xiaohong Bao | |
sh-2602: [crashhunters] crash on exit in ~LLPumpIO() | |||
2011-11-17 | LLSD-14: Bring over llsd.{h,cpp} enhancements from server-trunk. | Nat Goodspeed | |
Because new enum values have been added to the LLSD type field, a few external switch statements must be adjusted to suppress fatal warnings, even though we never expect to encounter an LLSD instance containing any of the new values. | |||
2011-11-15 | merge | Dave Parks | |
2011-11-02 | merge | Dave Parks | |
2011-10-26 | Merge STORM-959 | niel@nirvana-win7hp.planescape.home | |
2011-10-19 | merge | Dave Parks | |
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |
2011-10-14 | b782a75c99e6 backout cleanup | Dave Parks | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-10-05 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-09-28 | SH-2276 Remove some log spam to alleviate stalls on login. | Dave Parks | |
2011-09-19 | SH-2445 Potential fix for crash in LLCurl::Multi::~Multi -- lock sMultiMutex ↵ | Dave Parks | |
around curl_multi_ calls in LLCurl::Multi destructor | |||
2011-09-14 | Trying to fix Mac build issue | Brad Payne (Vir Linden) | |
2011-09-13 | STORM-1562 Potential fix for crash in LLCurl::run -- don't run ↵ | Dave Parks | |
curl_multi_perform from multiple threads simultaneously. | |||
2011-09-08 | LLProxy: Moved the enabling of the UDP proxy back into startSOCKSProxy() | Logan Dethrow | |
2011-09-07 | Merge. Fixed issue with LLProxy code related to changes to the LLSocket ↵ | Logan Dethrow | |
interface. | |||
2011-09-06 | Renamed LLCurl::check_curl_code() and LLCurl::check_curl_multi_code() to ↵ | Logan Dethrow | |
prevent ambiguous name build error. | |||
2011-09-06 | LLProxy code review fixes. | Logan Dethrow | |
* Removed check_curl_code and check_curl_multi_code from the global namespace. * Added comments documenting which thread the public methods of LLProxy should be called from. * Corrected grammar in LLSingleton.h * Fixed a buffer scope problem in llpacketring.cpp. | |||
2011-09-01 | LLProxy start of code review cleanup. | Logan Dethrow | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-18 | Backed out revision cbc793dcd3db to disable libcurl verbose logging. | Logan Dethrow | |
2011-08-16 | Backed out changeset 694594710de2 | Logan Dethrow | |
2011-08-15 | Backed out rev 42d5f5df0a6a. Code was apparently needed afterall. | Logan Dethrow | |
2011-08-15 | Back out later: Turned on curl verbose logging for debugging purposes. | Logan Dethrow | |
2011-08-15 | LLProxy: Removed unneeded call to LLProxy::applyProxySettings, since it was ↵ | Logan Dethrow | |
already being called. | |||
2011-08-12 | merge | Logan Dethrow | |
2011-08-09 | merge changes for storm-1186 | Oz Linden | |
2011-08-08 | merge | Logan Dethrow | |
2011-08-08 | LLProxy cleanup. | Logan Dethrow | |
Made the socks proxy start first in llstartup.cpp Moved initialization of the proxy to before the HTTP table fetch Added Doxygen comments to LLProxy methods. Removed call to applyProxySettings in llxmlrpctransaction.cpp since the ctor of LLCurlEasyRequest will apply the proxy settings. | |||
2011-08-04 | LLProxy: Added another attempt to download gpu and feature tables after ↵ | Logan Dethrow | |
successfully setting up a proxy. Other minor changes: Clarified why we are using SOCKS5 as the "grid" argument to store proxy credentials. Added class wide logging to the LLProxy class. | |||
2011-08-02 | LLProxy cleanup. | Logan Dethrow | |
* Removed early returns in LLStartup::handleSocksProxy * Corrected some cases that would result in handleSocksProxy not being called again during login if settings changed * Allowed for short replies in tcp_handshake in LLProxy.cpp * Renamed LLProxy::isEnabled() to LLProxy::isSocksProxyEnabled() to clarify its use. | |||
2011-08-02 | SH-2183 Thread local storage initialization is unreliable. | Dave Parks | |
2011-08-02 | SH-2183 Only apply multi-threaded curl on the main thread. | Dave Parks | |
2011-08-02 | Proxy: Improved mutex usage in LLProxy. Introduced an LLAtomic member to ↵ | Logan Dethrow | |
track the status of the http proxy that can be checked without locking a mutex. | |||
2011-08-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl | |||
2011-08-01 | STORM-1186 FIXED Removed the "no mCurrentRMessageTemplate" warning message. | Vadim ProductEngine | |
The mCurrentRMessageTemplate member seems to only be non-NULL for a short while after an incoming message was validated and parsed, thus there is no guarantee that we can obtain name of the last received message at any given time. So if we can't we'll simply return an empty string without spamming the log with warnings. | |||
2011-07-29 | STORM-1112 Input sanitization of proxy options. | Logan Dethrow | |
2011-07-28 | Proxy cleanup in llstartup.cpp and llproxy.cpp. | Logan Dethrow | |
2011-07-28 | Merge | Logan Dethrow | |
2011-07-28 | SH-2183 Fix for multi-threaded curl not playing nice with mesh upload. | Dave Parks | |
2011-07-25 | merging latest viewer-development to mesh merge candidate. | Nyx (Neal Orman) | |
2011-07-22 | SH-2031 Fix for sometimes deadlocking a curl thread. | Dave Parks | |