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
2013-12-05
fix comment about dust logic
Cozz Lovan
2013-12-05
Add missing 0x prefix in chainparams.cpp
Roman Mindalev
2013-11-28
Lower maximum size for free transaction creation
Gavin Andresen
2013-11-28
Remove CENT-output free transaction rule when relaying
Gavin Andresen
2013-11-28
Increase default -blockmaxsize/prioritysize to 300K/30K
Gavin Andresen
2013-11-28
Store and use a sanitized subVer
Mike Hearn
2013-11-28
Add some additional logging to give extra network insight.
Mike Hearn
2013-11-28
special case DoS value == 0 in ProcessMessage()
Philip Kaufmann
2013-11-26
Log reason for non-standard transaction rejection
Jeff Garzik
2013-11-26
Fix comparison tool by asking for blocks more aggressively
Matt Corallo
2013-11-26
process received messages one at a time without sleeping between messages
Patrick Strateman
2013-09-12
Fix out-of-bounds check
Pieter Wuille
2013-09-10
Longer term workaround for chainstate corruption from negative versions.
Gregory Maxwell
2013-08-21
Update the bloom state on the real object, not the temporary one.
v0.8.4rc2
v0.8.4
Gregory Maxwell
2013-08-21
Fix non-standard disconnected transactions causing mempool orphans
Pieter Wuille
2013-08-21
Performance optimization for bloom filters.
Gregory Maxwell
2013-08-20
Simplify storage of orphan transactions
Gavin Andresen
2013-08-20
Revert "Truncate oversize 'tx' messages before relaying/storing."
Gavin Andresen
2013-08-20
Fix multi-block reorg transaction resurrection
Matt Corallo
2013-06-25
Truncate oversize 'tx' messages before relaying/storing.
Peter Todd
2013-05-22
More bestblock records in wallets
Pieter Wuille
2013-05-21
CreateNewBlock performance improvements
Pieter Wuille
2013-05-04
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-03
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-04-25
Allow the default key to be unavailable
Pieter Wuille
2013-04-18
Do not invoke DoS for non-canonical sigs
Pieter Wuille
2013-04-14
Require strictly-standard encodings in mempool
Pieter Wuille
2013-04-12
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-09
Merge pull request #2478 from sipa/fullhash
Gavin Andresen
2013-04-07
Make sure we always have a node to do IBD from
Pieter Wuille
2013-04-07
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-06
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-03
Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor
Gavin Andresen
2013-04-03
Merge pull request #2357 from gavinandresen/shutdowncleanup
Gavin Andresen
2013-04-03
Merge pull request #2453 from sipa/txstats
Gavin Andresen
2013-04-04
Update transaction statistics
Pieter Wuille
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
Shutdown cleanup prep-work
Gavin Andresen
2013-04-02
Merge pull request #2420 from sipa/globclean
Gavin Andresen
2013-04-01
Revert "Actually use mapAlreadyAskedFor."
Matt Corallo
2013-03-30
Process getdata invs separately until send buffer overflows
Pieter Wuille
2013-03-29
Use per-message send buffer, rather than per connection
Pieter Wuille
2013-03-29
Some fixes to CNetMessage processing
Pieter Wuille
2013-03-29
P2P: parse network datastream into header/data components in socket thread
Jeff Garzik
2013-03-29
Clean up global datastructures at shutdown.
Pieter Wuille
2013-03-17
Before 15 May, limit created block size to 500K
Gavin Andresen
2013-03-17
CheckBlock rule until 15-May for 10,000 BDB lock compatibility
Gavin Andresen
[next]