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
/
validation.h
Age
Commit message (
Expand
)
Author
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-06-18
doc: Rewrite some validation doc as lock annotations
MarcoFalke
2018-06-15
Merge #13402: Document validationinterace callback blocking deadlock potential.
MarcoFalke
2018-06-05
Document validationinterace callback blocking deadlock potential.
Matt Corallo
2018-05-30
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-15
net: Serve blocks directly from disk when possible
Wladimir J. van der Laan
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-13
Separate NULLDUMMY enforcement from SEGWIT enforcement
Suhas Daftuar
2018-04-12
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-28
Merge #12798: doc: Refer to witness reserved value as spec. in the BIP
Wladimir J. van der Laan
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-26
doc: Refer to witness reserved value as spec. in the BIP
MarcoFalke
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-09
Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...
Wladimir J. van der Laan
2017-12-05
Add NODE_NETWORK_LIMITED flags and min block amount constants
Jonas Schnelli
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-12-04
Move some additional variables into CChainState private
Matt Corallo
2017-12-04
Create initial CChainState to hold chain state information
Matt Corallo
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-10-27
Disconnect outbound peers relaying invalid headers
Suhas Daftuar
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-09-29
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-22
Merge #10953: [Refactor] Combine scriptPubKey and amount as CTxOut in CScript...
Pieter Wuille
2017-09-22
Rename out to m_tx_out in CScriptCheck
Johnson Lau
2017-09-15
Trivial: Fix validation comments
Dan Raviv
2017-09-14
Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY
danra
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-07
Make fReindex atomic to avoid race
MeshCollider
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
Add return value to DumpMempool
Lawrence Nahum
2017-09-05
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-08-30
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
Johnson Lau
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
[next]