Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-04 | merge | Brad Payne (Vir Linden) | |
2011-12-20 | add mutex to protect curl_multi-init() | Xiaohong Bao | |
2011-12-20 | more tuning of llcurl code targeting crashes like SH-2777. | Xiaohong Bao | |
2011-12-20 | more tuning of llcurl code targeting crashes like SH-2777. | Xiaohong Bao | |
2011-12-19 | SH-2738 Don't lock unless we really need to | Dave Parks | |
2011-12-19 | SH-2738 Don't lock unless we really need to | Dave Parks | |
2011-12-19 | SH-2738 Add comment documenting need to not make main thread wait on ↵ | Dave Parks | |
curl_multi_perform | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-12 | merge | Brad Payne (Vir Linden) | |
2011-12-09 | Backed out changeset fafd857891b1 | Dave Parks | |
2011-12-05 | merge | Dave Parks | |
2011-12-05 | SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while ↵ | Dave Parks | |
occlusion queries from previous frame are still pending and perform texture decode work. | |||
2011-12-05 | fix for sh-2738: Texture fetching freezes due to LLcurl | Xiaohong Bao | |
2011-11-29 | fix a mac build error: a friend declaration issue. | Xiaohong Bao | |
2011-11-21 | fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter() | Xiaohong Bao | |
sh-2602: [crashhunters] crash on exit in ~LLPumpIO() | |||
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-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-13 | STORM-1562 Potential fix for crash in LLCurl::run -- don't run ↵ | Dave Parks | |
curl_multi_perform from multiple threads simultaneously. | |||
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-15 | Back out later: Turned on curl verbose logging for debugging purposes. | Logan Dethrow | |
2011-08-08 | merge | Logan Dethrow | |
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-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl | |||
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 | |
2011-07-22 | SH-2031 Cleanup from threaded curl implementation (remove errors/loops on ↵ | Dave Parks | |
shutdown). | |||
2011-07-21 | SH-2031 Followup to curl threading work -- don't start and stop the thread ↵ | Dave Parks | |
on every request, use a signal (cuts time spent in Pump IO down from 1-2 ms to 0.1ms) | |||
2011-07-21 | SH-2031 Don't do network I/O from the main thread in llcurl. | Dave Parks | |
Reviewed by Kelly | |||
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-15 | Merge from viewer-development | Xiaohong Bao | |
2011-07-13 | Code cleanup for the SOCKS 5 proxy viewer. | Logan Dethrow | |
2011-07-13 | STORM-1112 Fixed network buffers that need to have space for the SOCKS proxy ↵ | Logan Dethrow | |
header. | |||
2011-06-28 | STORM-1112 More cleanup of SOCKS 5 proxy code. | Logan Dethrow | |
Renamed llsocks5.cpp to llproxy.cpp. | |||
2011-06-21 | Refactored SOCKS 5 handshake to use existing LLSocket class. | Logan Dethrow | |
2011-06-20 | fix for SH-1870: can not upload book_collection_1.dae when include textures | Xiaohong Bao | |
2011-06-08 | Merged STORM-1112 with viewer-development. Fixed license in socks5.cpp and ↵ | Logan Dethrow | |
socks5.h. | |||
2011-05-12 | merge | Dave Parks | |
2011-05-04 | EXP-772 -- Log in failure, keeps saying DNS cannot resolve hostname. | Leslie Linden | |
No real progress on this Jira yet but Mac build was not properly reporting the CURL error string. This check-in fixes that. So far, I have backed out URL related changes between 2.6.2 and 2.6.3 without any change in behavior. Unsure how to proceed next although comparing libcares and libcurl builds between 2.6.2 and 2.6.3 seems like it could be the next logical step. Users experiencing the problem can go back to vewere 2.6.2 or adjust DNS settings to use the google free DNS servers 8.8.8.8 and 8.8.4.4 which should allow them to work around the problem. Reviewed by Richard. | |||
2011-03-28 | VWR-20801 Implement SOCKS 5 Proxy for the viewer | Robin Cornelius | |