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-04-17
Remove headers.h
Pieter Wuille
2012-04-17
Merge pull request #1106 from jgarzik/sign-compare
Gavin Andresen
2012-04-17
main.cpp: replace tabs with spaces
Jeff Garzik
2012-04-17
AlreadyHave(): only hold lock during mapTransactions access
Jeff Garzik
2012-04-17
Merge pull request #1094 from jgarzik/already-have-locking
Jeff Garzik
2012-04-17
Merge pull request #1081 from jgarzik/pong
Jeff Garzik
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-13
Locking fix for AlreadyHave()
Jeff Garzik
2012-04-13
Database micro-optimization for "tx" network message
Jeff Garzik
2012-04-12
Replace several network protocol version numbers with named constants
Jeff Garzik
2012-04-12
Remove obsolete Win32 AffinityBugWorkaround()
Jeff Garzik
2012-04-12
BIP 0031: pong message
Jeff Garzik
2012-04-11
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-10
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
Build identification strings
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-02
Merge pull request #951 from TheBlueMatt/headerslimit
Gavin Andresen
2012-03-22
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-21
Remove -bip16 and -paytoscripthashtime command-line arguments
Gavin Andresen
2012-03-21
Merge pull request #948 from sipa/unstuck
Gavin Andresen
2012-03-21
More debug output for failed reorganizations
Pieter Wuille
2012-03-21
Prevent stuck block download in large reorganisations
Pieter Wuille
2012-03-20
Use last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen
2012-03-20
assertion in CBlock::SetBestChainInner was too strong
Pieter Wuille
2012-03-19
Limit getheaders to a hard 2000.
Matt Corallo
2012-03-12
Limit the impact of reorganisations on the database
Pieter Wuille
2012-03-03
Do not allow overwriting unspent transactions (BIP 30)
Pieter Wuille
2012-02-29
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-28
"February"
Michael Ford
2012-02-27
Merge branch 'nodosbip16' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-26
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-25
Do not invoke anti-DoS system for invalid BIP16 transactions
Pieter Wuille
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-22
Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
Merge branch 'postfeb20' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
Merge branch 'reorginfo' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r...
Luke Dashjr
2012-02-21
Post-feb20 simplifications
Pieter Wuille
2012-02-20
ProcessBlock is sometimes called with pfrom==NULL
Pieter Wuille
2012-02-19
Report number of (dis)connected blocks in reorganization
Pieter Wuille
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
[next]