Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | first set of chnages from code review from Nat | Rider Linden | |
2015-03-26 | Create trivial handler for SD Messages, method in LLAgent for posting HTTP ↵ | Rider Linden | |
requests. | |||
2015-03-25 | Replace appearance responder with new LLCore Appearance Handler. | Rider Linden | |
Prep for some slight cleanup of the code. Add AP_AVATAR Policy | |||
2015-03-24 | Boost unique_ptr into xmlrpc | Rider Linden | |
2015-03-23 | MAX_ACTIVE_REQUEST_COUNT no longer used | Rider Linden | |
2015-03-23 | Client adapter is removed. Its tests should be too. | Rider Linden | |
2015-03-23 | Microsoft is not nearly picky enough. Headder issues caught by gcc MS likes ↵ | Rider Linden | |
fine. | |||
2015-03-20 | Clean up and use policies for Material transfer. | Rider Linden | |
2015-03-19 | Adding new HTTP handling for material manager. | Rider Linden | |
2015-03-16 | Removal of RPCXML dep on LLCurl switching to LLCore::Html | Rider 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-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
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-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-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-19 | merge | Brad Payne (Vir Linden) | |
2014-05-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Stinson Linden | |
2014-05-16 | merge fix | Brad Payne (Vir Linden) | |
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-25 | MAINT-4009: Ensuring to delete array data with the array delete in the ↵ | Stinson Linden | |
RawInjector destructor. | |||
2014-04-23 | MAINT-4009: Cleaning up the curl easy handle during shutdown. | Stinson Linden | |
2014-04-23 | MAINT-4009: Adding an ares cleanup call to free the allocated memory. | Stinson Linden | |
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-25 | Merge viewer-release | simon | |
2014-02-25 | merge viewer-release to sunshine-external | Brad Payne (Vir Linden) | |
2014-02-24 | merge with release | Richard Linden | |
2014-02-25 | Merge downstream code | simon | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-12-12 | MAINT-3541 (crash in std::vector >::reserve) | MaximB ProductEngine | |
2013-12-12 | MAINT-3541 (crash in std::vector >::reserve) | MaximB ProductEngine | |
2013-12-10 | fix for license wording | Brad Payne (Vir Linden) | |