summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
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-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-07First efforts at getting the texture cache working. This isMonty Brandenberg
2012-06-07Lock/Mutex fixes, documentation, new resource wait state, dtor cleanupsMonty Brandenberg
2012-06-06I am getting really bad about adding files. For preceding commit.Monty 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-05Faster spin in worker thread when doing I/O and a priority bump needed when f...Monty Brandenberg
2012-06-02Stupid windows tricks.Monty Brandenberg
2012-06-02More platform fixes for linux/mac.Monty Brandenberg
2012-06-01MergeMonty Brandenberg
2012-06-01Do some work on BufferArray to make it a bit less naive aboutMonty Brandenberg
2012-06-01Another float/int issue and move the POST priority in line withMonty Brandenberg
2012-06-01Platform fixups Linux: unused variables, make error strings constant.Monty Brandenberg
2012-06-01Platform fixups: typedef for priority_queue, more specific comparator functor.Monty Brandenberg
2012-06-01Missed two instances of priority typed as 'float'. Became anMonty Brandenberg
2012-06-01Delete a file, edit cmakelists.txt.Monty Brandenberg
2012-06-01Major steps towards implementing the policy component.Monty Brandenberg
2012-05-23Integrate llcorehttp library into lltexturefetch design.Monty Brandenberg
2012-05-09Added correct libcurl initialization to the unit tests which makes Windows bu...Monty Brandenberg
2012-05-09Try to get some more correct curl init into the unit testing.Monty Brandenberg
2012-05-09Add more boost libs to the lib copy and manifest.Monty Brandenberg
2012-05-08And more boost library work.Monty Brandenberg
2012-05-08Okay, needed full version numbers.Monty Brandenberg
2012-05-08More linux work. Think I found the stager.Monty Brandenberg
2012-05-08Now trying to get linux working. libllcommon is picking up .soMonty Brandenberg
2012-05-08Unit test still giving me issues on the local windows system. Seems to be a ...Monty Brandenberg
2012-05-08Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointerMonty Brandenberg
2012-05-07Build llcorehttp as part of a viewer dependency with unit tests. This requiredMonty Brandenberg
2012-04-26Bring llcorehttp into the compile and link phases. Windows looks okay though...Monty Brandenberg
2012-04-25Another fix for Mac warnings. Uninitialized auto check. Not anMonty Brandenberg
2012-04-25Build tweak for linux which has the same boost/unused variableMonty Brandenberg
2012-04-25Get Mac building. Unused variable in boost and missing returnMonty Brandenberg
2012-04-23And forgot the .cmake library file.Monty Brandenberg
2012-04-23Okay, imported the core-http library and got it compiling suspiciously easily.Monty Brandenberg