aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-06fix an incorrect if-clause in net.cppPhilip Kaufmann
2012-06-06Serialize access to debug.log streamMichael Hendricks
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-22Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik
2012-05-22Prevent crashes due to missing or corrupted database recordsJeff Garzik
2012-05-22Correct debug.log output to show correct function the debug is coming from.R E Broadley
2012-05-22Filter out whitespace and zero-width non-breaking spaces in validatorWladimir J. van der Laan
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20remove 2 ugly spaces from a message stringPhilip Kaufmann
2012-05-18Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-05-17Hopefully final fix for the stuck blockchain issuePieter Wuille
2012-05-15remove string "TextLabel" from warningLabel, as this is unneeded and as such ...Philip Kaufmann
2012-05-15Properly escape " in strings when exporting CSVWladimir J. van der Laan
2012-05-15remove 2 ugly spaces from a string used in translationsPhilip Kaufmann
2012-05-15Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr
2012-05-09Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it failsLuke Dashjr
2012-05-09Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerrLuke Dashjr
2012-05-08Bump version to 0.5.6Luke Dashjr
2012-05-08Bump version to 0.4.7Luke Dashjr
2012-05-07Update/fix translationsLuke Dashjr
2012-05-07Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-07Prevent stuck download: correct solutionPieter Wuille
2012-05-07Prevent stuck block download in large reorganisationsPieter Wuille
2012-05-06fix #952 by checking if we have a new address or an updated labelPhilip Kaufmann
2012-05-06Hide UI immediately after leaving the main loop.Wladimir J. van der Laan
2012-05-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-05-05remove HTML code around "Wallet" (displayed on overview page) and use Qt tags...Philip Kaufmann
2012-05-04Bugfix: Remove redundant duplicate transaction checkLuke Dashjr
2012-05-04Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-05-04remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-05-01fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann
2012-05-01remove unused typedef in serialize.hPhilip Kaufmann
2012-04-27fix compiler error in bitcoinrpc RE: boost::systemGavin Andresen
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-27Bump version to 0.5.5Luke Dashjr
2012-04-27Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-27Bump version to 0.4.6Luke Dashjr
2012-04-27listsinceblock: rpc param blockid -> blockhashfreewil
2012-04-27remove strange debug message from listsinceblockfreewil
2012-04-27We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli
2012-04-27We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli
2012-04-24CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-22Add missing includes. (Fix bulding under GCC 4.7)Timothy Redaelli
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger