Use 'unsigned char' rather than 'char' for pchMessageStart.
[novacoin.git] / src / main.cpp
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-03 Gavin AndresenBlock-chain lock-in at 134444
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-05 Jeff GarzikMerge pull request #264 from sipa/mintxfeefix
2011-06-05 Jeff GarzikMerge pull request #255 from sipa/rescanupdate
2011-05-28 Pieter Wuillebugfix: accept free transactions
2011-05-25 Pieter WuilleSeparate required fee for relaying and creation
2011-05-25 Pieter WuilleFix for small change outputs
2011-05-22 Pieter WuilleUpdate transactions already in the wallet when rescanning.
2011-05-17 Jordan LewisOnly include certain boost headers if necessary.
2011-05-16 Jordan LewisOnly include init.h when we have to
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly include db.h when we have to.
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-12 Daniel HolbertAdd #ifdef USE_UPNP around usage of fUseUPnP to fix...
2011-05-11 Jeff GarzikReplace CENT with new constant MIN_TX_FEE, where approp...
2011-05-09 Jeff GarzikManual merge of jaromil's source tree reorg commit.
2011-04-23 Jaromildirectory re-organization (keeps the old build system)