Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 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-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2012-12-11 | Crash reporter fixed, debugging removed. | Aura Linden | |
2012-12-11 | Interim debug checkin to test from teamcity | Aura Linden | |
2012-11-29 | Crashlogger only runs when it comes from teamcity so I must checkin debug ↵ | Aura Linden | |
and wait. What fun. | |||
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2011-11-15 | merge | Dave Parks | |
2011-10-27 | SH-2606 FIX, SH-2628 FIX - crash on exit in crash logger fixed by ↵ | Brad Payne (Vir Linden) | |
LLProxy::cleanupClass() | |||
2011-08-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl | |||
2011-07-15 | STORM-1482 Change the defaults, look in the app_settings dir for configs as ↵ | Aaron Stone | |
well. | |||
2011-07-12 | STORM-1482 The Viewer shouldn't overwrite the crash behavior settings, some ↵ | Aaron Stone | |
cleanups to the crash reporters, and the ability to use --set GroupName.SettingName to set parameters outside of the (default) Global settings group. | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
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-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-03 | Merge | brad kittenbrink | |
2010-06-03 | Backed out renaming of log files (changeset 7357f4ef70df) | brad kittenbrink | |
executed: 'hg backout -r 7357f4ef70df --merge' | |||
2010-06-03 | Automated merge with ssh://hg.lindenlab.com/brad/viewer-public | Andrew A. de Laix | |
2010-06-03 | Strip invalid characters from log files before adding into crash log llsd. | Andrew A. de Laix | |
2010-06-02 | Crash logger renames log flies to safe names so they don't get clobbered on ↵ | Andrew A. de Laix | |
SL restart. Old logs are cleaned up after 1 week. | |||
2010-06-01 | Fix log file inclusion; include SecondLife.log on crash, but SecondLife.old ↵ | Andrew A. de Laix | |
on freeze. | |||
2010-05-27 | Don't try to add old stack trace files to the crash report. | Lynx Linden | |
Such as stack_trace.log on Linux or SecondLifeException.log on Win32. | |||
2010-05-25 | Added configuration setting to send crash reports to configured url rather ↵ | Andrew A. de Laix | |
than through the grid. | |||
2010-05-25 | Mac crash behavior matches windows and linux: report on crash (not after ↵ | Andrew A. de Laix | |
restart). This is OK because we use Breakpad generated minidumps instead of OS generated ones. | |||
2010-05-21 | Switch Darwin to use breakpad minidump rather than os generated crash stack. | Andrew A. de Laix | |
2010-03-23 | Fix for crash logger crashing. bleh! | Palmer | |
Reviewed by DaveP | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-05-18 | Result of svn merge -r119432:120464 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462 | |||
2009-02-18 | Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 ↵ | Brad Kittenbrink | |
(maint-render-9) and QAR-1236 (dll-msvcrt-2) svn merge -r 109838:112264 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-render/maint-render-9-merge-r109833 |