28 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
Duke Leto a7f88a87aa Update copyright URL to be https 4 years ago
jl777 0ea9ae3c05 Update copyright to 2019 5 years ago
Pieter Wuille 5d66d0a11e
Do not ask a UI question from bitcoind 8 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Mark Friedenbach d4746d56c0 Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 10 years ago
Wladimir J. van der Laan 636a42bd0e
Remove ui_interface ThreadSafeAskFee residue 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 11 years ago
Pieter Wuille 398774181a Improve block database load error reporting 11 years ago
Philip Kaufmann bb41a87d57 add InitMessage() to noui and use debug.log for GUI 12 years ago
Philip Kaufmann 37f070f564 update noui_ThreadSafeMessageBox function to use strCaption 12 years ago
Philip Kaufmann 15d8ff2029 rework ThreadSafeAskFee() / askFee() functions 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Wladimir J. van der Laan 5cccb13dad Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. 12 years ago