Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-20 | reset crash dump upload retries and timeouts | Oz Linden | |
2016-04-20 | reset crash dump upload retries and timeouts | Oz Linden | |
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-13 | add logging around crash reporting, with minor code cleanups | Oz Linden | |
2016-05-04 | merge changes for MAINT-5974 | Oz Linden | |
2016-04-13 | add logging around crash reporting, with minor code cleanups | Oz Linden | |
2016-04-08 | merge changes for MAINT-5974 | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-08 | maint-5974 / maint-5422: rip crash logger save behavior out of windows logger | Glenn Glazer | |
2016-03-08 | maint-5974 / maint-5422: remove extraneous return statement | Glenn Glazer | |
2016-03-08 | maint-5974/maint-5422: viewer changes for new crash reporting, remove no ↵ | Glenn Glazer | |
send logic | |||
2016-01-29 | MAINT-6099: One more log message. | Rider Linden | |
2016-01-29 | MAINT-6099: Add a check on the result of requestPostWithLLSD for error. ↵ | Rider Linden | |
Also log the failed URL. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-14 | MAINT-5732: Change to the way event polling handles error conditions and ↵ | Rider Linden | |
cancel calls. Refactor any remaining LLCore::HTTPHandlers to use boost::shared_ptr Started minor refactor in the materials manager into coroutines (unfinished) | |||
2015-09-16 | maint-5422 changes and merge from release | Glenn Glazer | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-07-08 | Change HttpOptions::ptr_t to be shared_ptr<> rather than intrusive. | Rider Linden | |
2015-07-08 | Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵ | Rider Linden | |
intrusive_ptr<> for refrence counting. | |||
2015-06-29 | MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. | Nat Goodspeed | |
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters. | |||
2015-06-17 | Coding policy fixes | Rider Linden | |
2015-04-30 | Fix to linux link | Rider Linden | |
Put timeout back into crashlogger post. | |||
2015-04-30 | Crash logger changes to LLCore::Http | Rider 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-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 | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-04-08 | merge | Brad Payne (Vir Linden) | |
2014-04-07 | fix for build errors...removed duplicate definition of getpid on windows | Richard Linden | |
2014-04-07 | merge with release | Richard Linden | |
2014-03-26 | Not ideal but sufficient. | Aura Linden | |
2014-03-24 | The simple approach has not worked. This hybrid solution should avoid the ↵ | Aura Linden | |
Windows issues and get us per-run logfiles. | |||
2014-03-24 | Old is the new new. | Aura Linden | |
2014-03-21 | Current log was actually correct. | Aura Linden | |
2014-03-20 | Returned Secondlife.log to main directory due to unforeseen LLErrorThread ↵ | Aura Linden | |
complexities. | |||
2014-03-13 | Merged in viewer-release | Aura Linden | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-07 | Fixes for crash reporter startup race condition, crash reporter CPU use, ↵ | Aura Linden | |
Secondlife.log filehandle, XP Crash. | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-01-26 | Was not using correct name for results of file search. | obscurestar | |
2014-01-23 | Debugging changes. fixed broken pipe. | Aura Linden | |
2013-12-04 | Removed debugging code. | Aura Linden | |
2013-12-03 | Creating a cleaner branch | Aura Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |