qtui.h/noui.h interface cleanup
[novacoin.git] / src / main.cpp
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... support RPC stop and encryptwallet with UI
2012-04-04 Wladimir J. van... remove unused CalledSetStatusBar and UIThreadCall notif...
2012-04-02 Gavin AndresenMerge pull request #951 from TheBlueMatt/headerslimit
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-21 Gavin AndresenRemove -bip16 and -paytoscripthashtime command-line...
2012-03-21 Gavin AndresenMerge pull request #948 from sipa/unstuck
2012-03-21 Pieter WuilleMore debug output for failed reorganizations
2012-03-21 Pieter WuillePrevent stuck block download in large reorganisations
2012-03-20 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
2012-03-20 Pieter Wuilleassertion in CBlock::SetBestChainInner was too strong
2012-03-19 Matt CoralloLimit getheaders to a hard 2000.
2012-03-12 Pieter WuilleLimit the impact of reorganisations on the database
2012-03-03 Pieter WuilleDo not allow overwriting unspent transactions (BIP 30)
2012-02-29 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-28 Michael Ford"February"
2012-02-27 Gavin AndresenMerge branch 'nodosbip16' of https://github.com/sipa...
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-25 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-22 Gavin AndresenMerge branch 'fixnullpfrom' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'postfeb20' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'reorginfo' of https://github.com/sipa...
2012-02-22 Luke DashjrBugfix: Instead of reporting "bitcoin-qt" for both...
2012-02-21 Pieter WuillePost-feb20 simplifications
2012-02-20 Pieter WuilleProcessBlock is sometimes called with pfrom==NULL
2012-02-19 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-02-17 Gavin AndresenMerge branch 'testnetmining' of github.com:gavinandrese...
2012-02-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-09 Chris MooreFix #794. Only remove transactions from memory pool...
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenMerge branch 'standardScriptSigs' of github.com:gavinan...
2012-02-06 Gavin Andresen-bip16 option (default: 1) to support / not support...
2012-02-01 Gregory MaxwellAvoid advertising the node's address when it is not...
2012-01-31 Gavin AndresenTestnet difficulty calculation changes, to take effect...
2012-01-28 Gavin AndresenCreateNewBlock was not adding in transaction fees.
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-19 Gavin AndresenMake transactions with extra data in their scriptSig...
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
next