aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
...
* Bump CLIENT_VERSION for rc3 releasev0.6.0rc3Gavin Andresen2012-03-131-1/+1
* Limit the impact of reorganisations on the databasePieter Wuille2012-03-121-0/+3
* DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-291-0/+1
* bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-20/+0
* Fix issue #848 : broken mining on testnetGavin Andresen2012-02-161-0/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Increase client version to 0.6Gavin Andresen2012-02-071-1/+1
* -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-061-4/+1
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-0/+1
* Merge pull request #773 from gavinandresen/p2shSigOpCountGavin Andresen2012-01-251-4/+4
|\
| * Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen2012-01-201-4/+4
* | Only store transactions with missing inputs in the orphan pool.Gavin Andresen2012-01-231-1/+2
|/
* Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight2012-01-141-0/+6
* Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen2012-01-131-5/+64
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-3/+5
* collect more info on tx pooling and block finding for getmininginfoLuke Dashjr2012-01-121-0/+3
* New RPC commands: getblockhash and getblockGavin Andresen2011-12-231-1/+0
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-34/+32
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-32/+34
* Merge pull request #677 from luke-jr/minfee_modesGavin Andresen2011-12-201-2/+9
|\
| * GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr2011-12-141-2/+9
* | Merge branch 'op_eval'Gavin Andresen2011-12-201-29/+9
|\ \
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-1/+3
| * | OP_EVAL implementationGavin Andresen2011-12-191-29/+7
* | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-6/+6
|/ /
* | Merge pull request #574 from sipa/dumpprivkeyGavin Andresen2011-12-191-2/+8
|\ \
| * | Preparations for key import/exportPieter Wuille2011-12-171-2/+8
* | | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-1/+6
|/ /
* | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-0/+1
* | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-1/+0
* | Fix build on windows and macGavin Andresen2011-10-071-1/+1
* | Added RPC call 'getmemorypool' that provides everything needed to construct a...Forrest Voight2011-10-011-0/+1
* | Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-0/+8
|\ \
| * | Transaction/Block denial-of-service detection/responseGavin Andresen2011-09-211-0/+8
| |/
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-161-1/+1
|\|
| * Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen2011-09-071-1/+1
| |\
| | * Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr2011-09-061-1/+1
* | | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan2011-09-111-1/+1
* | | update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-0/+1
|/ /
* | Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-1/+0
* | Make some global variables less-global (static)Giel van Schijndel2011-08-191-13/+0
|/
* Unify copyright notices.Matt Corallo2011-08-091-0/+1
* get rid of mapPubKeysPieter Wuille2011-07-171-2/+0
* Merge pull request #352 from TheBlueMatt/newencJeff Garzik2011-07-121-1/+0
|\
| * Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-1/+0
* | remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-091-1/+3
|/
* Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen2011-06-241-0/+1
|\
| * add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan2011-06-191-0/+1
* | CWallet classPieter Wuille2011-06-151-103/+28
* | move wallet code to separate filePieter Wuille2011-06-151-437/+9
|/