| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Qt] seed OpenSSL PNRG with Windows event data | Philip Kaufmann | 2014-07-04 | 1 | -3/+16 |
| | | | | | | | - see https://bitcointalk.org/index.php?topic=113496.msg1228193#msg1228193 for the initial suggestion for this - also ensure consistent debug.log message format | ||||
| * | qt: Change serious messages from qDebug to qWarning | Wladimir J. van der Laan | 2014-07-01 | 1 | -3/+3 |
| | | | | | | By changing the logging stream for warnings from qDebug to qWarning, these will always be logged to debug.log. | ||||
| * | [Qt] catch Windows shutdown events while client is running | Philip Kaufmann | 2014-04-15 | 1 | -0/+57 |
| - prevents unsafe shutdowns on Windows, which is known to be able to cause problems with wallet.dat - if a users ends a Windows session, this will initiate a client shutdown and show a Windows dialog, that tells the user what is going on (for Windows Vista and higher it will even show a reason for blocking the Windows session end) | |||||