fix #952 by checking if we have a new address or an updated label
[novacoin.git] / src /
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Wladimir J. van... Hide UI immediately after leaving the main loop.
2012-05-06 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Pieter WuilleBugfix: store source address in addrman
2012-05-06 Pieter WuilleFix addrman crashes
2012-05-06 Peter ToddFixed non-sensical error message
2012-05-06 Peter ToddFixed non-sensical error message
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
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-05 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrBugfix: Remove redundant duplicate transaction check
2012-05-04 Luke DashjrMerge branch '0.6.0.x' of gitorious.org:+bitcoin-stable...
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
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-04 Gavin AndresenBump version numbers for 0.6.1rc2
2012-05-03 Philip Kaufmannremove obsolete BackupWallet() entry in wallet.h
2012-05-02 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-05-02 Philip Kaufmannremove unused typedef in serialize.h
2012-05-01 Jeff GarzikMerge pull request #1171 from Diapolo/fix_compiler_warn
2012-05-01 Jeff GarzikMerge pull request #1177 from laanwj/2012_05_remove_dup...
2012-05-01 Wladimir J. van... Merge pull request #1172 from Diapolo/serialize_h_rem_t...
2012-05-01 Wladimir J. van... remove duplicate definition of SecureString in util.h
2012-05-01 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-05-01 Philip Kaufmannfix compiler warning "suggest explicit braces to avoid...
2012-04-30 Philip Kaufmannremove references to bitcoin-wx from comment in init.cpp
2012-04-30 Philip Kaufmannremove unused typedef in serialize.h
2012-04-30 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-04-30 Philip Kaufmannchange button tooltip on sign message page for copy...
2012-04-29 Wladimir J. van... Merge pull request #1139 from Diapolo/messagepage
2012-04-29 Wladimir J. van... Fix critical UI performance issue (#1154)
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
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 Gavin AndresenUpdate openssl version
2012-04-27 Gavin AndresenWindows build: compile against openssl 1.0.1b
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
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-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Gavin AndresenBump version numbers for 0.6.1rc1
2012-04-26 Gavin AndresenMerge pull request #1151 from freewil/listsinceblock...
2012-04-26 Gavin AndresenMerge pull request #1150 from gavinandresen/NOPCH
2012-04-26 Gavin AndresenMerge pull request #1152 from freewil/remove-strange...
2012-04-26 Pieter WuilleMerge pull request #1146 from drizztbsd/posix-include
2012-04-26 freewilremove strange debug message from listsinceblock
2012-04-26 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-26 Gavin AndresenDefine TEST_DATA_DIR so unit tests can be run from...
2012-04-26 Gavin AndresenUndo part of c2e8c8ac to fix issue#1148
2012-04-25 Gavin AndresenRemove unused -DNOPCH
2012-04-25 Pieter WuilleMake lsn_reset ("detach databases") optional and off...
2012-04-25 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-24 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-24 Jeff GarzikTest ScriptSigArgsExpected() for error, before accumula...
2012-04-24 Jeff GarzikMerge pull request #1140 from jgarzik/sign-compare
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
2012-04-23 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-23 Jeff GarzikTest ScriptSigArgsExpected() for error, before accumula...
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
2012-04-22 Jeff GarzikPrefer 'unsigned int' for loop index variables tested...
2012-04-22 Philip Kaufmannchange button tooltip on sign message page for copy...
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
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 bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-21 Pieter WuilleMerge pull request #1124 from sipa/rpcobj3
2012-04-21 Pieter WuilleMerge pull request #1131 from laanwj/2012_04_hexstr
2012-04-21 Pieter WuilleMerge pull request #1129 from laanwj/2012_04_opcodes
2012-04-21 Gavin AndresenData-drive script evaluation unit tests.
2012-04-21 Pieter WuilleMerge pull request #1126 from drizztbsd/master
2012-04-21 Wladimir J. van... Integrate @JoelKatz's optimized ToHex (#562) into curre...
2012-04-21 Wladimir J. van... Remove no-longer used UI hints in bitcoin core
2012-04-21 Wladimir J. van... change type of various bare chars to bool that are...
2012-04-21 Wladimir J. van... Add explicit numeric constant value for all opcodes
2012-04-20 Pieter WuilleExpose CRPCTable via bitcoinrpc.h for testing
2012-04-20 Pieter WuilleEncapsulate mapCommands in class CRPCTable
2012-04-20 Jeff GarzikEncapsulate RPC command dispatch in an array of CRPCCom...
2012-04-20 Wladimir J. van... Merge pull request #1122 from dlitz/unsigned-char-fix
2012-04-20 Timothy RedaelliAdd missing includes. (Fix bulding under GCC 4.7)
2012-04-18 R E BroadleyAdded ability to respond to signals during Block Loadin...
2012-04-18 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-18 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-18 Pieter WuilleAdd missing breaks in optionmodel's switch case
next