Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | MAINT-6066 crash in LLTransferSource::getID() | andreykproductengine | |
2016-01-20 | MAINT-6066 crash in LLTransferSource::getID() | andreykproductengine | |
2015-10-20 | silly typo that builds on windows - this fixes mac/linux builds | callum_linden | |
2015-10-20 | MAINT-5711 FIX2 auto login for profiles - final part retrieves the URL to ↵ | callum_linden | |
set cookie for from the message sent over by login.cgi | |||
2015-08-04 | Merge viewer-release and become version 3.8.3 | AndreyL ProductEngine | |
2015-07-30 | MAINT-5430 Crash LLAssetStorage::downloadCompleteCallback | andreykproductengine | |
2015-07-14 | merge 3.8.0-release and correct xml errors caused by reformatting | Oz Linden | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-04-15 | Merge viewer-release | simon | |
2015-04-14 | Pull merge from lindenlab/viewer-tools-update (includes viewer-release) | Merov Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-09 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-02 | detect xml errors in parsing xml files and remove those files | Oz Linden | |
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-23 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-01-23 | Explain why LLHost::setHostByName() / getHostName() test skipped. | Nat Goodspeed | |
A skip() stating that we don't yet understand why the test fails is implicitly an open action item. This one isn't open. Save future developers the research. | |||
2014-12-23 | MAINT-4708 Linux build fix | andreykproductengine | |
2014-12-18 | MAINT-4708 better grouping of ack messages between viewer and server | andreykproductengine | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | SL-92 WIP - hover height communicated via appearance messages. | Brad Payne (Vir Linden) | |
2014-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2014-11-11 | Pull merge from lindenlanb/viewer-release | Merov Linden | |
2014-11-06 | Merge with 3.7.19-release | dolphin | |
2014-10-17 | Update to build on Xcode 6.0: clang is super picky extra parens around ↵ | callum_linden | |
expression [-Wparenthes es-equality] | |||
2014-10-17 | Update to build on Xcode 6.0: more removed of unused const variables ↵ | callum_linden | |
[-Wunused-const-variable] | |||
2014-10-17 | Update to build on Xcode 6.0: removed unised const variables ↵ | callum_linden | |
[-Wunused-const-variable] | |||
2014-10-17 | Update to build on Xcode 6.0: cleaned up some Boostisms and removed some ↵ | callum_linden | |
dead code | |||
2014-10-17 | Update to build on Xcode 6.0: clang is super picky extra parens around ↵ | callum_linden | |
expression [-Wparenthes es-equality] | |||
2014-09-19 | Cleanup work. Use http constants for content-type and | Monty Brandenberg | |
accept headers in mesh and textures. For texture metrics reporting, use the AP_INVENTORY policy class which is non-pipelined and pointing (usually) in the right direction. Use a do-while(false) structure to manage common exit path code in onCompleted() methods. Identical to a 'goto' but might amuse the pedantic. Tuning on background fetch to have it cycle faster. This is experimental. I suspect with HTTP balancing in llcorehttp, we can do away with the timers here. | |||
2014-09-09 | Cleanup pass. Documentation. Get older llcorehttp-using | Monty Brandenberg | |
code to use utils for any LLSD interfaces. | |||
2014-09-04 | Merge | dolphin | |
2014-08-28 | Pull merge from viewer-release | Merov Linden | |
2014-08-26 | Bring better error handling to inventory item and folder fetching. | Monty Brandenberg | |
First, introduced some LLSD-based interfaces to the llcorehttp code using utils classes (in llcorehttputil). I've kept LLSD out of the llcorehttp library up to now and will continue to do that. Functions provide a requestPost based on LLSD body and conversion utils for HttpResponse-to-LLSD and HttpResponse-to-string conversions. Inventory fetch operations now do more thorough error checking including 200-with-error status checking. Still do retry forever on folders though I don't like that. | |||
2014-07-22 | Appears to fix MAINT-4184 | Aura Linden | |
2014-07-22 | Sync merge with lindenlab/viewer-release | Merov Linden | |
2014-07-09 | Merge with 3.7.11-release | dolphin | |
2014-06-24 | Updated all experience responders for LLCurl::Responder interface changes ↵ | Cho | |
for ACME-1535 and ACME-1536 | |||
2014-06-20 | Updated LLExperienceCache::LLExperienceResponder to work with updated ↵ | Cho | |
LLCurl::Responder interface, to fix ACME-1532 and ACME-1525 | |||
2014-06-17 | Merge with 3.7.9-release | dolphin | |
2014-06-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-05 | Merge | Ricky Curtice | |
2014-06-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-drtvwr-365. | Stinson Linden | |
2014-05-30 | DD-92 : pull merge lindenlab/sunshine-external to get AISv3 work | Merov Linden | |
2014-05-30 | Pull merge from lindenlab/viewer-release | Merov Linden | |