summaryrefslogtreecommitdiff
path: root/indra/llmessage/llproxy.cpp
AgeCommit message (Expand)Author
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2020-07-21Merge branch 'master' into DRTVWR-513-maintAndrey Lihatskiy
2020-05-29SL-13348 Thread crashing singleton #1Andrey Kleshchev
2020-03-25[DRTVWR-476] - fix compiler errors 32 bit windows buildAnchor
2019-09-10Merged in lindenlab/viewer-releaseandreykproductengine
2019-09-04DRTVWR-493 Do not recreate proxy only to destroy itandreykproductengine
2019-01-14SL-10291 Replace apr_mutex with standard C++11 functionalityandreykproductengine
2019-04-17SL-2797 SOCKS5 not working reliablyandreykproductengine
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-15MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp libRider Linden
2015-09-14MAINT-5507: Removal of sdrpc client/serverRider Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-01-08SH-3468 WIP add memory tracking base classRichard Linden
2013-01-06SH-3468 WIP add memory tracking base classRichard Linden
2011-10-14b782a75c99e6 backout cleanupDave Parks
2011-09-08LLProxy: Moved the enabling of the UDP proxy back into startSOCKSProxy()Logan Dethrow
2011-09-07Merge. Fixed issue with LLProxy code related to changes to the LLSocket inter...Logan Dethrow
2011-09-06Renamed LLCurl::check_curl_code() and LLCurl::check_curl_multi_code() to prev...Logan Dethrow
2011-09-06LLProxy code review fixes.Logan Dethrow
2011-09-01LLProxy start of code review cleanup.Logan Dethrow
2011-08-31MergeXiaohong Bao
2011-08-08LLProxy cleanup.Logan Dethrow
2011-08-04LLProxy: Added another attempt to download gpu and feature tables after succe...Logan Dethrow
2011-08-02LLProxy cleanup.Logan Dethrow
2011-08-02Proxy: Improved mutex usage in LLProxy. Introduced an LLAtomic member to trac...Logan Dethrow
2011-07-29STORM-1112 Input sanitization of proxy options.Logan Dethrow
2011-07-28Proxy cleanup in llstartup.cpp and llproxy.cpp.Logan Dethrow
2011-07-21STORM-1112 Protected LLProxy members during cross-thread calls to LLProxy::ap...Logan Dethrow
2011-07-19STORM-1112 Added LLProxy::applyProxySettings() to apply proxy settings to cur...Logan Dethrow
2011-07-13Code cleanup for the SOCKS 5 proxy viewer.Logan Dethrow
2011-07-06Changed lllog messages in llproxy.cpp to new macros.Logan Dethrow
2011-07-05STORM-1112 Fixed crash on quit. Other minor fixes:Logan Dethrow
2011-06-28STORM-1112 More cleanup of SOCKS 5 proxy code.Logan Dethrow