3688 Commits (27bff74e39c4c2951a709114e0d565568a0554fa)

Author SHA1 Message Date
Matt Corallo d9ace8abe8 Don't use checkpoints and accept nonstd txn on -regtest 11 years ago
Peter Todd aff83e9c02 Add unittests for multiple ELSEs in a row 11 years ago
Philip Kaufmann 3960d2e4ab update bitcoin_en.ts to current master (2013-07-23) 11 years ago
Philip Kaufmann 84ef729aa1 Bitcoin-Qt: fix QApplication includes to match our include defaults 11 years ago
constantined 2ecb7555a9 Switch to using raw_utf8 11 years ago
constantined 2227389fa8 JSON Spirit updated to v4.06 11 years ago
Matt Corallo f65e7092a2 Better warning/"alert" messages for large-work forks. 11 years ago
Matt Corallo f89faa2584 Call the -alertnotify script when we see a long or invalid fork. 11 years ago
Matt Corallo b8585384da Detect any sufficiently long fork and add a warning. 11 years ago
Luke Dashjr dabd4bd48e Bugfix: Include block creation and SSL options headings in usage 11 years ago
phelixbtc eda7605dfe makefile.mingw: Use normal boost libraries instead of debug for Windows 11 years ago
fcicq 98148a713e Fix fcntl include in net.cpp & netbase.cpp 11 years ago
fcicq b34255b758 Ignore SIGPIPE signal on Solaris 11 years ago
fcicq 9371403993 Add missing constant for solaris 11 years ago
fcicq c391f9a47b Fix boost uint type bug by reordering the includes 11 years ago
fcicq eb8397a03e Disable variadic template support in C++11 11 years ago
Luke Dashjr cc6cfab38f Bugfix: Supress "address" key in transaction details, when the destination isn't recognized 11 years ago
Luke Dashjr 96ed682176 Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetAmounts 11 years ago
Luke Dashjr 203d1ae69b Bugfix: Store last/next wallet resend times unique per CWallet object 11 years ago
Luke Dashjr d4e2b040ed Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
Pieter Wuille a59db19ee3 BIP32 test vectors 11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation 11 years ago
Philip Kaufmann b3e0aaf36e fix invalid conversion error with MinGW 4.8.1 in net.cpp 11 years ago
Pieter Wuille fb83a79b21 Fix minor backward incompatibility 11 years ago
Pieter Wuille ec84e81e83 Prune provably-unspendable outputs 11 years ago
Gregory Maxwell e5c4dfdfc0 Make the rand tests determinstic. (fixes #2714) 11 years ago
Nils Schneider 674cb304b3 let user select wallet file with -wallet=foo.dat 11 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 11 years ago
Pieter Wuille 21cc8bdcbe Fix build date for from-tarball builds 11 years ago
Eric Lombrozo 042da8bc0d Added comments to sync.h to make it easier to understand the macros 11 years ago
Jeff Garzik 36bd46f1c4 RPC: keypoolrefill gains optional size parameter 11 years ago
Jeff Garzik 13dd2d090e CWallet::TopUpKeyPool() takes optional pool size argument 11 years ago
Michael Ford 664aeb2871 Log aborted block database rebuilds 11 years ago
Peter Todd c40a5aaaf4 Truncate oversize 'tx' messages before relaying/storing. 11 years ago
Philip Kaufmann dae158132d translation update 2013-06-25 11 years ago
Pieter Wuille f121db58e4 Move core implementations to core.cpp 11 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 11 years ago
Eric Lombrozo e5cefb9be1 Added locks on the setpwalletRegistered functions in main.cpp and added an UnregisterAllWallets function. 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Pieter Wuille c43da3f183 Dump addresses every 15 minutes instead of 10 seconds 11 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 11 years ago
Eric Lombrozo 2a4d3464fd Pulled AcceptBlock out of CBlock. 11 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 11 years ago
Eric Lombrozo 1959997afb Pulled AddToBlockIndex out of CBlock. 11 years ago
Eric Lombrozo f3ae51dcce Pulled ConnectBlock out of CBlock. 11 years ago
Eric Lombrozo 5c363ed622 Pulled DisconnectBlock out of CBlock. 11 years ago
Eric Lombrozo 8031399494 Moved ReadBlockFromDisk implementation to main.cpp 11 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Eric Lombrozo 226f821942 Moved WriteBlockToDisk implementation from main.h to main.cpp 11 years ago
Eric Lombrozo a6dba0fdb2 Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk in main.h 11 years ago