summaryrefslogtreecommitdiff
path: root/indra/llcommon/llapp.cpp
AgeCommit message (Expand)Author
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-29For developer Nix builds, default handle signal after crash report. Linux sh...Andrew A. de Laix
2010-06-29Generate windows minidump files on crash for developer (not release for downl...Andrew A. de Laix
2010-06-17Block installation of exception handler when app is being debugged (Darwin on...Andrew A. de Laix
2010-05-28Try using mbstowcs() to convert to std::wstring.Lynx Linden
2010-05-28On Windows, you have to pass the minidump path as a wstring.Lynx Linden
2010-05-28Write breakpad minidump files to the SL log directory.Lynx Linden
2010-05-27Removed the SyncErrorHandler from llapp and llappviewer*.Lynx Linden
2010-05-26Hooked up Google Breakpad for the Linux client too.Lynx Linden
2010-05-24fix eof newlineAndrew A. de Laix
2010-05-24fix darwin build.Andrew A. de Laix
2010-05-24Just enough hackery to get minidumps into Wind'ohs crash reports. Code clean...Andrew A. de Laix
2010-05-21Switch Darwin to use breakpad minidump rather than os generated crash stack.Andrew A. de Laix
2010-02-06move LLEventTimer into its own source module. everyone includes it, almost n...Tofu Linden
2009-05-18Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_da...Aaron Brashears
2009-03-09svn merge -r113780:113785Adam Moss
2009-01-08Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_20...Aaron Brashears
2008-12-04Merging from server/server-1.25 back to trunk.Robert Knop
2008-06-06svn merge -r 88872:89137 svn+ssh://svn.lindenlab.com/svn/linden/qa/qar-652 --...Josh Bell
2008-05-19EFFECTIVE MERGES:Don Kjer
2008-05-07Back out QAR-520 maintenance-7 merge -- svn merge -r 86947:86946 svn+ssh://sv...Brian McGroarty
2008-05-07QAR-520 maintenance-7 merge -- svn merge -r 84923:86093 svn+ssh://svn.lindenl...Brian McGroarty
2008-04-17QAR-449 Viewer 1.20 RC 0Steven Bennetts
2008-04-17Undid previous commit (bogus merge)Steven Bennetts
2008-04-17QAR-449 Viewer 1.20 RC 0Steven Bennetts
2008-04-16QAR-455 Launcher and Heartbeat fixes MergeMeAdam Moss
2008-02-07svn merge -r 79445:79449 svn+ssh://svn.lindenlab.com/svn/linden/qa/maintenanc...Josh Bell
2007-11-09EFFECTIVE MERGE: svn merge -r 70833:71458 svn+ssh://svn/svn/linden/branches/m...Don Kjer
2007-10-04Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-licen...Aaron Brashears
2007-02-06merge in of error-refactor-3Mark Lentczner
2007-01-04svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@56429 svn+ssh://svn....Josh Bell
2007-01-03corrected, removed, and updated comments throughout the code to be more usefu...Aaron Brashears
2007-01-02Print done when done.James Cook