Age | Commit message (Expand) | Author |
2012-06-15 | Ported example (freestanding) program to drive API & generate performance num... | Monty Brandenberg |
2012-06-14 | LLMutex recursive lock, global & per-request tracing, simple GET request, LLP... | Monty Brandenberg |
2012-06-13 | Restore original priority scheme of LOW/HIGH. | Monty Brandenberg |
2012-06-12 | Really need to figure out the 'static const' problem on Windows. | Monty Brandenberg |
2012-06-12 | HTTP Proxy, PUT & POST, unit tests and refactoring. | Monty Brandenberg |
2012-06-12 | Convert _refcounted.h over to using LLAtomic32<>. | Monty Brandenberg |
2012-06-11 | Bring in the testrunner/http server scaffold for better integration testing. | Monty Brandenberg |
2012-06-11 | Convert BufferArray interfaces to void * (not char *). HttpRequest::update()... | Monty Brandenberg |
2012-06-11 | Refactoring of the request completion thread and removal of 206/content-range... | Monty Brandenberg |
2012-06-11 | Unit test fixups. Mac/Linux detect memory leak due to llwarns, try/catch cle... | Monty Brandenberg |
2012-06-08 | Implemented HTTP retry for requests. Went in rather easily which | Monty Brandenberg |
2012-06-08 | Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-http | Monty Brandenberg |
2012-06-08 | Limit libcurl's DNS resolution to IPV4 addresses for now. Callers | Monty Brandenberg |
2012-06-07 | First efforts at getting the texture cache working. This is | Monty Brandenberg |
2012-06-07 | Lock/Mutex fixes, documentation, new resource wait state, dtor cleanups | Monty Brandenberg |
2012-06-06 | I am getting really bad about adding files. For preceding commit. | Monty Brandenberg |
2012-06-06 | Policy + caching fixes + https support + POST working | Monty Brandenberg |
2012-06-05 | Format/data type mismatch lead to a 'Range: bytes=0-0' header which gave me 1... | Monty Brandenberg |
2012-06-05 | Faster spin in worker thread when doing I/O and a priority bump needed when f... | Monty Brandenberg |
2012-06-02 | Stupid windows tricks. | Monty Brandenberg |
2012-06-02 | More platform fixes for linux/mac. | Monty Brandenberg |
2012-06-01 | Merge | Monty Brandenberg |
2012-06-01 | Do some work on BufferArray to make it a bit less naive about | Monty Brandenberg |
2012-06-01 | Another float/int issue and move the POST priority in line with | Monty Brandenberg |
2012-06-01 | Platform fixups Linux: unused variables, make error strings constant. | Monty Brandenberg |
2012-06-01 | Platform fixups: typedef for priority_queue, more specific comparator functor. | Monty Brandenberg |
2012-06-01 | Missed two instances of priority typed as 'float'. Became an | Monty Brandenberg |
2012-06-01 | Delete a file, edit cmakelists.txt. | Monty Brandenberg |
2012-06-01 | Major steps towards implementing the policy component. | Monty Brandenberg |
2012-05-23 | Integrate llcorehttp library into lltexturefetch design. | Monty Brandenberg |
2012-05-09 | Added correct libcurl initialization to the unit tests which makes Windows bu... | Monty Brandenberg |
2012-05-09 | Try to get some more correct curl init into the unit testing. | Monty Brandenberg |
2012-05-09 | Add more boost libs to the lib copy and manifest. | Monty Brandenberg |
2012-05-08 | And more boost library work. | Monty Brandenberg |
2012-05-08 | Okay, needed full version numbers. | Monty Brandenberg |
2012-05-08 | More linux work. Think I found the stager. | Monty Brandenberg |
2012-05-08 | Now trying to get linux working. libllcommon is picking up .so | Monty Brandenberg |
2012-05-08 | Unit test still giving me issues on the local windows system. Seems to be a ... | Monty Brandenberg |
2012-05-08 | Okay, got Mac building with Boost 1.48. Unit tests needed NULL pointer | Monty Brandenberg |
2012-05-07 | Build llcorehttp as part of a viewer dependency with unit tests. This required | Monty Brandenberg |
2012-04-26 | Bring llcorehttp into the compile and link phases. Windows looks okay though... | Monty Brandenberg |
2012-04-25 | Another fix for Mac warnings. Uninitialized auto check. Not an | Monty Brandenberg |
2012-04-25 | Build tweak for linux which has the same boost/unused variable | Monty Brandenberg |
2012-04-25 | Get Mac building. Unused variable in boost and missing return | Monty Brandenberg |
2012-04-23 | And forgot the .cmake library file. | Monty Brandenberg |
2012-04-23 | Okay, imported the core-http library and got it compiling suspiciously easily. | Monty Brandenberg |
2012-02-29 | merge changes for vmrg-231 | Oz Linden |
2012-02-29 | merge changes for sh-2963 | Oz Linden |
2012-02-28 | EXP-1888 FIX Update text for emtpy Received Items folder in the Viewer | Richard Linden |
2012-02-21 | merge changes for SH-2973 | Oz Linden |