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
2011-07-26
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-24
Merge pull request #403 from sipa/cbitcoinaddress
Jeff Garzik
2011-07-22
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-21
Actually use mapAlreadyAskedFor.
Matt Corallo
2011-07-17
make initial block download reporting somewhat better by tracking version res...
Wladimir J. van der Laan
2011-07-17
get rid of mapPubKeys
Pieter Wuille
2011-07-14
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-13
fix warnings: expression result unused [-Wunused-value]
Giel van Schijndel
2011-07-13
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
Add wallet privkey encryption.
Matt Corallo
2011-07-03
Block-chain lock-in at 134444
Gavin Andresen
2011-07-01
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-06-24
Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoin
Gavin Andresen
2011-06-19
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-19
add GetTotalBlocksEstimate() function, move magic number to constant
Wladimir J. van der Laan
2011-06-15
CWallet class
Pieter Wuille
2011-06-15
move wallet code to separate file
Pieter Wuille
2011-06-14
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-05
Merge pull request #264 from sipa/mintxfeefix
Jeff Garzik
2011-06-05
Merge pull request #255 from sipa/rescanupdate
Jeff Garzik
2011-05-28
bugfix: accept free transactions
Pieter Wuille
2011-05-26
Separate required fee for relaying and creation
Pieter Wuille
2011-05-25
Fix for small change outputs
Pieter Wuille
2011-05-22
Update transactions already in the wallet when rescanning.
Pieter Wuille
2011-05-17
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-15
Only include init.h when we have to
Jordan Lewis
2011-05-15
Only include net.h when we have to
Jordan Lewis
2011-05-15
Only include db.h when we have to.
Jordan Lewis
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-12
Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.
Daniel Holbert
2011-05-11
Replace CENT with new constant MIN_TX_FEE, where appropriate.
Jeff Garzik
2011-05-09
Manual merge of jaromil's source tree reorg commit.
Jeff Garzik
2011-04-23
directory re-organization (keeps the old build system)
Jaromil