summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpoprequest.cpp
AgeCommit message (Expand)Author
2013-07-08Found the memory corruptor. String trimmer didn't have a validMonty Brandenberg
2013-06-20SH-4257 Preparation for a new cap grant: GetMesh2Monty Brandenberg
2013-05-21mergeBrad Payne (Vir Linden)
2013-05-09Merge downstream code and viewer-betasimon
2013-05-06BUG-2295/MAINT-2624 unexpected crash around Content-Range: header processingMonty Brandenberg
2013-04-29BUG-2295/MAINT-2624 [FIXED] Crash in HttpOpRequest::stageFromActive w/ Conten...Monty Brandenberg
2013-04-25Revert ares and libcurl version update that was causing problems, revise curlsimon
2013-04-15SH-4106 Significantly upgrade the HttpHeaders interface for SSB.Monty Brandenberg
2013-06-19SH-4252 Add second policy class for large mesh asset downloadsMonty Brandenberg
2013-04-15SH-4106 Significantly upgrade the HttpHeaders interface for SSB.Monty Brandenberg
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-13Merging LLCURL::Responder changes with CHUI changes. Fixed gcc 4.6 compile f...Don Kjer
2013-03-13Large changes to the LLCurl::Responder API, as well as pulling in some change...Don Kjer
2013-02-28Improve curl/ares init behavior by duping handles instead of calling easy_initGraham Madarasz (Graham)
2012-12-21SH-3331 Fix incorrect overrun message when sending body with HTTPMonty Brandenberg
2012-07-23Big comment and naming cleanup. Ready for prime-time.Monty Brandenberg
2012-07-16SH-3241 Validate header correctness, SH-3243 more unit testsMonty Brandenberg
2012-07-16SH-3189 Remove/improve naive data structuresMonty Brandenberg
2012-07-11SH-3240 Capture Content-Type and Content-Encoding headers.Monty Brandenberg
2012-07-07SH-3185 Fill in some FIXME/TODO casesMonty Brandenberg
2012-07-06SH-3222 Slow loading textures on Lag Me 1Monty Brandenberg
2012-06-20SH-3181 More interface options for API. Also includes returned headers.Monty Brandenberg
2012-06-19When a Content-Range header is received, make available the full triplet of <...Monty Brandenberg
2012-06-19Cleanup: move magic nubmers to new _httpinternal.h header file.Monty Brandenberg
2012-06-19Implement timeout and retry count options for requests.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-05Format/data type mismatch lead to a 'Range: bytes=0-0' header which gave me 1...Monty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty 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-05-23Integrate llcorehttp library into lltexturefetch design.Monty Brandenberg
2012-05-07Build llcorehttp as part of a viewer dependency with unit tests. This requiredMonty Brandenberg
2012-04-25Another fix for Mac warnings. Uninitialized auto check. Not anMonty Brandenberg
2012-04-23Okay, imported the core-http library and got it compiling suspiciously easily.Monty Brandenberg