2165 Commits (1a20469428ef623f4edc2cdac72aef001836536c)

Author SHA1 Message Date
Philip Kaufmann ada2a39691 change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility) 12 years ago
Philip Kaufmann 5e5c102f2f make optionsmodel query real proxy state for ::data() 12 years ago
Pieter Wuille e996521390 Use fdatasync instead of fsync on supported platforms 12 years ago
Pieter Wuille 4e882b7960 Remove I2P support from netbase 12 years ago
Wladimir J. van der Laan 6032e4f4e7 get rid of strlcpy.h 12 years ago
Philip Kaufmann 95e625d235 fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp 12 years ago
Gavin Andresen cac6b389d1 Avoid crashes at shutdown due to printf() in global destructors. 12 years ago
Wladimir J. van der Laan 285746d3db Add constants for HTTP status codes 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Wladimir J. van der Laan 61fd72695f When datadir missing, show messagebox instead of printing error to stderr 12 years ago
Philip Kaufmann 81bbef2609 add LOCK() for proxy related data-structures 12 years ago
Wladimir J. van der Laan 366944431b Pull changed translations from transifex 12 years ago
Wladimir J. van der Laan f1e262c8e1 Translation update for 0.7.1 12 years ago
Wladimir J. van der Laan bb353618f1 Send --help message to stdout i.s.o stderr 12 years ago
Wladimir J. van der Laan 529a4d4824 remove "checkorder" and "reply" P2P commands 12 years ago
Philip Kaufmann 7bc65ff108 move most explicit getters in optionsmodel to header 12 years ago
Wladimir J. van der Laan 827d8c2e0c Revert "Remove -Wformat* warnings from makefiles" 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 12 years ago
Wladimir J. van der Laan bcc292b22d Extend printf warnings to error() 12 years ago
Wladimir J. van der Laan d6b13283d1 data-driven base58 CBitcoinAddress/CBitcoinSecret tests 12 years ago
Rune K. Svendsen 1bf66fcc0a When encrypting the wallet, warn user that old backups will become useless. 12 years ago
kjj2 31a8b70ee3 Add a backup warning to the encryptwallet RPC command 12 years ago
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
Christian von Roques 48a10a3780 reimplement CBigNum's compact encoding of difficulty targets 12 years ago