Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | Allow building with IPv6 support, but it disabled by default | Luke Dashjr | |
2012-08-23 | Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too | Luke Dashjr | |
2012-08-23 | Make IPv6 support buildtime-optional again (defaults to enabled) | Luke Dashjr | |
2012-08-23 | Merge pull request #1707 from xanatos/patch-7 | Jeff Garzik | |
Removed useless assignment | |||
2012-08-23 | Spaces in strings | xanatos | |
One added space + one removed space. | |||
2012-08-23 | Removed useless assignment | xanatos | |
nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if) | |||
2012-08-22 | Merge pull request #1694 from sipa/fix_netloops | Gregory Maxwell | |
Fix infinite loops in connection logic | |||
2012-08-22 | Merge pull request #1701 from laanwj/2012_08_pull_transifex | Wladimir J. van der Laan | |
Update translations from transifex | |||
2012-08-22 | Update translations from transifex | Wladimir J. van der Laan | |
2012-08-22 | Fix infinite loops in connection logic | Pieter Wuille | |
2012-08-22 | Merge pull request #1695 from sipa/noloadorphan | Pieter Wuille | |
Do not accept orphan blocks in -loadblock mode | |||
2012-08-21 | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin | Gavin Andresen | |
2012-08-21 | Do not accept orphan blocks in -loadblock mode | Pieter Wuille | |
2012-08-21 | Merge pull request #1493 from jgarzik/unlocked-rpc | Jeff Garzik | |
RPC: add facility to enable RPCs to run outside cs_main, wallet locks | |||
2012-08-21 | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik | |
Use with 'stop' and 'help' RPCs. This provides a facility to individually evaluate the locking for an RPC, and potentially make it more parallel. | |||
2012-08-21 | Restore OSX 10.5 compatibility (do not use pthread_setname_np) | Gavin Andresen | |
2012-08-21 | Fix 32-bit build error: include util.h to get int64 typedef | Gavin Andresen | |
2012-08-21 | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | |
Move code to new modules rpcwallet.cpp, rpcblockchain.cpp | |||
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | |
2012-08-21 | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik | |
2012-08-21 | Merge pull request #1687 from gavinandresen/quietunit | Pieter Wuille | |
Suppress output when running unit tests. | |||
2012-08-21 | Merge pull request #1690 from gavinandresen/signrawtx_null | Gregory Maxwell | |
Allow signrawtransaction '...' null null 'hashtype' | |||
2012-08-21 | RPC: submitblock returns null on success, string on error | Jeff Garzik | |
2012-08-21 | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik | |
2012-08-21 | RPC, cosmetic: de-indent getblocktemplate() | Jeff Garzik | |
2012-08-21 | RPC: split new 'submitblock' out of 'getblocktemplate' | Jeff Garzik | |
2012-08-20 | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | |
Allows the user to pass null as the second or third parameter to signrawtransaction, in case you need to (for example) fetch private keys from the wallet but want to specify the hash type. | |||
2012-08-20 | Merge pull request #1689 from gavinandresen/rawtx_singlefix | Gregory Maxwell | |
When using SIGHASH_SINGLE, only sign inputs that have corresponding outputs | |||
2012-08-20 | When using SIGHASH_SINGLE, do not sign inputs that have no corresponding ↵ | Gavin Andresen | |
outputs. This fixes issue #1688 | |||
2012-08-20 | Allow setting a different linker than compiler in makefile.unix | Matt Corallo | |
2012-08-20 | Add data-driven transaction tests. | Matt Corallo | |
2012-08-20 | Add a few test cases to data-driven script tests. | Matt Corallo | |
2012-08-20 | Suppress output when running unit tests. | Gavin Andresen | |
This does two things: 1) Now does not output to debug.log if -printtodebugger flag is passed 2) Unit tests set -printtodebugger so only test results are output to stdout Note that -printtodebugger only actually prints to the debugger on Windows. | |||
2012-08-20 | Reject block.nVersion<=1 blocks if network has upgraded to version=2 | Gavin Andresen | |
If 950 of the last 1,000 blocks are nVersion=2, reject nVersion=1 (or zero, but no bitcoin release has created block.nVersion=0) blocks -- 75 of last 100 on testnet3. This rule is being put in place now so that we don't have to go through another "express support" process to get what we really want, which is for every single new block to include the block height in the coinbase. | |||
2012-08-20 | Block height in coinbase as a new block rule | Gavin Andresen | |
"Version 2" blocks are blocks that have nVersion=2 and have the block height as the first item in their coinbase. Block-height-in-the-coinbase is strictly enforced when version=2 blocks are a supermajority in the block chain (750 of the last 1,000 blocks on main net, 51 of 100 for testnet). This does not affect old clients/miners at all, which will continue producing nVersion=1 blocks, and which will continue to be valid. | |||
2012-08-20 | Set block.nVersion to fix miner unit test | Gavin Andresen | |
2012-08-20 | Merge pull request #1641 from jgarzik/mempool | Jeff Garzik | |
Add 'mempool' P2P command, and extend 'getdata' behavior | |||
2012-08-18 | fix a comment in addrman.cpp | Philip Kaufmann | |
2012-08-17 | Merge pull request #1680 from Diapolo/add_message_on_blockimport | Wladimir J. van der Laan | |
add splashscreen message when importing blocks via -loadblock | |||
2012-08-17 | Remove useless non-cross-platform tests. | Matt Corallo | |
2012-08-17 | Merge pull request #1607 from Diapolo/Qt_Win_exe_desc | Wladimir J. van der Laan | |
Bitcoin-Qt (Windows only): extend Resource File | |||
2012-08-17 | Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timer | Jeff Garzik | |
log how long LoadExternalBlockFile() takes in ms (Benchmark) | |||
2012-08-17 | add splashscreen message when importing blocks via -loadblock | Philip Kaufmann | |
2012-08-17 | fix a compiler sign warning in OpenBlockFile() | Philip Kaufmann | |
2012-08-17 | log how long LoadExternalBlockFile() takes in ms (Benchmark) | Philip Kaufmann | |
2012-08-14 | Bitcoin-Qt (Windows only): extend Resource File | Philip Kaufmann | |
- extend bitcoin-qt.rc to include meta information, which is displayed on Windows, when looking in the executable properties and selecting "Details" - does currently NOT include version information, this is scheduled for later releases - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx | |||
2012-08-13 | Merge pull request #1649 from Diapolo/optionsdialog | Wladimir J. van der Laan | |
small UX update for optionsdialog | |||
2012-08-13 | Merge pull request #1614 from Diapolo/Qt_Win_enable_DEP | Wladimir J. van der Laan | |
Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe | |||
2012-08-13 | Merge pull request #936 from luke-jr/gmp_bip | Gregory Maxwell | |
BIP22: getblocktemplate | |||
2012-08-12 | Revert "Make this error message similar to the others" | Wladimir J. van der Laan | |
This reverts commit dc1e5ad1917bb353aee7ef24aabf13ae3fe2fb80. The new error message was not correct, as it refers to the total balance, not an account. |