Age | Commit message (Collapse) | Author |
|
Remove include of windows.h from allocators.h
|
|
Rework pull-tester scripts, disable blockchain tester
|
|
Not working on the pull-tester machine, 'make cov' hangs there.
|
|
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).
|
|
make fCommandLine a local variable in AppInit()
|
|
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.
|
|
Bitcoin-Qt: ensure Qt icon is shown with Qt >= 5.0
|
|
|
|
|
|
|
|
|
|
add missing Boost Thread join_all() call during shutdown
|
|
style-police: fixed badly readable code in ProcessMessage()
|
|
- I introduced the problem and fixed it with better readable code
|
|
- 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
|
|
Bitcoin-Qt: prevent stuck/unusable debug window on exit
|
|
Hurricane Electric uses block 2001:470::, not 2011:470::
|
|
- 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
|
|
|
|
special case DoS value == 0
|
|
- prevents unneeded log messages, which could make users think something
bad was happening
|
|
[wallet] Consider generated coins mature at COINBASE_MATURITY+1
|
|
Update contrib/debian: proper desktop category and update changelog
|
|
Bitcoin-Qt: add missing change from branch Qt_misc
|
|
fix #3049 by changing comment for CNetAddr::IsRFC4193()
|
|
rename bitcoin-res.rc to bitcoind-res.rc
|
|
Fix and improve release-process.md
|
|
|
|
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
|
|
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.
|
|
log start and end of Shutdown()
|
|
- helps recognizing that the resource file belongs to bitcoind.exe
|
|
|
|
|
|
- could be helpful when debugging shutdown related problems
|
|
a pre-req for no-wallet support.
|
|
notably RPC.
|
|
Bitcoin-Qt: translation fixes in sendcoins
|
|
Add getnetworkhashps to get the estimated network hashrate
|
|
- remove some unneeded translatable strings from sendcoinsentry.ui file and
rename some elements for better readability
- optimize string prorcessing in SendCoinsDialog::on_sendButton_clicked()
- make all UI labels for secure payments plain text and move the settings
to sendcoinsentry.ui file
- remove unneeded button and default button definiton from warning message
boxes
- remove fixed font-size when sending coins to an address with label and
use monospace font for addresses
|
|
Hardcode string in miniupnpcstring.h and remove wine from deps-win32.yml
|
|
- remove an unneeded debug message in walletframe
|
|
misc small spelling/indentation fixes
|
|
deps-win32.yml
Credit: sipa, cfields, Luke-Jr and michagogo contributed to this fix.
Removing wine as a win32 build dep is beneficial to fixing Gitian LXC,
which would enable many more people to join in the gitian.sigs process
by being able to build with a linux VM instead of a virt capable host.
|
|
|
|
Fix gitian qt-win32.yml build
|
|
The final revision of PR 3029 incorporated a review suggestion of replacing
i686-w64-mingw32 with $HOST. But we forgot that $HOST is not expanded when
within single quotes so it actually broke qt-win32.yml build. This is the
minimal changes necessary to fix the qt-win32.yml build.
|
|
Win32 version info
|
|
several small Qt-related fixes
|
|
Upgrade gitian win32 to Precise 12.04.
|