summaryrefslogtreecommitdiff
path: root/indra/llmessage
AgeCommit message (Collapse)Author
2014-05-14v-r -> s-e merge WIPBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-07Merge with 3.7.7-releasedolphin
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-05-05DD-22 : WIP : Implement putRaw() on LLHTTPClientMerov Linden
2014-04-25MAINT-4009: Ensuring to delete array data with the array delete in the ↵Stinson Linden
RawInjector destructor.
2014-04-23MAINT-4009: Cleaning up the curl easy handle during shutdown.Stinson Linden
2014-04-23MAINT-4009: Adding an ares cleanup call to free the allocated memory.Stinson Linden
2014-04-04Changed estate experience editing to use sendEstateOwnerMessagedolphin
2014-03-19OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBSOz Linden
2014-03-17Updated experience cache to get a const reference to xp datadolphin
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-03-12Windows lets you erase with a const iterator but linux does not.dolphin
2014-03-10Mergedolphin
2014-03-10Fixed a bug that lost callbacks if > 10 experiences were looked up at a time.dolphin
2014-02-26Merge with 3.7.2-releasedolphin
2014-02-25Merge viewer-releasesimon
2014-02-25merge viewer-release to sunshine-externalBrad Payne (Vir Linden)
2014-02-24merge with releaseRichard Linden
2014-02-25Merge downstream codesimon
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-02-18Pull in viewer-lion to lock down next releasesimon
2014-02-14More memory cleanup of containers after DeletePairedPointer() usage.simon
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
- Added clear() after DeletePointer() call to hopfully fix this...
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-12-12MAINT-3541 (crash in std::vector >::reserve)MaximB ProductEngine
2013-12-12MAINT-3541 (crash in std::vector >::reserve)MaximB ProductEngine
2013-12-10fix for license wordingBrad Payne (Vir Linden)
2013-12-06MAINT-3530 : Add viewer checkbox to extend parcel entry limits to a higher ↵simon
ceiling
2013-11-18Code review updates. All comments so far.Monty Brandenberg
2013-11-12Merge. Refresh from viewer-release after 3.6.10 releaseMonty Brandenberg
2013-11-12MAINT-3269 FIXED crash in LLMessageSystem::callExceptionFuncmaksymsproductengine
2013-11-11Fixing coding policy errorsdolphin
2013-11-06merge with releaseRichard Linden
2013-11-06MAINT-3374 FIXED Don't show username after display name if this setting is ↵Mnikolenko ProductEngine
disabled.
2013-10-29Merge viewer-release => sunshine-internalDon Kjer
2013-10-25Merge with 3.6.9dolphin
2013-10-25trivial: fix several weird compiling errors.Xiaohong Bao
2013-10-21more buildfix stuffRichard Linden
2013-10-16mergeBrad Payne (Vir Linden)
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-15merge changes for DRTVWR-336Oz Linden
2013-10-08merge from viewer-releaseRichard Linden
2013-10-04Merge. Pull in viewer-release after 3.6.7 release.Monty Brandenberg
2013-10-04Pull merge of lindenlab/viewer-releaseMerov Linden
2013-10-04Merge with 3.6.7dolphin
2013-09-24Created an experience specific permissions dialog.dolphin
2013-09-24SH-3690 SH-4505 Cleanup pass through code.Monty Brandenberg
Start using DNS cache in legacy LLCurl code. Go to 15 seconds particularly as we're using threaded resolver at this point. Documentation cleanup. Add libcurl status checking and logging for curl_easy_setopt() operations that fail. Shouldn't happen and we'll just continue anyway but there's info in the logs to track these down now. Cleaned up logic around FASTTIMER enable defines used to evaluate pipeline stalls in main thread. Removed long-standing thread race around caps strings and URL construction. Not a significant risk but refactoring the code to get rid of them removed one huge eyesore. It can be made even slicker if desired (see notes).