Age | Commit message (Expand) | Author |
2012-03-03 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-03-03 | Bugfix: Fix possible buffer overflow (#901) | Luke Dashjr |
2012-03-03 | Bugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPath | Luke Dashjr |
2012-03-03 | Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.x | Luke Dashjr |
2012-03-03 | Do not allow overwriting unspent transactions (BIP 30) | Pieter Wuille |
2012-03-02 | DoS fix for mapOrphanTransactions | Gavin Andresen |
2012-02-27 | In UI, handle cases in which the last received block was generated in the fut... | Wladimir J. van der Laan |
2012-02-27 | Don't show splash screen when -min is specified on the command line. | Chris Moore |
2012-02-27 | Checkpoint block 168,000 | Gavin Andresen |
2012-02-27 | ProcessBlock is sometimes called with pfrom==NULL | Pieter Wuille |
2012-02-27 | Fix #616: remove base_uint::operator&=(uint64 b) | Pieter Wuille |
2012-02-27 | Fix #626: RecvLine wrong error message | Pieter Wuille |
2012-02-27 | On windows, show message box with help, as there is no stderr (fixes #702) | Wladimir J. van der Laan |
2012-02-27 | Only fill in label from address book, if no label is filled in yet, fixes #840 | Wladimir J. van der Laan |
2012-02-27 | Fix #650: CKey::SetSecret BIGNUM leak | Pieter Wuille |
2012-02-27 | Free pwalletdbEncryption after encryping wallet | Pieter Wuille |
2012-02-27 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan |
2012-02-17 | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore... | Wladimir J. van der Laan |
2012-02-17 | Extra wallet locking fixes | Pieter Wuille |
2012-02-17 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-02-17 | Fix wallet locking locking | Pieter Wuille |
2012-02-17 | Macros for manual critical sections | Pieter Wuille |
2012-02-17 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-02-17 | don't allow -daemon in bitcoin-qt (changes only #defines) | Wladimir J. van der Laan |
2012-02-17 | Properly include $*_LIB_PATH in makefile.unix | Matt Corallo |
2012-02-17 | Several shutdown-related fixes | Pieter Wuille |
2012-02-17 | Bugfix: do not create CAddress for invalid accepts | Pieter Wuille |
2012-02-17 | Fix Minimize to the tray instead of the taskbar | Janne Pulkkinen |
2012-02-17 | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan |
2012-02-14 | Enable accessible widgets Qt module on win32, so that people with screen read... | Wladimir J. van der Laan |
2012-02-11 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-02-11 | Get ext. IP from UPnP, make sure addrMe IsRoutable() in version. | Matt Corallo |
2012-02-11 | Fix #822 | Pieter Wuille |
2012-02-07 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-02-07 | Update copyrights to 2012 for files modified this year | Luke Dashjr |
2012-02-07 | Have bitcoind recommend a secure RPC password. Increase invalid password delay. | Gregory Maxwell |
2012-02-07 | Restructure credit transaction decomposition (solves issue #689) | Wladimir J. van der Laan |
2012-02-07 | Bugfix: Capitalize kB correctly (upstream: 9d4b05c) | Luke Dashjr |
2012-02-07 | Update copyrights to 2012 for files modified this year | Luke Dashjr |
2012-02-07 | Have bitcoind recommend a secure RPC password. Increase invalid password delay. | Gregory Maxwell |
2012-02-02 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr |
2012-02-02 | Only store transactions with missing inputs in the orphan pool. | Gavin Andresen |
2012-02-02 | Full checking of all loaded keys | Pieter Wuille |
2012-02-02 | Revert to global progress indication (see #753) | Wladimir J. van der Laan |
2012-02-02 | Check consistency of private keys | Pieter Wuille |
2012-02-02 | Allow -upnp to override setting in wallet (and simplify logic a bit) | Gavin Andresen |
2012-02-02 | Fix UPnP by reannouncing every 20 minutes. | Matt Corallo |
2012-02-02 | Testnet difficulty calculation changes, to take effect Feb 15 2012 | Gavin Andresen |
2012-02-02 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo |
2012-02-02 | Support makefile.osx building test_bitcoin with dynamic boost | Gavin Andresen |