novacoin.git
2012-05-01 Philip Kaufmannfix compiler warning "suggest explicit braces to avoid...
2012-04-30 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-04-29 Wladimir J... Merge pull request #1139 from Diapolo/messagepage
2012-04-29 Wladimir J... Merge pull request #1163 from laanwj/2012_04_uiperforma...
2012-04-29 Wladimir J... Fix critical UI performance issue (#1154)
2012-04-27 Gavin AndresenUpdate openssl version
2012-04-27 Gavin AndresenBump win32.deps version number for new openssl
2012-04-27 Gavin AndresenWindows build: compile against openssl 1.0.1b
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-26 Pieter WuilleMerge pull request #1119 from sipa/fastshutdown
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 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 Pieter WuilleMerge pull request #1133 from sipa/abspath
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-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 AndresenMerge pull request #1121 from gavinandresen/scripttest
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... Integrate @JoelKatz's optimized ToHex (#562) into curre...
2012-04-21 Wladimir J... Remove no-longer used UI hints in bitcoin core
2012-04-21 Wladimir J... change type of various bare chars to bool that are...
2012-04-21 Wladimir J... 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... Merge pull request #1122 from dlitz/unsigned-char-fix
2012-04-20 Timothy RedaelliAdd missing includes. (Fix bulding under GCC 4.7)
2012-04-19 Pieter WuilleMerge pull request #959 from rebroad/LoadBlockIndexKillable
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-17 Wladimir J... Merge pull request #1118 from sipa/addbreaks
2012-04-17 Pieter WuilleAdd missing breaks in optionmodel's switch case
2012-04-17 Pieter WuilleMerge pull request #1114 from sipa/lesssync
2012-04-17 Pieter WuilleFix tests after recent refactors
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleMerge pull request #1117 from sipa/deadlockfix
2012-04-17 Pieter WuilleMerge pull request #1112 from sipa/saneserial
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove proto version to version.h. Reduce header deps...
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Gavin AndresenMerge pull request #1106 from jgarzik/sign-compare
2012-04-17 Gavin AndresenMerge pull request #1115 from laanwj/2012_04_cleanupmisc
2012-04-17 Pieter WuilleFix potential deadlock
2012-04-17 Jeff Garzikmain.cpp: replace tabs with spaces
2012-04-17 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Wladimir J... Remove unused and unreachable code
2012-04-17 Wladimir J... Add forgotten initializer
2012-04-17 Pieter WuilleReduce sync frequency for blkindex.dat
2012-04-17 Jeff GarzikMerge pull request #1094 from jgarzik/already-have...
2012-04-17 Jeff GarzikBump PROTOCOL_VERSION to 60001, thereby enabling BIP31
2012-04-17 Jeff GarzikMerge pull request #1081 from jgarzik/pong
2012-04-16 Wladimir J... Merge pull request #1092 from laanwj/2012_04_sendcoins_...
2012-04-16 Wladimir J... Merge pull request #1091 from Diapolo/GUI-BlockDL
2012-04-15 Jeff GarzikFix misc. minor sign-comparison warnings
2012-04-15 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-15 Jeff Garzikserialize.h: CAutoFile's read and write may take size_t...
2012-04-15 Jeff GarzikFix sign-compare warnings: netbase's Lookup* max-soluti...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Jeff GarzikCTxMemPool: add helper methods, to reduce global mempoo...
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AcceptToMemoryPool
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AddToMemoryPoolUnchecked()...
2012-04-15 Jeff GarzikNew class CTxMemPool, encapsulating TX memory pool...
2012-04-15 Jeff GarzikMerge pull request #1104 from laanwj/2012_04_clang
2012-04-15 Jeff GarzikMerge pull request #1084 from dooglus/validate_secret
2012-04-15 Wladimir J... Merge pull request #1097 from laanwj/2012_04_runawayexc...
2012-04-15 Jeff GarzikMerge pull request #1100 from luke-jr/qrcode_errchk
2012-04-15 Wladimir J... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J... fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
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... work around issue in boost::program_options that preven...
2012-04-15 Wladimir J... enable all warnings except invalid-offsetof, sign-compa...
2012-04-15 Luke DashjrBugfix: Check that QRcode_encodeString didn't return...
2012-04-14 Wladimir J... Show a message box when runaway exception happens
2012-04-14 Wladimir J... Rename make_windows_icon.py to .sh as it is a shell...
next