aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.5.0.x' into 0.5.xv0.5.3rc4v0.5.3Luke Dashjr2012-03-113-5/+7
|\
| * Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-112-4/+6
| |\
| | * Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell2012-03-112-4/+6
| * | fix typo src/net.cppnomnombtc2012-03-061-1/+1
* | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-03-0317-43/+148
|\| |
| * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-039-27/+87
| |\|
| | * Bugfix: Fix possible buffer overflow (#901)Luke Dashjr2012-03-031-5/+10
| | * Bugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPathLuke Dashjr2012-03-031-1/+5
| | * Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.xLuke Dashjr2012-03-031-2/+24
| | |\
| | | * Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille2012-03-031-2/+24
| | * | DoS fix for mapOrphanTransactionsGavin Andresen2012-03-022-1/+25
| | * | Checkpoint block 168,000Gavin Andresen2012-02-271-0/+1
| | * | Fix #616: remove base_uint::operator&=(uint64 b)Pieter Wuille2012-02-271-7/+0
| | * | Fix #626: RecvLine wrong error messagePieter Wuille2012-02-271-2/+2
| | * | Fix #650: CKey::SetSecret BIGNUM leakPieter Wuille2012-02-271-1/+4
| | * | Free pwalletdbEncryption after encryping walletPieter Wuille2012-02-271-1/+1
| | * | Extra wallet locking fixesPieter Wuille2012-02-171-8/+16
| * | | In UI, handle cases in which the last received block was generated in the fut...Wladimir J. van der Laan2012-02-271-4/+11
| * | | Don't show splash screen when -min is specified on the command line.Chris Moore2012-02-271-4/+8
| * | | ProcessBlock is sometimes called with pfrom==NULLPieter Wuille2012-02-271-2/+4
| * | | On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan2012-02-271-0/+5
| * | | Only fill in label from address book, if no label is filled in yet, fixes #840Wladimir J. van der Laan2012-02-271-2/+3
| * | | Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-274-0/+26
| * | | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...Wladimir J. van der Laan2012-02-171-4/+4
* | | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-173-19/+23
|\| | |
| * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-173-19/+23
| |\| |
| | * | Fix wallet locking lockingPieter Wuille2012-02-171-16/+14
| | * | Macros for manual critical sectionsPieter Wuille2012-02-172-3/+9
* | | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-175-21/+45
|\| | |
| * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-171-6/+13
| |\| |
| | * | Several shutdown-related fixesPieter Wuille2012-02-171-5/+8
| | * | Bugfix: do not create CAddress for invalid acceptsPieter Wuille2012-02-171-1/+5
| * | | don't allow -daemon in bitcoin-qt (changes only #defines)Wladimir J. van der Laan2012-02-171-3/+3
| * | | Properly include $*_LIB_PATH in makefile.unixMatt Corallo2012-02-171-2/+2
| * | | Fix Minimize to the tray instead of the taskbarJanne Pulkkinen2012-02-172-10/+26
| * | | Prevent window from being shown momentarily when using -minWladimir J. van der Laan2012-02-171-5/+5
| * | | Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan2012-02-141-0/+1
* | | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-113-2/+22
|\| | |
| * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-113-2/+22
| |\| |
| | * | Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo2012-02-112-1/+21
| | * | Fix #822Pieter Wuille2012-02-111-1/+1
* | | | Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr2012-02-075-27/+27
* | | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-0727-113/+108
|\| | |
| * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-078-8/+8
| |\| |
| | * | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-0715-15/+15
| | * | Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell2012-02-071-6/+15
| * | | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-077-7/+7
| * | | Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell2012-02-071-6/+15
| * | | Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan2012-02-071-37/+23
| * | | Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr2012-02-0712-55/+55