Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llerror.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llimprocessing.cpp # indra/newview/llviewerjoystick.cpp | |||
2020-05-29 | SL-13348 Thread crashing singleton #1 | Andrey Kleshchev | |
2020-03-25 | [DRTVWR-476] - fix compiler errors 32 bit windows build | Anchor | |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-09-04 | DRTVWR-493 Do not recreate proxy only to destroy it | andreykproductengine | |
2019-01-14 | SL-10291 Replace apr_mutex with standard C++11 functionality | andreykproductengine | |
2019-04-17 | SL-2797 SOCKS5 not working reliably | andreykproductengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-09-14 | MAINT-5507: Removal of sdrpc client/server | Rider Linden | |
MAINT-5507: removal of LLCurl::Easy, LLCurl::Multi LLCurl::Responder | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
more fixes for unit test crashes added llcommon initialization/teardown for unit tests that indirectly trigger lltrace changed access of atomic refcount to use preincrement/decrement operators to reflect desired semantics always call apr_initialize in LLCommon::initClass, even if already initialized...apr does internal reference counting to keep things straight | |||
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2011-10-14 | b782a75c99e6 backout cleanup | Dave Parks | |
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-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 | 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-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-21 | STORM-1112 Protected LLProxy members during cross-thread calls to ↵ | Logan Dethrow | |
LLProxy::applyProxySettings() | |||
2011-07-19 | STORM-1112 Added LLProxy::applyProxySettings() to apply proxy settings to ↵ | Logan Dethrow | |
curl handles. Added call to that function everywhere curl handles are created in the viewer. | |||
2011-07-13 | Code cleanup for the SOCKS 5 proxy viewer. | Logan Dethrow | |
2011-07-06 | Changed lllog messages in llproxy.cpp to new macros. | Logan Dethrow | |
2011-07-05 | STORM-1112 Fixed crash on quit. Other minor fixes: | Logan Dethrow | |
* Reordered HTTP proxy choices in settings dialog * Now using setBlocking and setNonBlocking LLSocket methods during TCP handshakes. * Made those LLSocket methods available outside the class. | |||
2011-06-28 | STORM-1112 More cleanup of SOCKS 5 proxy code. | Logan Dethrow | |
Renamed llsocks5.cpp to llproxy.cpp. |