1975 Commits (450cbb0944cd20a06ce806e6679a1f4c83c50db2)

Author SHA1 Message Date
Philip Kaufmann 9c8dc7caf1 harmonize printf format characters 12 years ago
Pieter Wuille 2e3ffb2d82 Remove stack randomization 12 years ago
xanatos 50e01ee620 toHTML won't add empty wtx.mapValue elements 12 years ago
Virgil Dupras fee10d800e Fixed compilation error with clang. 12 years ago
Wladimir J. van der Laan 14ac0adcc7 Remove -Wformat* warnings from makefiles 12 years ago
Jeff Garzik 189eb6a989 walletdb.h: remove dead code 12 years ago
Mark Friedenbach 95d7f00295 Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR. 12 years ago
Wladimir J. van der Laan 4d369ec30c Update comment, we're no longer using boost::interprocess::scoped_lock 12 years ago
kjj2 b202d43076 Fix: when testnet=1 specified, change default ports to 18332 and 18333 12 years ago
Jeff Garzik 22f9b06903 Send 'mempool' P2P command at the start of each P2P session 12 years ago
Jeff Garzik 52c90a2b2b Import $DataDir/bootstrap.dat automatically, if it exists. 12 years ago
Jeff Garzik 93dd68e924 P2P: Do not request blocks from peers with fewer blocks than us 12 years ago
kjj2 3731f5788e Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works just like stop, but overrides the commandline/config file 12 years ago
fanquake ea9eaf9dec Update Qt include 12 years ago
Philip Kaufmann bb86cffa56 additional fix for #1843 12 years ago
fanquake e1eb3d4451 Update Bugreport Links 12 years ago
fanquake 0eaaa83ba5 Update Bitcoin to use OpenSSL 1.0.1c 12 years ago
Wladimir J. van der Laan 38682648c2 Remove unnecessary text from tooltip in AddressBookPage 12 years ago
Philip Kaufmann da9413d913 fix #1843 by changing 2 GUI shortcuts 12 years ago
Philip Kaufmann 81605d90f5 enhance Qt5 compatibility 12 years ago
Wladimir J. van der Laan 3ccbaa56f4 comment update: it's -> its 12 years ago
Pieter Wuille 58bc86e37f Check for canonical public keys and signatures 12 years ago
Gavin Andresen f2b066da70 Update gitignore and Makefiles for build.h move from src/ to src/obj 12 years ago
Jeff Garzik b1d3e95a0a When rejected TX relay due to lack of fees, log full txid 12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago
Gavin Andresen 8f09e4cac4 Give makefiles 'test' and 'check' targets to compile and run unit tests 12 years ago
Gavin Andresen 5add0b0d0f Bump client version to 0.7.0.99 now that 0.7.0 release is final. 12 years ago
Wladimir J. van der Laan 7fddf1210e update comment, secure_allocator is defined in allocators.h 12 years ago
Philip Kaufmann 463a1cab43 fix signed/unsigned in strprintf and CNetAddr::GetByte() 12 years ago
Gavin Andresen 0a4e67afad Bump client version number for 0.7.0rc3 12 years ago
Pieter Wuille c1d79812f4 Do not abort if RPC listening for IPv6 fails 12 years ago
Wladimir J. van der Laan 3b3d999618 Add format characters for (s)size_t and ptrdiff_t 12 years ago
Wladimir J. van der Laan ac4e7f6269 HexStr: don't build a vector<char> first 12 years ago
Gregory Maxwell ab91bf39b7 Apply BIP30 checks to all blocks except the two historic violations. 12 years ago
Jeff Garzik 17f8d6e400 Improve debug logging, for mempool TXs that do not include sufficient fees 12 years ago
Jeff Garzik 76970091f1 Cosmetic: move CTransaction::GetMinFee out of header file 12 years ago
Wladimir J. van der Laan 62904b33f3 Improve RPC console key event behaviour 12 years ago
Wladimir J. van der Laan b019ea17ec Remove VC6 comment and pointless #ifdef'd benchmark code 12 years ago
Wladimir J. van der Laan 963af6449f Cleanup some unused macros from util.h 12 years ago
Wladimir J. van der Laan b0a90fbb0c Add printf-style warnings to strprintf() and OutputDebugStringF() 12 years ago
Luke Dashjr 85eb1e7e56 Update translations from Transifex (100% coverage for Finnish and Chinese (China) 12 years ago
Luke Dashjr 4ee706243c Partially Bugfix: Update English translation strings and translations from Transifex 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
Philip Kaufmann f875921176 Bitcoin-Qt (Windows only): add version info to Resource File 12 years ago
xanatos af8c050bff Wrong address added to collection in test 12 years ago
Gavin Andresen 1913b6e2fc Fix double-paren typo 12 years ago
Matt Corallo 65786afb05 Add various tests for CTransaction::CheckTransaction() 12 years ago
Matt Corallo 1fcebc16c5 check tx.CheckTransaction for data-driven tx tests. 12 years ago
Philip Kaufmann 4bd34b4966 replace 2x WSAGetLastError() with 1x WSAGetLastError() call 12 years ago
Jeff Garzik 2387944782 select(): Use precise fd presence check, rather than imprecise hSocketMax test 12 years ago