fix compiler error in bitcoinrpc RE: boost::system
[novacoin.git] / src /
2012-04-27 Gavin Andresenfix compiler error in bitcoinrpc RE: boost::system
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. van... 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. van... 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. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J. van... fix warnings: delete called on 'XX' that has virtual...
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J. van... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J. van... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Wladimir J. van... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J. van... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J. van... work around issue in boost::program_options that preven...
2012-04-15 Wladimir J. van... Show a message box when runaway exception happens
2012-04-15 Luke DashjrBugfix: nTotalBlocks wasn't in 0.5.0, so need to replac...
2012-04-14 Wladimir J. van... Do not show green tick unless all known blocks are...
2012-04-14 Wladimir J. van... Add missing tooltip and key shortcut in settings dialog...
2012-04-14 Gavin AndresenBug fix listtransactions from/count handling.
2012-04-11 Wladimir J. van... 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 '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. van... Increase time ago of last block for "up to date" status...
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Wladimir J. van... 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 Philip Kaufmannremoved an ugly line break in a transaction tooltip...
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-22 Pieter WuilleCheck minversion before loading the rest of the wallet
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 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
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. van... Yet another attempt at implementing "minimize to tray...
2012-03-19 Wladimir J. van... 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-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.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. van... 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
2012-03-16 Luke DashjrBump version to 0.4.5
2012-03-13 Gavin AndresenCode cleanup: use ECDSA_size() instead of fixed 10...
2012-03-12 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-12 Gregory MaxwellResolves issue #922 - "wallet passphrase timeout of...
2012-03-06 nomnombtcfix typo src/net.cpp
2012-03-03 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-03 Luke DashjrBugfix: Fix possible buffer overflow (#901)
next