Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | Make CPubKey statically allocated | Pieter Wuille | |
2013-05-29 | Merge pull request #2671 from bytemaster/master | Pieter Wuille | |
Fix Memory Leak | |||
2013-05-29 | Merge pull request #2713 from sipa/zerodotnine | Pieter Wuille | |
Prepare for 0.9 merge window | |||
2013-05-30 | Prepare for 0.9 merge window | Pieter Wuille | |
2013-05-29 | Merge pull request #2695 from robbak/init_cpp-explicit_cast | Pieter Wuille | |
Explictly cast calculation to int, to allow std::min to work. | |||
2013-05-25 | Merge pull request #2696 from robbak/util_h-Add_stdarg_includev0.8.2 | Wladimir J. van der Laan | |
Explicitly #include stdarg.h, for access to va_list | |||
2013-05-24 | Bump build number to 0.8.2.2 for v0.8.2rc3v0.8.2rc3 | Gavin Andresen | |
2013-05-24 | Merge pull request #2683 from Diapolo/translations | Gavin Andresen | |
translations update 2013-05-23 | |||
2013-05-24 | Fix crash-at-shutdown if exiting before initializing wallet | Gavin Andresen | |
2013-05-24 | Explicitly #include stdarg.h, for access to va_list | Robert Backhaus | |
2013-05-24 | Explictly cast calculation to int, to allow std::max to work. | Robert Backhaus | |
2013-05-23 | Clean up mining CReserveKey to prevent crash at shutdown | Gavin Andresen | |
Fixes issue#2687 | |||
2013-05-23 | translations update 2013-05-23 | Philip Kaufmann | |
- integrates current translations from Transifex | |||
2013-05-22 | Merge pull request #2682 from sipa/morewalletbb | Gregory Maxwell | |
More bestblock records in wallets | |||
2013-05-22 | Merge pull request #2652 from gavinandresen/version_0.8.2_final | Gavin Andresen | |
Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1 | |||
2013-05-22 | Merge pull request #2649 from Diapolo/translations | Gavin Andresen | |
translations update 2013-05-19 (for 0.8.2 release) | |||
2013-05-22 | More bestblock records in wallets | Pieter Wuille | |
Write bestblock records in wallets: * Every 20160 blocks synced, no matter what (before: none during IBD) * Every 144 blocks after IBD (before: for every block, slow) * When creating a new wallet * At shutdown This should result in far fewer spurious rescans. | |||
2013-05-22 | Merge pull request #2677 from sipa/fastcreate | Gavin Andresen | |
CreateNewBlock performance improvements | |||
2013-05-21 | Add a few data-driven tests for SIGHASH_ANYONECANPAY | Matt Corallo | |
2013-05-21 | CreateNewBlock performance improvements | Pieter Wuille | |
2013-05-19 | Fix memory leak on exception in Key::SignCompact | Daniel Larimer | |
2013-05-19 | fix memory leak in CKey::SetCompactSignature() | Daniel Larimer | |
2013-05-19 | translations update 2013-05-19 (for 0.8.2 release) | Philip Kaufmann | |
- integrates current translations from Transifex - new translation: af_ZA | |||
2013-05-13 | Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1 | Gavin Andresen | |
2013-05-10 | Update version numbers for 0.8.2rc1 releasev0.8.2rc1 | Gavin Andresen | |
2013-05-10 | Merge pull request #2630 from Diapolo/translations | Gavin Andresen | |
translations update 2013-05-08 (for 0.8.2 release) | |||
2013-05-09 | Merge pull request #2635 from gavinandresen/boost_chrono_osx | Gavin Andresen | |
Link with boost_chrono library on OSX | |||
2013-05-09 | Link with boost_chrono library on OSX | Gavin Andresen | |
Compiling on my OSX 10.6 build machine, I get: Undefined symbols: "boost::chrono::steady_clock::now()", referenced from: boost::cv_status boost::condition_variable::wait_for<long long, boost::ratio<1ll, 1000000000ll> >(boost::unique_lock<boost::mutex>&, boost::chrono::duration<long long, boost::ratio<1ll, 1000000000ll> > const&)in bitcoinrpc.o Linking against the boost_chrono fixes the issue. Windows builds already link against boost_chrono; Linux doesn't, but compiles (on pull-tester / gitian, at least). | |||
2013-05-08 | translations update 2013-05-08 | Philip Kaufmann | |
- integrates current translations from Transifex | |||
2013-05-07 | Specified base_uint component size | William Yager | |
A base_uint used to be made of an array of unsigned ints. This works fine on most platforms, but might not work on certain present or future platforms. The code breaks if an unsigned int is 16 or 64 bits, so it's important to be specific. Also changed "u" to "you". | |||
2013-05-07 | Merge pull request #2410 from gmaxwell/salvageharder | Gavin Andresen | |
Make explicitly requested salvage operations keep going when there is an error. | |||
2013-05-07 | translations update 2013-05-07 | Philip Kaufmann | |
- updates bitcoin_en.ts and bitcoinstrings.cpp - integrates current translations from Transifex | |||
2013-05-04 | Merge pull request #2577 from gavinandresen/fee_bandaid | Gavin Andresen | |
Treat dust outputs as non-standard, un-hardcode TX_FEE constants | |||
2013-05-04 | Merge pull request #2606 from gavinandresen/threadfix | Pieter Wuille | |
Exit cleanly if AppInit2 returns false | |||
2013-05-04 | translations update 2013-05-04 | Philip Kaufmann | |
- updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex | |||
2013-05-03 | Merge pull request #2558 from sipa/nodbdir | Pieter Wuille | |
Some database/-related recovery improvements | |||
2013-05-03 | Merge pull request #2599 from sipa/norecvdisc | Pieter Wuille | |
Do not kill connections on recv buffer overflow | |||
2013-05-03 | Merge pull request #2614 from jonasschnelli/icon_testnet_mac | Gavin Andresen | |
osx: show testnet icon in dock as early as possible | |||
2013-05-03 | Merge pull request #2610 from gavinandresen/scriptcleanup | Gavin Andresen | |
Remove implementation of disabled opcodes | |||
2013-05-03 | Merge pull request #2566 from sipa/nodef | Gavin Andresen | |
Allow the default key to be unavailable | |||
2013-05-03 | Merge pull request #2607 from gavinandresen/loadwalletfix | Gavin Andresen | |
Do not write to wallet during LoadWallet | |||
2013-05-03 | Merge pull request #2603 from sipa/nobestblock | Pieter Wuille | |
Bugfix: if no bestblock record is present, do a -rescan | |||
2013-05-03 | Merge pull request #2602 from sipa/utxostate | Gavin Andresen | |
Improve gettxoutsetinfo command | |||
2013-05-03 | Merge pull request #2598 from Diapolo/init | Pieter Wuille | |
small init.cpp changes (strings / Winsock init) | |||
2013-05-03 | small init.cpp changes (strings / Winsock init) | Philip Kaufmann | |
- add a check that requested Winsock version is available - update some strings - remove -gen=0 from help-message as this is default | |||
2013-05-03 | Un-hardcode TX_FEE constants | Gavin Andresen | |
Allow setting of MIN_TX_FEE / MIN_RELAY_TX_FEE with -mintxfee / -mintxrelayfee Default values are the same (0.0001 BTC). | |||
2013-05-03 | CreateTransaction: return strFailReason on failure | Gavin Andresen | |
2013-05-03 | Define dust transaction outputs, and make them non-standard | Gavin Andresen | |
2013-05-03 | Remove flaky util thread unit tests | Gavin Andresen | |
2013-05-03 | osx: show testnet icon in dock as early as possible | Jonas Schnelli | |
A green testnet splashscreen with a normal, orange dock icon looks strange and can confuse users. Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch> |