summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httppolicy.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
2022-04-15SL-17219 WIP - Texture pipeline overhaulDave Parks
2017-10-11Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-08-08MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes.Rider Linden
2017-07-28MAINT-7634: Move StatsAccumulator into llcommon, collect data sent and error ...Rider Linden
2017-07-24MAINT-7495 Viewer retries too many time apon 504 from login.cgiandreykproductengine
2016-04-04merge with 4.0.3-releaseOz Linden
2016-02-19MAINT-6137: Re enable pipelining by default, use new version of CURL (7.47) w...Rider Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-16MAINT-5271: Converted internal pointers to internal operation to managed shar...Rider Linden
2014-10-10MAINT-4564 HTTP Pipelining is not happening in Drano HTTP Phase 4Monty Brandenberg
2014-08-12Better support for dynamic option changes in llcorehttp. Libcurl hasMonty Brandenberg
2014-06-23First HTTP pipelining viewer. Enable pipelining forMonty Brandenberg
2013-10-04Merge. Pull in viewer-release after 3.6.7 release.Monty Brandenberg
2013-09-11SH-4490 More 'humane' error code presentation from llcorehttp callersMonty Brandenberg
2013-08-19Add 'internal'/'external' token to DEBUG retry message so that dev/QAMonty Brandenberg
2013-08-16SH-4407 Tuning to get new code working as well.Monty Brandenberg
2013-07-30SH-4371 Reduce 22mS inter-connection latency.Monty Brandenberg
2013-07-29Reduce HTTP request retry log spam. Thought I'd done this in anMonty Brandenberg
2013-07-12SH-4312 Configuration data between viewer and llcorehttp is clumsy.Monty Brandenberg
2013-06-20SH-4257 Preparation for a new cap grant: GetMesh2Monty Brandenberg
2013-05-09Merge downstream code and viewer-betasimon
2013-05-06BUG-2295/MAINT-2624 unexpected crash around Content-Range: header processingMonty Brandenberg
2013-06-19SH-4252 Add second policy class for large mesh asset downloadsMonty Brandenberg
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-01SH-3308 Beef up retry messaging.Monty Brandenberg
2012-07-23Big comment and naming cleanup. Ready for prime-time.Monty Brandenberg
2012-07-03Add CURLE_SEND_ERROR and CURLE_RECV_ERROR to the set of retryable errors.Monty Brandenberg
2012-07-03More integration work for texture fetch timeouts.Monty Brandenberg
2012-06-26SH-3184/SH-3221 More work on cleanup with better unit test work and more agg...Monty Brandenberg
2012-06-23SH-3184/SH-3221 Improve cleanup, destructor, thread termination, etc. logic ...Monty Brandenberg
2012-06-22This sets down the groundwork for dynamic policy classes.Monty Brandenberg
2012-06-19Cleanup: move magic nubmers to new _httpinternal.h header file.Monty Brandenberg
2012-06-14LLMutex recursive lock, global & per-request tracing, simple GET request, LLP...Monty Brandenberg
2012-06-12HTTP Proxy, PUT & POST, unit tests and refactoring.Monty Brandenberg
2012-06-11Refactoring of the request completion thread and removal of 206/content-range...Monty Brandenberg
2012-06-08Implemented HTTP retry for requests. Went in rather easily whichMonty Brandenberg
2012-06-06Policy + caching fixes + https support + POST workingMonty Brandenberg
2012-06-01Missed two instances of priority typed as 'float'. Became anMonty Brandenberg
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-04-23Okay, imported the core-http library and got it compiling suspiciously easily.Monty Brandenberg