2763 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Jeff Garzik f0d8a52cc0 Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 11 years ago
Robert Backhaus 65ec9eab2b Explicitly #include stdarg.h, for access to va_list 11 years ago
Robert Backhaus 03f498080a Explictly cast calculation to int, to allow std::max to work. 11 years ago
Jonas Schnelli b4b0170595 osx: make use of the 10.8+ user notification center to display growl like notifications 11 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 11 years ago
Philip Kaufmann 6a2da2ba96 translations update 2013-05-23 11 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 11 years ago
Matt Corallo e175c16f5b Add a few data-driven tests for SIGHASH_ANYONECANPAY 11 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 11 years ago
Daniel Larimer a9280652ce Fix memory leak on exception in Key::SignCompact 11 years ago
Daniel Larimer 173601705c fix memory leak in CKey::SetCompactSignature() 11 years ago
Philip Kaufmann 38a33c085e translations update 2013-05-19 (for 0.8.2 release) 11 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 11 years ago
Gavin Andresen 8ae290d266 Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1 12 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 12 years ago
Pieter Wuille 5d274c9927 Check for correct genesis 12 years ago
Gavin Andresen 5b5d399593 Update version numbers for 0.8.2rc1 release 12 years ago
Gavin Andresen 4332be71a2 Link with boost_chrono library on OSX 12 years ago
Philip Kaufmann 40c387e517 translations update 2013-05-08 12 years ago
William Yager 5fdd1251a8 Specified base_uint component size 12 years ago
Gavin Andresen 92f2c1fe0f Use boost::asio::deadline_timer for walletpassphrase timeout 12 years ago
Philip Kaufmann e7d41be870 translations update 2013-05-07 12 years ago
Philip Kaufmann b9763faf12 translations update 2013-05-04 12 years ago
Vinnie Falco 64753f0438 Remove leveldb in preparation for git-subtree 12 years ago
Philip Kaufmann 110257a631 small init.cpp changes (strings / Winsock init) 12 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 12 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 12 years ago
Jonas Schnelli 367491df9d osx: show testnet icon in dock as early as possible 12 years ago
Gavin Andresen bce697d7fa Remove implementation of disabled opcodes 12 years ago
Jonas Schnelli b357a71cfa clear path cache after getting a proper config file (fixes #2605) 12 years ago
Gavin Andresen 2f15e86a68 Do not write to wallet during LoadWallet 12 years ago
Gavin Andresen d605bc4cd1 Exit cleanly if AppInit2 returns false 12 years ago
Pieter Wuille a9d9f0f5f7 Do not kill connections on recv buffer overflow 12 years ago
Pieter Wuille 2aceeb01a9 Bugfix: if no bestblock record is present, do a -rescan 12 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 12 years ago
Jeff Garzik 9f4976afe2 RPC: strictly require HTTP URI "/" 12 years ago
Pieter Wuille 788064dd12 Don't announce to non-peer CNodes 12 years ago
David Serrano ebd7e8bf91 Accept negative -par values to leave N CPUs free. 12 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 12 years ago
Pieter Wuille 551b367f19 Allow files to be opened for reading multiple times 12 years ago
Wladimir J. van der Laan d23fa49c52 move WSAStartup to init 12 years ago
Pieter Wuille 20d6f2013b Checking whether closing succeeds 12 years ago
Pieter Wuille 67efbda4a2 Print actual Win32 error that occurred on file creation failure. 12 years ago
Tariq Bashir 6e34d9b12a Prevent prevent file descriptor leak in ShrinkDebugFile() 12 years ago
Wladimir J. van der Laan fe9e88cb06 fix !O_NONBLOCK where ~O_NONBLOCK was meant 12 years ago
Wladimir J. van der Laan dffb535ead qt: remove fee recommendation in settings 12 years ago
Wladimir J. van der Laan 1a31428ec0 qt: remove extraneous padding introduced in multiwallet support patch 12 years ago
Pieter Wuille 33912d1f23 Allow select()ing up to 1024 file descriptors on Windows 12 years ago