- 11 Oct, 2013 7 commits
-
-
Pieter Wuille authored
-
Wladimir J. van der Laan authored
prevent compiler redefinition warnings
-
Philip Kaufmann authored
- I observed a massive amount of redefinition warnings after #3071, which are silenced by this patch - uses the same style as we do in other places, where we define _WIN32_WINNT
-
Wladimir J. van der Laan authored
Remove include of windows.h from allocators.h
-
Gavin Andresen authored
Rework pull-tester scripts, disable blockchain tester
-
Gavin Andresen authored
Not working on the pull-tester machine, 'make cov' hangs there.
-
Gavin Andresen authored
Re-organize the pull-tester scripts a bit. And disables running the blockchain tester, it is not working properly on the pull-tester machine for reasons I cannot explain (fails to start).
-
- 10 Oct, 2013 1 commit
-
-
Wladimir J. van der Laan authored
make fCommandLine a local variable in AppInit()
-
- 09 Oct, 2013 1 commit
-
-
Gavin Andresen authored
Create an allocators.cpp, and move all of the #ifdef WIN32 code and the #include of windows.h into it. Two motives for this cleanup: 1. I'm getting a weird error in windows.h in my smartfee branch. 2. allocators.h is included (indirectly) just about everywhere, so this should speed up Windows compiles quite a lot.
-
- 08 Oct, 2013 5 commits
-
-
Wladimir J. van der Laan authored
Bitcoin-Qt: ensure Qt icon is shown with Qt >= 5.0
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 07 Oct, 2013 4 commits
-
-
Gavin Andresen authored
add missing Boost Thread join_all() call during shutdown
-
Wladimir J. van der Laan authored
style-police: fixed badly readable code in ProcessMessage()
-
Philip Kaufmann authored
- I introduced the problem and fixed it with better readable code
-
Philip Kaufmann authored
- fixes #3037 by adding missing join_all() call and brings bitcoind shutdown code in line with Bitcoin-Qt shutdown code - added a comment for the if (!fRet) case
-
- 06 Oct, 2013 2 commits
-
-
Wladimir J. van der Laan authored
Bitcoin-Qt: prevent stuck/unusable debug window on exit
-
Gavin Andresen authored
Hurricane Electric uses block 2001:470::, not 2011:470::
-
- 05 Oct, 2013 1 commit
-
-
Philip Kaufmann authored
- when closing the client with an open debug window, that window could become stuck/unsuable (it was still shown wherea the main window was hidden already) - fix this by hiding the debug window, when quitting the the client
-
- 04 Oct, 2013 9 commits
-
-
David Hill authored
-
Gavin Andresen authored
special case DoS value == 0
-
Philip Kaufmann authored
- prevents unneeded log messages, which could make users think something bad was happening
-
Gavin Andresen authored
[wallet] Consider generated coins mature at COINBASE_MATURITY+1
-
Gavin Andresen authored
Update contrib/debian: proper desktop category and update changelog
-
Gavin Andresen authored
Bitcoin-Qt: add missing change from branch Qt_misc
-
Gavin Andresen authored
fix #3049 by changing comment for CNetAddr::IsRFC4193()
-
Gavin Andresen authored
rename bitcoin-res.rc to bitcoind-res.rc
-
Gavin Andresen authored
Fix and improve release-process.md
-
- 03 Oct, 2013 6 commits
-
-
Micha authored
-
Micha authored
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
-
Micha authored
This commit adds a step, which is to git checkout the version to be built. This ensures that the gitian-descriptors for said version will be the correct ones. In addition, it updates the links for several dependencies, where the previously existing links were dead.
-
Jeff Garzik authored
log start and end of Shutdown()
-
Philip Kaufmann authored
- helps recognizing that the resource file belongs to bitcoind.exe
-
Philip Kaufmann authored
-
- 02 Oct, 2013 2 commits
-
-
Jeff Garzik authored
-
Philip Kaufmann authored
- could be helpful when debugging shutdown related problems
-
- 01 Oct, 2013 2 commits
-
-
Jeff Garzik authored
a pre-req for no-wallet support.
-
Jeff Garzik authored
notably RPC.
-