aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-09-18Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2012-09-18Give makefiles 'test' and 'check' targets to compile and run unit testsGavin Andresen
2012-09-18Merge pull request #1812 from jgarzik/misc-07Jeff Garzik
2012-09-18Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-09-18Bump client version to 0.7.0.99 now that 0.7.0 release is final.Gavin Andresen
2012-09-15update comment, secure_allocator is defined in allocators.hWladimir J. van der Laan
2012-09-12Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0Gavin Andresen
2012-09-12Do not abort if RPC listening for IPv6 failsPieter Wuille
2012-09-09Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell
2012-09-09Improve debug logging, for mempool TXs that do not include sufficient feesJeff Garzik
2012-09-09Cosmetic: move CTransaction::GetMinFee out of header fileJeff Garzik
2012-09-09Remove VC6 comment and pointless #ifdef'd benchmark codeWladimir J. van der Laan
2012-09-09Merge pull request #1802 from luke-jr/bugfix_tsWladimir J. van der Laan
2012-09-08Update translations from Transifex (100% coverage for Finnish and Chinese (Ch...Luke Dashjr
2012-09-07Merge pull request #1796 from luke-jr/bugfix_tsWladimir J. van der Laan
2012-09-08Partially Bugfix: Update English translation strings and translations from Tr...Luke Dashjr
2012-09-08Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr
2012-09-07Merge pull request #1798 from xanatos/patch-19Wladimir J. van der Laan
2012-09-07Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann
2012-09-07Wrong address added to collection in testxanatos
2012-09-06Merge pull request #1786 from jgarzik/select-fixWladimir J. van der Laan
2012-09-06Fix double-paren typoGavin Andresen
2012-09-05replace 2x WSAGetLastError() with 1x WSAGetLastError() callPhilip Kaufmann
2012-09-05select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik
2012-09-05Bump version number for 0.7.0rc2v0.7.0rc2Gavin Andresen
2012-09-05Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen
2012-09-05Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos
2012-09-04Merge pull request #1789 from Diapolo/fix_double_StartuptimeJeff Garzik
2012-09-05remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann
2012-09-05fix signed/unsigned usage in BlockFilePath()Philip Kaufmann
2012-09-04Add block file naming helper, BlockFilePath()Jeff Garzik
2012-09-04init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik
2012-09-04Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik
2012-09-04Merge pull request #1777 from laanwj/2012_09_eliminate_sprintfJeff Garzik
2012-09-04Merge pull request #1779 from xanatos/patch-15Jeff Garzik
2012-09-04Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik
2012-09-03Merge pull request #1743 from xanatos/patch-14Wladimir J. van der Laan
2012-09-03Merge pull request #1728 from xanatos/patch-11Wladimir J. van der Laan
2012-09-03Useless vector declarationxanatos
2012-09-03Remove last occurrence of potentially insecure function sprintf.Wladimir J. van der Laan
2012-09-02Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen
2012-09-02Merge pull request #1761 from Diapolo/timeout_descWladimir J. van der Laan
2012-09-02Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr
2012-09-01Merge pull request #1771 from luke-jr/bugfix_bip22_modeJeff Garzik
2012-09-01No need to log start time if it's already being done on every line.R E Broadley
2012-09-01Bugfix: getblocktemplate: Accept optional "mode" parameter not being providedLuke Dashjr
2012-09-01RPC console: escaping within ' and " now handled differentlyWladimir J. van der Laan
2012-08-31Merge pull request #1758 from laanwj/2012_08_uiconsole_parsingGregory Maxwell
2012-08-31In RPC console, attempt to format errorsWladimir J. van der Laan