Age | Commit message (Expand) | Author |
2012-08-27 | Removed duplicated lock | xanatos |
2012-08-27 | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, rath... | Luke Dashjr |
2012-08-26 | Alert system DoS prevention | Gavin Andresen |
2012-08-25 | Merge branch '2012_08_progressbarwin' of git://github.com/laanwj/bitcoin | Gavin Andresen |
2012-08-25 | Merge branch 'nozeroout' of git://github.com/sipa/bitcoin | Gavin Andresen |
2012-08-25 | Merge branch 'checkpoint' | Gavin Andresen |
2012-08-25 | Update Czech translation from Transifex | Wladimir J. van der Laan |
2012-08-24 | Abstract all IPC communication to qtipcserver | Luke Dashjr |
2012-08-24 | Override progress bar on platforms with segmented progress bars | Wladimir J. van der Laan |
2012-08-24 | Merge pull request #1699 from laanwj/2012_08_securealloc | Pieter Wuille |
2012-08-24 | Qt: add copyrightLabel to aboutdialog.ui | Philip Kaufmann |
2012-08-24 | Make 0-value outputs non-standard | Pieter Wuille |
2012-08-24 | Merge pull request #1672 from gmaxwell/filter_listunspent | Gregory Maxwell |
2012-08-24 | Change CWallet addressgrouping to use CTxDestination instead of strings. | Gregory Maxwell |
2012-08-24 | Avoid leaving return types or function attributes on their own lines. | Gregory Maxwell |
2012-08-23 | Treat generation (mined) transactions less different from receive transactions | Luke Dashjr |
2012-08-23 | Merge pull request #1431 from luke-jr/opt_ipv6 | Gregory Maxwell |
2012-08-23 | Allow building with IPv6 support, but it disabled by default | Luke Dashjr |
2012-08-23 | Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} too | Luke Dashjr |
2012-08-23 | Make IPv6 support buildtime-optional again (defaults to enabled) | Luke Dashjr |
2012-08-23 | Add icon for "About Qt" in menu | Wladimir J. van der Laan |
2012-08-23 | Add txout address filtering to listunspent. | Gregory Maxwell |
2012-08-23 | Add address groupings RPC from the coincontrol patches. | coderrr |
2012-08-23 | Choose reasonable "smart" times to display for transactions | Luke Dashjr |
2012-08-23 | JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra... | Luke Dashjr |
2012-08-23 | Store a fixed order of transactions (and accounting) in the wallet | Luke Dashjr |
2012-08-23 | Merge pull request #1707 from xanatos/patch-7 | Jeff Garzik |
2012-08-23 | Spaces in strings | xanatos |
2012-08-23 | Removed useless assignment | xanatos |
2012-08-23 | Make CCrypter use LockedPageManager to manage locked pages | Wladimir J. van der Laan |
2012-08-23 | Handle locked pages more robustly (Fixes issue #1462) | Wladimir J. van der Laan |
2012-08-22 | Merge pull request #1694 from sipa/fix_netloops | Gregory Maxwell |
2012-08-22 | Merge pull request #1701 from laanwj/2012_08_pull_transifex | Wladimir J. van der Laan |
2012-08-22 | Update translations from transifex | Wladimir J. van der Laan |
2012-08-22 | Fix infinite loops in connection logic | Pieter Wuille |
2012-08-22 | Merge pull request #1695 from sipa/noloadorphan | Pieter Wuille |
2012-08-21 | Checkpoint at block 193,000 | Gavin Andresen |
2012-08-21 | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin | Gavin Andresen |
2012-08-21 | Do not accept orphan blocks in -loadblock mode | Pieter Wuille |
2012-08-21 | Merge pull request #1493 from jgarzik/unlocked-rpc | Jeff Garzik |
2012-08-21 | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik |
2012-08-21 | Restore OSX 10.5 compatibility (do not use pthread_setname_np) | Gavin Andresen |
2012-08-21 | Fix 32-bit build error: include util.h to get int64 typedef | Gavin Andresen |
2012-08-21 | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik |
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik |
2012-08-21 | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik |
2012-08-21 | Merge pull request #1687 from gavinandresen/quietunit | Pieter Wuille |
2012-08-21 | Merge pull request #1690 from gavinandresen/signrawtx_null | Gregory Maxwell |
2012-08-21 | RPC: submitblock returns null on success, string on error | Jeff Garzik |
2012-08-21 | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik |