aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-06-145-5/+6
| | | | |\| |
| | | | | * | Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4...Luke Dashjr2012-06-141-1/+1
| | | | | * | Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr2012-06-122-3/+1
| | | | | * | fix an incorrect if-clause in net.cppPhilip Kaufmann2012-06-061-1/+1
| | | | | * | Serialize access to debug.log streamMichael Hendricks2012-06-061-0/+3
| | | | * | | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan2012-06-141-0/+6
| | | | * | | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann2012-06-149-15/+26
| | | | * | | Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)Philip Kaufmann2012-06-142-0/+4
| | | | * | | change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann2012-06-141-1/+1
| | | | * | | removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a...Philip Kaufmann2012-06-141-2/+2
| | | | * | | Do not select first address automatically in the address bookWladimir J. van der Laan2012-06-141-5/+0
| | | * | | | Bugfix: Allow tray icon to linger until Bitcoin-Qt shuts down completely. Fix...Luke Dashjr2012-06-061-2/+0
| | * | | | | Use a 64-bit nonce in pingPieter Wuille2012-06-141-1/+2
| | * | | | | Update comment about secure_allocator<>Pieter Wuille2012-06-141-1/+0
| | * | | | | Do not signal outbound semaphore if uninitializedPieter Wuille2012-05-251-2/+3
| | * | | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-05-2211-36/+100
| | |\| | | |
| | | * | | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-228-34/+77
| | | |\| | |
| | | | * | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-226-30/+66
| | | | |\| |
| | | | | * | Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik2012-05-221-2/+13
| | | | | * | Prevent crashes due to missing or corrupted database recordsJeff Garzik2012-05-222-4/+21
| | | | | * | Correct debug.log output to show correct function the debug is coming from.R E Broadley2012-05-221-7/+7
| | | | | * | Update License in File HeadersFordy2012-05-2035-35/+36
| | | | | * | remove 2 ugly spaces from a message stringPhilip Kaufmann2012-05-201-1/+1
| | | | | * | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-183-5/+11
| | | | | * | Hopefully final fix for the stuck blockchain issuePieter Wuille2012-05-171-11/+13
| | | | | * | Bump version to 0.4.7Luke Dashjr2012-05-081-1/+1
| | | | * | | Filter out whitespace and zero-width non-breaking spaces in validatorWladimir J. van der Laan2012-05-221-2/+18
| | | | * | | Update License in File HeadersFordy2012-05-2032-32/+33
| | | | * | | remove string "TextLabel" from warningLabel, as this is unneeded and as such ...Philip Kaufmann2012-05-151-3/+0
| | | | * | | Properly escape " in strings when exporting CSVWladimir J. van der Laan2012-05-151-2/+3
| | | | * | | remove 2 ugly spaces from a string used in translationsPhilip Kaufmann2012-05-151-1/+1
| | | | * | | Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr2012-05-151-1/+0
| | | | * | | Bump version to 0.5.6Luke Dashjr2012-05-081-1/+1
| | | | * | | Update/fix translationsLuke Dashjr2012-05-0714-11633/+4263
| | | | * | | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-071-1/+18
| | | | |\| |
| | | | | * | Prevent stuck download: correct solutionPieter Wuille2012-05-071-2/+14
| | | | | * | Prevent stuck block download in large reorganisationsPieter Wuille2012-05-071-3/+8
| | | * | | | Update License in File HeadersFordy2012-05-2040-40/+41
| | | * | | | Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-183-6/+15
| | | * | | | Correct DateFordy2012-05-151-1/+1
| | | * | | | Correct DateFordy2012-05-151-1/+1
| | | * | | | Bump version to 0.6.0.8Luke Dashjr2012-05-081-1/+1
| | | * | | | Update/fix translationsLuke Dashjr2012-05-0732-9035/+9973
| | | * | | | Prevent stuck download: correct solutionPieter Wuille2012-05-071-2/+14
| | | * | | | Merge commit '293f264' into 0.6.0.xLuke Dashjr2012-05-072-3/+10
| | | |\| | |
| | | | * | | fix #952 by checking if we have a new address or an updated labelPhilip Kaufmann2012-05-061-3/+9
| | | | * | | Hide UI immediately after leaving the main loop.Wladimir J. van der Laan2012-05-061-0/+1
| | * | | | | Remove duplicate behavior on MacOSXWladimir J. van der Laan2012-05-221-1/+0
| | * | | | | Update License in File HeadersFordy2012-05-2044-44/+45
| | * | | | | Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.R E Broadley2012-05-183-3/+3