Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
2010-04-07 | merge from viewer-trunk | Tofu Linden | |
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-22 | EOL added. | Palmer | |
2010-07-22 | EXT-7145 - Handle http redirects in viewer properly. Didn't work before. | Palmer | |
Reviewed by Bao and Babbage | |||
2010-07-26 | (hairy) merge from viewer-release | Tofu Linden | |
2010-06-28 | EXT-7498 WIP Snapshot Sharing | Aimee Linden | |
Reviewed by Tofu. | |||
2010-06-15 | Merged from viewer-release | Dessie Linden | |
2010-06-14 | Merge. | brad kittenbrink | |
2010-06-14 | FIX EXT-7857 - c-ares library initialization was skipping a new step. | brad kittenbrink | |
2010-06-14 | EXT-7855 FIXED Memory leak in llmessage/llhttpclient.cpp | Lynx Linden | |
We now free the fileBuffer when we're done in VFileInjector::process_impl() | |||
2010-06-14 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with ↵ | brad kittenbrink | |
mac/linux and potentially improve EXT-7032 behavior. | |||
2010-06-07 | merge from viewer-public | Tofu Linden | |
2010-06-07 | merge backout | Tofu Linden | |
2010-06-07 | EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture. | Tofu Linden | |
Backed out changeset e6feef9704cf to re-introduce Bao's fix | |||
2010-05-28 | merge from viewer-public | Tofu Linden | |
2010-05-24 | Static VFS cache tracing | Brad Payne (Vir Linden) | |
2010-05-24 | merge from viewer-public | Tofu Linden | |
2010-05-24 | Backed out changeset 57e00f7d4d4f | Tofu Linden | |
(was: EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture.) This was causing osx/linux build failure. | |||
2010-05-22 | merge from viewer-public | Tofu Linden | |
2010-05-18 | EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture. | Xiaohong Bao | |
2010-05-12 | merge from viewer-public | Tofu Linden | |
2010-05-10 | Automated Merge | Roxie Linden | |
2010-05-05 | merge from viewer-public | Tofu Linden | |
2010-05-04 | DEV-49633 WIP LLHTTPClient calls responders with headers _before_ body | James Cook | |
2010-04-21 | Automated merge | Roxie Linden | |
2010-04-21 | merge from viewer-trunk | Tofu Linden | |
2010-04-20 | merge from viewer-trunk | Tofu Linden | |
2010-04-19 | automated merge with trunk | Roxie Linden | |
2010-04-15 | merge from viewer-trunk | Tofu Linden | |
2010-04-07 | Automated merge | Roxie Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
2009-12-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
2009-12-10 | DEV-44138 About Land - Access tab - make AO overriden options clear | Soft Linden | |
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2009-12-07 | Another merge of include dependency cleanup work with viewer-2-0. | brad kittenbrink | |
2009-12-03 | Work around Linux viewer test program catch failure | Nat Goodspeed | |
2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
2009-11-28 | Migrated LLUUIDs and some float constants out of headers into .cpp files | James Cook | |
Moved some functions with llinfos into .cpp files Linker optimizations, all | |||
2009-11-28 | De-inline virtual functions with llerrs to reduce link time. | James Cook | |
2009-11-28 | Fixed a typo in includes list. | James Cook | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |