summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2012-07-10SH-3244 Syscall avoidance in HttpRequest::update() methodMonty Brandenberg
2012-07-10SH-3276 Handle 416 status back from texture fetches as okay.Monty Brandenberg
2012-07-09Take body size as the reply size when Content-Range header isn't available.Monty Brandenberg
2012-07-09Safe implementation of the HTTP resource waiter release method.Monty Brandenberg
2012-07-09Rework the 'sleep' logic in the test HTTP server so that theMonty Brandenberg
2012-07-09SH-3187 Issue smarter 'Range' requests for textures.Monty Brandenberg
2012-07-07SH-3185 Fill in some FIXME/TODO casesMonty Brandenberg
2012-07-06Odd that this was accepted by VS2010. It clearly wasn't right.Monty Brandenberg
2012-07-06Experiment with ignoring priority in the library. Let upper layersMonty Brandenberg
2012-07-06SH-3222 Slow loading textures on Lag Me 1Monty Brandenberg
2012-07-04Example program needs to set Accept: header to talk to Caps router.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-07-02Dos-to-unix line ending conversion.Monty Brandenberg
2012-07-02Merge 3.3.3 release with Drano HTTP library at 3.3.0Monty 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-22SH-3177, SH-3180 std::iostream and LLSD serialization for BufferArray objects.Monty Brandenberg
2012-06-22Always another platform build fix. Mac this time.Monty Brandenberg
2012-06-21Preparing for better shutdown/cleanup logic.Monty Brandenberg
2012-06-21Compiler warning fix on linux.Monty Brandenberg
2012-06-21SH-3177 Add streambuf/iostream adapters to BufferArray object.Monty 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-18Tidy Texture Console, add cache & resource wait stats, issue stats line to lo...Monty Brandenberg
2012-06-18Move dtors for refcounted objects to protected access.Monty Brandenberg
2012-06-16Add metrics gathering utils for Mac OS X. All platforms have useful numbers ...Monty Brandenberg
2012-06-16Implement metrics collection for Linux. Next: Mac OS X.Monty Brandenberg
2012-06-16First round of basic tuning work (shorter sleeps, larger BufferArray blocks).Monty Brandenberg
2012-06-15Fix for linux/mac builds.Monty Brandenberg
2012-06-15Ported example (freestanding) program to drive API & generate performance num...Monty Brandenberg
2012-06-14LLMutex recursive lock, global & per-request tracing, simple GET request, LLP...Monty Brandenberg
2012-06-13Restore original priority scheme of LOW/HIGH.Monty Brandenberg
2012-06-12Really need to figure out the 'static const' problem on Windows.Monty Brandenberg
2012-06-12HTTP Proxy, PUT & POST, unit tests and refactoring.Monty Brandenberg
2012-06-12Convert _refcounted.h over to using LLAtomic32<>.Monty Brandenberg
2012-06-11Bring in the testrunner/http server scaffold for better integration testing.Monty Brandenberg
2012-06-11Convert BufferArray interfaces to void * (not char *). HttpRequest::update()...Monty Brandenberg
2012-06-11Refactoring of the request completion thread and removal of 206/content-range...Monty Brandenberg
2012-06-11Unit test fixups. Mac/Linux detect memory leak due to llwarns, try/catch cle...Monty Brandenberg
2012-06-08Implemented HTTP retry for requests. Went in rather easily whichMonty Brandenberg
2012-06-08SH-3153 FIXBrad Payne (Vir Linden)
2012-06-08Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-httpMonty Brandenberg
2012-06-08Limit libcurl's DNS resolution to IPV4 addresses for now. CallersMonty Brandenberg
2012-06-08merge changes for DRTVWR-162Oz Linden
2012-06-07First efforts at getting the texture cache working. This isMonty Brandenberg
2012-06-07Lock/Mutex fixes, documentation, new resource wait state, dtor cleanupsMonty Brandenberg