index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Remove -bip16 and -paytoscripthashtime command-line arguments
Gavin Andresen
2012-03-21
1
-6
/
+3
*
|
|
Merge pull request #948 from sipa/unstuck
Gavin Andresen
2012-03-21
1
-3
/
+8
|
\
\
\
|
*
|
|
Prevent stuck block download in large reorganisations
Pieter Wuille
2012-03-21
1
-3
/
+8
*
|
|
|
More debug output for failed reorganizations
Pieter Wuille
2012-03-21
1
-4
/
+6
|
/
/
/
*
|
|
Use last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen
2012-03-20
1
-1
/
+2
*
|
|
assertion in CBlock::SetBestChainInner was too strong
Pieter Wuille
2012-03-20
1
-2
/
+1
|
|
/
|
/
|
*
|
Limit the impact of reorganisations on the database
Pieter Wuille
2012-03-12
1
-17
/
+61
*
|
Do not allow overwriting unspent transactions (BIP 30)
Pieter Wuille
2012-03-03
1
-2
/
+24
*
|
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-29
1
-1
/
+24
*
|
"February"
Michael Ford
2012-02-28
1
-1
/
+1
*
|
Merge branch 'nodosbip16' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-27
1
-0
/
+7
|
\
\
|
*
|
Do not invoke anti-DoS system for invalid BIP16 transactions
Pieter Wuille
2012-02-25
1
-0
/
+7
|
|
/
*
/
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-26
1
-18
/
+12
|
/
*
Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
1
-2
/
+4
|
\
|
*
ProcessBlock is sometimes called with pfrom==NULL
Pieter Wuille
2012-02-20
1
-2
/
+4
*
|
Merge branch 'postfeb20' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
1
-22
/
+20
|
\
\
|
*
|
Post-feb20 simplifications
Pieter Wuille
2012-02-21
1
-22
/
+20
|
|
/
*
|
Merge branch 'reorginfo' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
1
-0
/
+3
|
\
\
|
*
|
Report number of (dis)connected blocks in reorganization
Pieter Wuille
2012-02-19
1
-0
/
+3
|
|
/
*
/
Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r...
Luke Dashjr
2012-02-22
1
-1
/
+1
|
/
*
Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-17
1
-2
/
+18
|
\
|
*
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-16
1
-2
/
+18
*
|
Symbolic names for threads
Pieter Wuille
2012-02-16
1
-9
/
+9
|
/
*
Fix #794. Only remove transactions from memory pool when they're actually in...
Chris Moore
2012-02-09
1
-5
/
+9
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-07
1
-5
/
+20
|
\
|
*
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-19
1
-5
/
+20
*
|
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-06
1
-2
/
+5
*
|
Avoid advertising the node's address when it is not listening or IsInitialBlo...
Gregory Maxwell
2012-02-01
1
-5
/
+7
*
|
Testnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen
2012-01-31
1
-4
/
+29
*
|
CreateNewBlock was not adding in transaction fees.
Gavin Andresen
2012-01-28
1
-2
/
+3
*
|
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-27
1
-0
/
+3
*
|
Merge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen
2012-01-25
1
-43
/
+35
|
\
\
|
*
|
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-20
1
-43
/
+35
*
|
|
Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin
Gavin Andresen
2012-01-23
1
-5
/
+2
|
\
\
\
|
*
|
|
Sanitize AreInputsStandard slightly
Luke Dashjr
2012-01-20
1
-5
/
+2
|
|
/
/
*
/
/
Only store transactions with missing inputs in the orphan pool.
Gavin Andresen
2012-01-23
1
-6
/
+20
|
/
/
*
/
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight
2012-01-14
1
-6
/
+1
|
/
*
Refactor: needing to call ConnectInputs to process coinbase transactions was ...
Gavin Andresen
2012-01-13
1
-15
/
+5
*
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2012-01-13
1
-59
/
+106
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-58
/
+88
*
collect more info on tx pooling and block finding for getmininginfo
Luke Dashjr
2012-01-12
1
-0
/
+15
*
Merge pull request #743 from gavinandresen/blocknotify
Gavin Andresen
2012-01-12
1
-1
/
+19
|
\
|
*
-blocknotify=command argument, implemented using system() and boost::thread
Gavin Andresen
2012-01-03
1
-1
/
+19
*
|
Network stack refactor
Pieter Wuille
2012-01-06
1
-6
/
+7
|
/
*
Check all prevout.n if one transaction provides multiple inputs
Gavin Andresen
2011-12-25
1
-1
/
+9
*
assert condition in previous commit was backwards
Gavin Andresen
2011-12-25
1
-1
/
+1
*
Check for valid prevout.n in FetchInputs.
Gavin Andresen
2011-12-25
1
-0
/
+4
*
Be more conservative: check all transactions in blocks after last checkpoint.
Gavin Andresen
2011-12-23
1
-5
/
+4
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-46
/
+43
[prev]
[next]