index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2012-02-17
Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-16
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-16
Symbolic names for threads
Pieter Wuille
2012-02-09
Fix #794. Only remove transactions from memory pool when they're actually in...
Chris Moore
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-07
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-06
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-01
Avoid advertising the node's address when it is not listening or IsInitialBlo...
Gregory Maxwell
2012-01-31
Testnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen
2012-01-28
CreateNewBlock was not adding in transaction fees.
Gavin Andresen
2012-01-27
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-25
Merge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen
2012-01-23
Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin
Gavin Andresen
2012-01-23
Only store transactions with missing inputs in the orphan pool.
Gavin Andresen
2012-01-20
Sanitize AreInputsStandard slightly
Luke Dashjr
2012-01-20
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-19
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-14
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight
2012-01-13
Refactor: needing to call ConnectInputs to process coinbase transactions was ...
Gavin Andresen
2012-01-13
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-12
collect more info on tx pooling and block finding for getmininginfo
Luke Dashjr
2012-01-12
Merge pull request #743 from gavinandresen/blocknotify
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2012-01-03
-blocknotify=command argument, implemented using system() and boost::thread
Gavin Andresen
2011-12-25
Check all prevout.n if one transaction provides multiple inputs
Gavin Andresen
2011-12-25
assert condition in previous commit was backwards
Gavin Andresen
2011-12-25
Check for valid prevout.n in FetchInputs.
Gavin Andresen
2011-12-23
Be more conservative: check all transactions in blocks after last checkpoint.
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
Merge branch 'op_eval'
Gavin Andresen
2011-12-19
Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Update bitcoin address numbers for latest luke-jr/sipa scheme
Gavin Andresen
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
Put OP_EVAL string in coinbase of generated blocks
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
2011-12-19
Merge pull request #574 from sipa/dumpprivkey
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-17
Preparations for key import/export
Pieter Wuille
2011-12-14
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr
2011-12-14
Bugfix: fForRelay should be false when deciding required fee to include in bl...
Luke Dashjr
2011-12-01
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-11-07
Some extra comments
Pieter Wuille
2011-10-06
Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay
Gavin Andresen
2011-10-05
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-10-04
Remove 2 second sleep from CheckWork
David Joel Schwartz
[next]