2956 Commits (772351b0d5b298a93bb90b403b4ec151ca5f9770)
 

Author SHA1 Message Date
Gavin Andresen 772351b0d5 Merge branch '2012_08_progressbarwin' of git://github.com/laanwj/bitcoin 12 years ago
Gavin Andresen 9db9642db4 Merge branch 'nozeroout' of git://github.com/sipa/bitcoin 12 years ago
Gavin Andresen b9c078ea96 Merge branch 'checkpoint' 12 years ago
Wladimir J. van der Laan 8f3f554053 Merge pull request #1724 from laanwj/2012_08_updtrans_cs 12 years ago
Wladimir J. van der Laan 12324c1693 Update Czech translation from Transifex 12 years ago
Wladimir J. van der Laan 382b75f528 Override progress bar on platforms with segmented progress bars 12 years ago
Pieter Wuille af1c6b93b7 Merge pull request #1699 from laanwj/2012_08_securealloc 12 years ago
Pieter Wuille 65ce215641 Make 0-value outputs non-standard 12 years ago
Gregory Maxwell c68c4bc7a4 Merge pull request #1672 from gmaxwell/filter_listunspent 12 years ago
Gregory Maxwell b1093efa83 Change CWallet addressgrouping to use CTxDestination instead of strings. 12 years ago
Gregory Maxwell bdab0cf58c Avoid leaving return types or function attributes on their own lines. 12 years ago
Gregory Maxwell 0050cf21ce Merge pull request #1409 from luke-jr/listtx_generate_fold 12 years ago
Luke Dashjr e07c8e9123 Treat generation (mined) transactions less different from receive transactions 12 years ago
Gregory Maxwell 1bcd3f26c0 Merge pull request #1431 from luke-jr/opt_ipv6 12 years ago
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default 12 years ago
Luke Dashjr 45beb88966 Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too 12 years ago
Luke Dashjr e422bebbdc Make IPv6 support buildtime-optional again (defaults to enabled) 12 years ago
Wladimir J. van der Laan 579d011738 Merge pull request #1713 from laanwj/2012_08_aboutqticon 12 years ago
Wladimir J. van der Laan 05fa0de6d8 Add icon for "About Qt" in menu 12 years ago
Gregory Maxwell 92735bca31 Add txout address filtering to listunspent. 12 years ago
coderrr 22dfd73598 Add address groupings RPC from the coincontrol patches. 12 years ago
Gregory Maxwell 47753fa369 Merge pull request #1393 from luke-jr/refactor_times 12 years ago
Luke Dashjr c3f95ef13f Choose reasonable "smart" times to display for transactions 12 years ago
Luke Dashjr bdbfd2329a JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to transaction Object outputs 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
Jeff Garzik cf78183fad Merge pull request #1707 from xanatos/patch-7 12 years ago
Pieter Wuille de363e73ea Merge pull request #1709 from xanatos/patch-10 12 years ago
xanatos 331544bc37 Spaces in strings 12 years ago
xanatos b765385a3e Removed useless assignment 12 years ago
Wladimir J. van der Laan 0b886ad1bd Make CCrypter use LockedPageManager to manage locked pages 12 years ago
Wladimir J. van der Laan e95568b78d Handle locked pages more robustly (Fixes issue #1462) 12 years ago
Wladimir J. van der Laan fedd060d81 Merge pull request #1700 from laanwj/2012_08_testsotherfiles 12 years ago
Gregory Maxwell a159d6caf0 Merge pull request #1694 from sipa/fix_netloops 12 years ago
Wladimir J. van der Laan 4942b21203 bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited easier in Qt creator 12 years ago
Wladimir J. van der Laan ba1cdb6883 Merge pull request #1701 from laanwj/2012_08_pull_transifex 12 years ago
Wladimir J. van der Laan d9725378b0 Update translations from transifex 12 years ago
Pieter Wuille f161a2c211 Fix infinite loops in connection logic 12 years ago
Pieter Wuille 1a3dcca8f4 Merge pull request #1695 from sipa/noloadorphan 12 years ago
Gavin Andresen 80cfc3a485 Checkpoint at block 193,000 12 years ago
Gavin Andresen f39ab4c8d0 Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin 12 years ago
Pieter Wuille 5c88e3c108 Do not accept orphan blocks in -loadblock mode 12 years ago
Jeff Garzik 1954d40691 Merge pull request #1493 from jgarzik/unlocked-rpc 12 years ago
Jeff Garzik 0e1d3551da RPC: add facility to enable RPCs to run outside cs_main, wallet locks 12 years ago
Gavin Andresen cd58f05894 Restore OSX 10.5 compatibility (do not use pthread_setname_np) 12 years ago
Gavin Andresen b4b7ed1915 Fix 32-bit build error: include util.h to get int64 typedef 12 years ago
Jeff Garzik 5f2b41d54d Merge pull request #1693 from jgarzik/rpcwallet 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Pieter Wuille 143acc7672 Merge pull request #1687 from gavinandresen/quietunit 12 years ago
Gregory Maxwell 4a4a0c1196 Merge pull request #1690 from gavinandresen/signrawtx_null 12 years ago