Bitcoin-Qt signmessage GUI (pull request #582)
[novacoin.git] / src / main.cpp
2012-01-27 Luke DashjrBitcoin-Qt signmessage GUI (pull request #582)
2012-01-25 Gavin AndresenMerge pull request #773 from gavinandresen/p2shSigOpCount
2012-01-23 Gavin AndresenMerge branch 'bugfix_areinpstd' of https://github.com...
2012-01-23 Gavin AndresenOnly store transactions with missing inputs in the...
2012-01-21 Luke DashjrSanitize AreInputsStandard slightly
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-15 Forrest VoightSeparated COINBASE_FLAGS out into main.h and made RPC...
2012-01-13 Gavin AndresenRefactor: needing to call ConnectInputs to process...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-13 Luke Dashjrcollect more info on tx pooling and block finding for...
2012-01-12 Gavin AndresenMerge pull request #743 from gavinandresen/blocknotify
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Gavin Andresen-blocknotify=command argument, implemented using system...
2011-12-25 Gavin AndresenCheck all prevout.n if one transaction provides multipl...
2011-12-25 Gavin Andresenassert condition in previous commit was backwards
2011-12-25 Gavin AndresenCheck for valid prevout.n in FetchInputs.
2011-12-23 Gavin AndresenBe more conservative: check all transactions in blocks...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #677 from luke-jr/minfee_modes
2011-12-20 Gavin AndresenMerge branch 'op_eval'
2011-12-20 Gavin AndresenCode cleanup: use ECDSA_size() instead of fixed 10...
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenUpdate bitcoin address numbers for latest luke-jr/sipa...
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenPut OP_EVAL string in coinbase of generated blocks
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenMerge pull request #574 from sipa/dumpprivkey
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-17 Pieter WuillePreparations for key import/export
2011-12-14 Luke DashjrGetMinFee takes a mode parameter (GMF_{BLOCK,RELAY...
2011-12-14 Luke DashjrBugfix: fForRelay should be false when deciding require...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-11-06 Pieter WuilleSome extra comments
2011-10-06 Gavin AndresenMerge pull request #564 from luke-jr/optimize_remove_Ch...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-04 David Joel SchwartzRemove 2 second sleep from CheckWork
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
2011-09-27 Gavin AndresenRemove DoS penalty for SigOpCount or immature transactions
2011-09-26 Gavin AndresenSkip verifying transaction signatures during initial...
2011-09-26 Gavin AndresenMerge pull request #517 from gavinandresen/DoSprevention
2011-09-26 Gavin AndresenMerge pull request #521 from laanwj/qt
2011-09-23 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-21 Gavin AndresenMore denial-of-service misbehavior detection: version...
2011-09-21 Gavin AndresenTransaction/Block denial-of-service detection/response
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-11 Wladimir J. van... clarify function signature (GetNumBlocksOfPeers) and...
2011-09-07 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-06 Luke DashjrMerge branch 'getwork_dedupe' into unique_coinbase
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-16 Gavin AndresenRemove unused ScanMessageStart function
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Fabian H jr.Updated checkpoints, maybe Tx fee should be reduced...
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-31 Matt CoralloCheck for duplicate txins in CheckTransaction.
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-17 Wladimir J. van... make initial block download reporting somewhat better...
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-03 Gavin AndresenBlock-chain lock-in at 134444
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-20 markfixes for mac build
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... initial block download spans total blocks minus threshold
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-18 Wladimir J. van... On initial block chain download, show a progress bar
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
next