Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-28 | update 2 command-line parameter help messages | Philip Kaufmann | |
- -checkpoints is now much more understandable and should be way easier to translate - -loadblock uses the same format (blk000??.dat) as -reindex | |||
2012-12-26 | If the prio. will be enough after the next block don't force fees. | Gregory Maxwell | |
If the user was really after the fastest possible confirmation times they would be manually setting a fee. In cases where the wallet builds a transaction with a priority that is too low to qualify as free until the next block, go ahead without a fee. Confirmation frequently takes multiple blocks even when a minimum fee is provided. | |||
2012-12-22 | Make IsCanonicalScript() check the hash type more thoroughly | Pieter Wuille | |
0 and 128 were previously accepted as standard hash type. Note that this function is not active in the current verification code. | |||
2012-12-21 | Merge pull request #2116 from sipa/importrescanbool | Gavin Andresen | |
Convert fRescan argument to importprivkey to bool | |||
2012-12-20 | Merge pull request #2113 from sipa/hashh | Pieter Wuille | |
Split off hash.h from util.h | |||
2012-12-19 | use fee/sigop data in BlockTemplate struct instead of (not always correctly) ↵ | Forrest Voight | |
calculating it ourselves | |||
2012-12-19 | changed CreateNewBlock to return a CBlockTemplate object, which includes ↵ | Forrest Voight | |
per-tx fee and sigop count data | |||
2012-12-19 | Convert fRescan argument to importprivkey to bool | Pieter Wuille | |
2012-12-18 | Split off hash.h from util.h | Pieter Wuille | |
2012-12-18 | Merge pull request #2112 from fanquake/typos | Gavin Andresen | |
Fix two typos in main.h | |||
2012-12-17 | Fix two typos in main.h | fanquake | |
Break one long comment down into 3 lines so it's readable. | |||
2012-12-16 | Upgrading to 0.8: re-use blkNNNN.dat files. | Gavin Andresen | |
2012-12-15 | Bitcoin-Qt: comment out unused parameter in addressbookpage | Philip Kaufmann | |
2012-12-15 | Bitcoin-Qt: ensure all Windows scopes use win32 as identifier | Philip Kaufmann | |
- currently we sometimes use "windows" or "win32", but as per http://doc.qt.digia.com/qt/qmake-advanced-usage.html, windows seems to be not officially supported (only win32 is mentioned there) | |||
2012-12-14 | In listaddressgroupings push down the IsMine check to run on each input. | Gregory Maxwell | |
This avoids a potential crash when trying to read the scrippubkeys on transactions where the first input IsMine but some of the rest are not when running listaddressgroupings. | |||
2012-12-13 | Merge pull request #2087 from gavinandresen/check210000 | Pieter Wuille | |
Checkpoint at first 25-btc-reward block (210,000) | |||
2012-12-13 | Merge pull request #2096 from 94m3k1n9/fix-time-formats | Pieter Wuille | |
Change timestamps to use ISO8601 formatting | |||
2012-12-12 | Merge pull request #2045 from Diapolo/use_message | Wladimir J. van der Laan | |
use new message() function in BitcoinGUI | |||
2012-12-12 | Merge pull request #2097 from Diapolo/fix_merges | Gavin Andresen | |
fix small stuff related to the recent merge-wave | |||
2012-12-12 | LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation | Philip Kaufmann | |
- fix some indentation issues | |||
2012-12-12 | add threadsafety.h to bitcoin-qt.pro | Philip Kaufmann | |
- to be able to see threadsafety.h in the Qt Creator IDE the file needs to be added to the HEADERS section | |||
2012-12-12 | Merge pull request #2080 from mcassano/importprivkey_rescan_false | Gavin Andresen | |
add rescan bool to importprivkey to control whether to do a rescan after import | |||
2012-12-12 | Merge pull request #2095 from al42and/upnp | Gavin Andresen | |
OptionsModel now has MapPortUPnP=false if UPNP is not supported | |||
2012-12-12 | Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 | Gavin Andresen | |
Documented locking part 1+2 | |||
2012-12-12 | Merge pull request #2064 from petertodd/ipv6-doc-polarity | Gavin Andresen | |
Replace text on how to enable IPv6 with disable | |||
2012-12-12 | Merge pull request #1825 from roques/bignum2 | Gavin Andresen | |
Bignum2 | |||
2012-12-12 | Merge pull request #1940 from grimd34th/patch-1 | Gavin Andresen | |
Add NATIVE_WINDOWS | |||
2012-12-12 | Merge pull request #2073 from grimd34th/patch-3 | Gavin Andresen | |
Update src/makefile.mingw | |||
2012-12-12 | Merge pull request #2048 from jgarzik/no-checkpoints | Gavin Andresen | |
Add "checkpoints" option, to permit disabling of checkpoint logic. | |||
2012-12-12 | Merge pull request #1861 from jgarzik/coinlock | Gavin Andresen | |
Add new RPC "lockunspent", to prevent spending of selected outputs | |||
2012-12-12 | Merge pull request #2059 from sipa/benchmark | Gavin Andresen | |
Add -benchmark for reporting block processing times | |||
2012-12-12 | Merge pull request #2062 from sipa/nocoins | Gavin Andresen | |
Reconstruct coins/ database when missing | |||
2012-12-12 | Merge pull request #2074 from sipa/minor | Gavin Andresen | |
Two minor inconvenience fixes | |||
2012-12-12 | Compile c/objective-c code max compatiblity when RELEASE | Gavin Andresen | |
2012-12-12 | Change timestamps to use ISO8601 formatting | Richard Schwab | |
2012-12-12 | OptionsModel now has MapPortUPnP=false if UPNP is not supported | Andrey Alekseenko | |
2012-12-10 | Checkpoint at first 25-btc-reward block (210,000) | Gavin Andresen | |
2012-12-07 | Merge pull request #2068 from Diapolo/CheckDiskSpace | Pieter Wuille | |
some CheckDiskSpace() related changes | |||
2012-12-06 | add rescan bool to importprivkey to control whether to do a rescan after import | Mike Cassano | |
2012-12-06 | Allow lengthy block reconnections to be interrupted | Pieter Wuille | |
When the coin database is out of date with the block database, the best block in it is automatically switched to. This reconnection process can take time, so allow it to be interrupted. This also stops block connection as soon as shutdown is requested, leading to a faster shutdown. | |||
2012-12-06 | Update the block file counter in database when using -reindex | Pieter Wuille | |
This problem is like earth (mostly harmless). After/during a -reindex, it means the statistics about the last block file reported in debug.log are always of blk00000.dat instead of the last file. Apart from that, it means a few more database entries need to be read when finding a file to append to the first time. | |||
2012-12-06 | Reconstruct coins/ from scratch when missing. | Pieter Wuille | |
2012-12-06 | Merge pull request #2057 from Diapolo/FlushBlockFile | Pieter Wuille | |
FlushBlockFile(): check for valid FILE pointer | |||
2012-12-05 | Merge pull request #2066 from Diapolo/small_uiint_changes | Wladimir J. van der Laan | |
UI interface changes | |||
2012-12-05 | Merge pull request #2056 from sipa/fix_2052 | Pieter Wuille | |
Fixes for obscure mempool-checkpoint interaction | |||
2012-12-05 | Add -benchmark for reporting block processing times | Pieter Wuille | |
2012-12-05 | Add GetTimeMicros() for ore accurate benchmarking | Pieter Wuille | |
2012-12-05 | Merge pull request #2063 from Diapolo/CDiskBlockPos | Pieter Wuille | |
add 2 constructors in CDiskBlockPos to simplify class usage | |||
2012-12-05 | call CheckDiskSpace() before pre-allocating space | Philip Kaufmann | |
- even if we are allowed to fail pre-allocating, it's better to check for sufficient space before calling AllocateFileRange() and if we are out of disk space return with error() - the above change allows us to remove the CheckDiskSpace() check in CBlock::AcceptBlock() | |||
2012-12-04 | Update src/makefile.mingw | grimd34th | |
With MinGW we use .a not .lib |