summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.cpp
AgeCommit message (Expand)Author
2012-01-25Introduce two new parameters "CurlUseMultipleThreads" and "CurlRequestTimeOut...Xiaohong Bao
2012-01-25fix for SH-2904: textures remain stuck in HTP stateXiaohong Bao
2012-01-20fix for SH-2823 and SH-2824: LLCurl crash inside LLBufferArray::countAfter() ...Xiaohong Bao
2012-01-17add more exception handlings for llcurl fix.Xiaohong Bao
2012-01-12trivial: fix a mac build error.Xiaohong Bao
2012-01-12fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory cr...Xiaohong Bao
2012-01-04mergeBrad Payne (Vir Linden)
2011-12-20add mutex to protect curl_multi-init()Xiaohong Bao
2011-12-20more tuning of llcurl code targeting crashes like SH-2777.Xiaohong Bao
2011-12-20more tuning of llcurl code targeting crashes like SH-2777.Xiaohong Bao
2011-12-19SH-2738 Don't lock unless we really need toDave Parks
2011-12-19SH-2738 Don't lock unless we really need toDave Parks
2011-12-19SH-2738 Add comment documenting need to not make main thread wait on curl_mul...Dave Parks
2011-12-15fix for SH-2738 and SH-2777, might also help SH-2723: heap corruptionXiaohong Bao
2011-12-15fix for SH-2738 and SH-2777, might also help SH-2723: heap corruptionXiaohong Bao
2011-12-12mergeBrad Payne (Vir Linden)
2011-12-09Backed out changeset fafd857891b1Dave Parks
2011-12-05mergeDave Parks
2011-12-05SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while occl...Dave Parks
2011-12-05fix for sh-2738: Texture fetching freezes due to LLcurlXiaohong Bao
2011-11-29fix a mac build error: a friend declaration issue.Xiaohong Bao
2011-11-21fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter()Xiaohong Bao
2011-10-14b782a75c99e6 backout cleanupDave Parks
2011-10-14Merge backout of b782a75c99e6Dave Parks
2011-10-14Backed out changeset b782a75c99e6Dave Parks
2011-09-19SH-2445 Potential fix for crash in LLCurl::Multi::~Multi -- lock sMultiMutex ...Dave Parks
2011-09-13STORM-1562 Potential fix for crash in LLCurl::run -- don't run curl_multi_per...Dave Parks
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-18Backed out revision cbc793dcd3db to disable libcurl verbose logging.Logan Dethrow
2011-08-15Back out later: Turned on curl verbose logging for debugging purposes.Logan Dethrow
2011-08-08mergeLogan Dethrow
2011-08-02SH-2183 Thread local storage initialization is unreliable.Dave Parks
2011-08-02SH-2183 Only apply multi-threaded curl on the main thread.Dave Parks
2011-08-01SH-2183 Add a debug setting to control whether or not to use multiple threads...Dave Parks
2011-07-28MergeLogan Dethrow
2011-07-28SH-2183 Fix for multi-threaded curl not playing nice with mesh upload.Dave Parks
2011-07-25merging latest viewer-development to mesh merge candidate.Nyx (Neal Orman)
2011-07-22SH-2031 Fix for sometimes deadlocking a curl thread.Dave Parks
2011-07-22SH-2031 Cleanup from threaded curl implementation (remove errors/loops on shu...Dave Parks
2011-07-21SH-2031 Followup to curl threading work -- don't start and stop the thread on...Dave Parks
2011-07-21SH-2031 Don't do network I/O from the main thread in llcurl.Dave Parks
2011-07-19STORM-1112 Added LLProxy::applyProxySettings() to apply proxy settings to cur...Logan Dethrow
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-07-13Code cleanup for the SOCKS 5 proxy viewer.Logan Dethrow
2011-07-13STORM-1112 Fixed network buffers that need to have space for the SOCKS proxy ...Logan Dethrow
2011-06-28STORM-1112 More cleanup of SOCKS 5 proxy code.Logan Dethrow