novacoin.git
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
2012-04-04 Philip Kaufmannremoved an ugly line break in a transaction tooltip...
2012-04-04 Pieter WuilleUpdated my GPG key
2012-04-04 Pieter WuilleUpdated my GPG key
2012-04-04 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-04 Luke DashjrFix script tests for P2SH
2012-04-04 Vegard NossumFix testing setup
2012-04-04 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-04-02 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-28 Luke DashjrMerge branch 'vfycompsig_0.5.0' into 0.5.0.x
2012-03-28 Luke DashjrMinimal support for compressed-key signature recovery...
2012-03-27 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-26 Gavin AndresenRemove wxWidgets .exe and locales during setup
2012-03-22 Pieter WuilleCheck minversion before loading the rest of the wallet
2012-03-22 Wladimir J... Fix warning about deprecated unescaped backslash
2012-03-22 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-22 Pieter WuilleMore debug output for failed reorganizations
2012-03-22 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-03-22 Luke DashjrFix grammatical errors in translation process documenta...
2012-03-22 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
2012-03-22 Luke DashjrMerge branch '0.5.3.x' into 0.5.x
2012-03-22 Luke DashjrMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side...
2012-03-21 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-21 Luke DashjrMerge branch 'bip16_0.4.x' into 0.4.x
2012-03-21 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
2012-03-19 Pieter WuilleWorkaround for BN_bn2mpi reading/writing out of bounds
2012-03-19 Wladimir J... Yet another attempt at implementing "minimize to tray...
2012-03-19 Wladimir J... Hide window from taskbar when "minimize to tray" active...
2012-03-19 Joel KaartinenMake the sendcoins dialog use the configured unit type...
2012-03-19 Luke DashjrPrint more diagnostic info for the various DB_CORRUPT...
2012-03-19 Luke DashjrPrint wallet load errors (to debug.log)
2012-03-19 Luke DashjrBump version to 0.5.0.6
2012-03-19 Luke DashjrMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side...
2012-03-18 Luke DashjrMove QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side...
2012-03-17 Matt CoralloBump version to 0.5.3.1
2012-03-17 Luke DashjrBugfix: Missing includes
2012-03-17 Luke DashjrBugfix: Missing includes
2012-03-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.3.x
2012-03-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-16 Wladimir J... fix default suffixes in save dialog in GNOME, make...
2012-03-16 Luke DashjrBump version to 0.5.4
2012-03-16 Luke DashjrBump version to 0.5.0.5
next