aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-05Release notes for 0.8.6v0.8.6rc1v0.8.6Wladimir J. van der Laan
2013-12-05leveldb: Use native Darwin memory barrierstheuni
2013-12-05LevelDB: use PosixWriteableFile only on MacOS XWarren Togami
2013-12-05dont use mmap in leveldb, this is a marginal performance hitPatrick Strateman
2013-12-05Prevent empty transactions from being added to vtxPrevWladimir J. van der Laan
2013-12-05Refuse to retransmit transactions without vinsWladimir J. van der Laan
2013-12-05qt: use deleteLater to remove send entriesWladimir J. van der Laan
2013-12-05release notes: add warning about 32-bit systemsWladimir J. van der Laan
2013-12-05Fix typo: make default maxblocksize 350k (not 300)Gavin Andresen
2013-12-05Bitcoin-Qt: Fix display of window when bitcoin: URI is openedPhilip Kaufmann
2013-12-05Fix typo in a comment: it's base58, not base48.Timothy Stranex
2013-12-05Don't attempt to resize vector to negative size.Robert Backhaus
2013-12-05fix memory leak in CKey::SetCompactSignature()Daniel Larimer
2013-12-05Fix memory leak on exception in Key::SignCompactDaniel Larimer
2013-12-05Made the build/release process completable verbatim as listed inMicha
2013-12-05Create parent directories if needed in GetDataDirWladimir J. van der Laan
2013-12-05Add wtogami to gitian download scripts.Warren Togami
2013-12-05fix comment about dust logicCozz Lovan
2013-12-05Update HomeBrew osx makefile patch to account for recent changes to makefileMichael Ford
2013-12-05Make the rand tests determinstic. (fixes #2714)Gregory Maxwell
2013-12-05Fix typo in README.mdMark Friedenbach
2013-12-05fix typo in README.mdHan Lin Yap
2013-12-05fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann
2013-12-05Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr
2013-12-05Add missing 0x prefix in chainparams.cppRoman Mindalev
2013-12-05Explictly cast calculation to int, to allow std::max to work.Robert Backhaus
2013-11-28Lower maximum size for free transaction creationGavin Andresen
2013-11-28Remove CENT-output free transaction rule when relayingGavin Andresen
2013-11-28Increase default -blockmaxsize/prioritysize to 300K/30KGavin Andresen
2013-11-28Store and use a sanitized subVerMike Hearn
2013-11-28Add some additional logging to give extra network insight.Mike Hearn
2013-11-28special case DoS value == 0 in ProcessMessage()Philip Kaufmann
2013-11-28Refactor: pull alert string sanitization into utilGavin Andresen
2013-11-28Silence useless warning in src/json/json_spirit_writer_template.h to make imp...Warren Togami
2013-11-28Squashed 'src/leveldb/' changes from be1b0ff..be91006Wladimir J. van der Laan
2013-11-26Bump version numbers for 0.8.6 releaseWladimir J. van der Laan
2013-11-26osx: fix bitcoin-qt startup crash when clicking dock iconCory Fields
2013-11-26Fix build date for from-tarball buildsPieter Wuille
2013-11-26exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann
2013-11-26Porting MinGW multithreading bugfix to makefile.mingwphelixbtc
2013-11-26Hurricane Electric uses block 2001:470::, not 2011:470::David Hill
2013-11-26More fixes for blockchain corruption on OSX.Gregory Maxwell
2013-11-26make -logtimestamps default on and rework help-messagePhilip Kaufmann
2013-11-26Log reason for non-standard transaction rejectionJeff Garzik
2013-11-26log start and end of Shutdown()Philip Kaufmann
2013-11-26Fix uninitialized variable added in 5c55bf5theuni
2013-11-26Fix comparison tool by asking for blocks more aggressivelyMatt Corallo
2013-11-26process received messages one at a time without sleeping between messagesPatrick Strateman
2013-09-12Bump version numbers for 0.8.5 releasev0.8.5Gavin Andresen
2013-09-12Fix out-of-bounds checkPieter Wuille