aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-25Update Czech translation from TransifexWladimir J. van der Laan
2012-08-24Merge pull request #1699 from laanwj/2012_08_secureallocPieter Wuille
2012-08-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-08-23Merge pull request #1431 from luke-jr/opt_ipv6Gregory Maxwell
2012-08-23Allow building with IPv6 support, but it disabled by defaultLuke Dashjr
2012-08-23Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} tooLuke Dashjr
2012-08-23Make IPv6 support buildtime-optional again (defaults to enabled)Luke Dashjr
2012-08-23Add icon for "About Qt" in menuWladimir J. van der Laan
2012-08-23Add txout address filtering to listunspent.Gregory Maxwell
2012-08-23Add address groupings RPC from the coincontrol patches.coderrr
2012-08-23Choose reasonable "smart" times to display for transactionsLuke Dashjr
2012-08-23JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr
2012-08-23Store a fixed order of transactions (and accounting) in the walletLuke Dashjr
2012-08-23Merge pull request #1707 from xanatos/patch-7Jeff Garzik
2012-08-23Spaces in stringsxanatos
2012-08-23Removed useless assignmentxanatos
2012-08-23Make CCrypter use LockedPageManager to manage locked pagesWladimir J. van der Laan
2012-08-23Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan
2012-08-22Merge pull request #1694 from sipa/fix_netloopsGregory Maxwell
2012-08-22Merge pull request #1701 from laanwj/2012_08_pull_transifexWladimir J. van der Laan
2012-08-22Update translations from transifexWladimir J. van der Laan
2012-08-22Fix infinite loops in connection logicPieter Wuille
2012-08-22Merge pull request #1695 from sipa/noloadorphanPieter Wuille
2012-08-21Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-08-21Do not accept orphan blocks in -loadblock modePieter Wuille
2012-08-21Merge pull request #1493 from jgarzik/unlocked-rpcJeff Garzik
2012-08-21RPC: add facility to enable RPCs to run outside cs_main, wallet locksJeff Garzik
2012-08-21Restore OSX 10.5 compatibility (do not use pthread_setname_np)Gavin Andresen
2012-08-21Fix 32-bit build error: include util.h to get int64 typedefGavin Andresen
2012-08-21Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik
2012-08-21Merge pull request #1687 from gavinandresen/quietunitPieter Wuille
2012-08-21Merge pull request #1690 from gavinandresen/signrawtx_nullGregory Maxwell
2012-08-21RPC: submitblock returns null on success, string on errorJeff Garzik
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik
2012-08-21RPC, cosmetic: de-indent getblocktemplate()Jeff Garzik
2012-08-21RPC: split new 'submitblock' out of 'getblocktemplate'Jeff Garzik
2012-08-20Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen
2012-08-20Merge pull request #1689 from gavinandresen/rawtx_singlefixGregory Maxwell
2012-08-20When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...Gavin Andresen
2012-08-20Allow setting a different linker than compiler in makefile.unixMatt Corallo
2012-08-20Add data-driven transaction tests.Matt Corallo
2012-08-20Add a few test cases to data-driven script tests.Matt Corallo
2012-08-20Suppress output when running unit tests.Gavin Andresen
2012-08-20Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen
2012-08-20Block height in coinbase as a new block ruleGavin Andresen