novacoin.git
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted blk???...
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-05-22 R E BroadleyCorrect debug.log output to show correct function the...
2012-05-22 Wladimir J... Filter out whitespace and zero-width non-breaking space...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 Philip Kaufmannremove 2 ugly spaces from a message string
2012-05-18 R E BroadleyAdd build directory to .gitignore, so that it's not...
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-17 Pieter WuilleHopefully final fix for the stuck blockchain issue
2012-05-15 Philip Kaufmannremove string "TextLabel" from warningLabel, as this...
2012-05-15 Wladimir J... Properly escape " in strings when exporting CSV
2012-05-15 Philip Kaufmannremove 2 ugly spaces from a string used in translations
2012-05-15 Luke DashjrBitcoin-Qt: Remove redundant tooltip on optional transa...
2012-05-08 Luke DashjrBump version to 0.5.6
2012-05-08 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-08 Luke DashjrBump version to 0.4.7
2012-05-07 Luke DashjrUpdate/fix translations
2012-05-07 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Wladimir J... Hide UI immediately after leaving the main loop.
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-05 Philip Kaufmannremove HTML code around "Wallet" (displayed on overview...
2012-05-04 Luke DashjrBugfix: Remove redundant duplicate transaction check
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-05-04 Philip Kaufmannremove obsolete BackupWallet() entry in wallet.h
2012-05-02 Philip Kaufmannadd bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
2012-05-02 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-05-02 Philip Kaufmannfix DEPENDPATH in the project file, as json has no...
2012-05-02 Philip Kaufmannremove unused typedef in serialize.h
2012-04-27 Gavin Andresenfix compiler error in bitcoinrpc RE: boost::system
2012-04-27 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-27 Gavin AndresenWindows build: compile against openssl 1.0.1b
2012-04-27 Gavin AndresenWindows build: compile against openssl 1.0.1b
2012-04-27 Luke DashjrBump version to 0.5.5
2012-04-27 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-27 Luke DashjrBump version to 0.4.6
2012-04-27 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-27 freewilremove strange debug message from listsinceblock
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-24 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-22 Timothy RedaelliAdd missing includes. (Fix bulding under GCC 4.7)
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-18 Pieter WuilleAdd missing breaks in optionmodel's switch case
2012-04-17 Pieter WuilleFix potential deadlock
2012-04-17 Jeff GarzikFix misc. minor sign-comparison warnings
2012-04-17 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-17 Wladimir J... Add forgotten initializer
2012-04-17 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Jeff GarzikLocking fix for AlreadyHave()
2012-04-16 Wladimir J... Set label when selecting an address that already has...
2012-04-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J... fix warnings: delete called on 'XX' that has virtual...
2012-04-15 Wladimir J... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Wladimir J... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J... work around issue in boost::program_options that preven...
2012-04-15 Wladimir J... Show a message box when runaway exception happens
2012-04-15 Luke DashjrMerge commit 'e962c7f' into 0.5.0.x
2012-04-15 Luke DashjrBugfix: nTotalBlocks wasn't in 0.5.0, so need to replac...
2012-04-14 Luke DashjrAdd symlink to scripts/qt/make_windows_icon.sh from...
2012-04-14 Wladimir J... Rename make_windows_icon.py to .sh as it is a shell...
2012-04-14 Wladimir J... Do not show green tick unless all known blocks are...
2012-04-14 Wladimir J... Add missing tooltip and key shortcut in settings dialog...
2012-04-14 Gavin AndresenBug fix listtransactions from/count handling.
2012-04-11 Wladimir J... Show error message instead of exception crash when...
2012-04-06 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-06 Luke DashjrBugfix: Windows lacks sleep(), so need to use Sleep...
2012-04-06 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-06 p2kProper support for Growl 1.3 notifications
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-05 Luke DashjrMerge branch 'strlcpy_attribute' into 0.5.0.x
2012-04-05 Luke DashjrDocument strlcpy.h in assets-attribution.txt since...
2012-04-05 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-05 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-04 Wladimir J... Increase time ago of last block for "up to date" status...
2012-04-04 Matt CoralloAdd laanwj to gitian download scripts.
2012-04-04 Matt CoralloAdd laanwj to gitian download scripts.
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-04 Wladimir J... Use a messagebox to display the error when -server...
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Luke DashjrAdd Luke-Jr's PGP key to gitian-downloader
2012-04-04 Luke DashjrAdd Luke-Jr's PGP key to gitian-downloader
next