novacoin.git
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin Andresenprint large orphan warning BEFORE deleting pvMsg
2012-06-19 Gavin AndresenCheckpoint at block 185333 (and remove a couple of...
2012-06-19 Pieter WuilleUse a 64-bit nonce in ping
2012-06-19 Jeff GarzikPrevent crashes due to missing or corrupted blk???...
2012-06-19 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-06-19 Gavin AndresenMove signature cache from CKey::Verify to CheckSig...
2012-06-19 Jeff GarzikDefine BOOST_SPIRIT_THREADSAFE in all makefiles
2012-06-19 Jeff GarzikDefault to DB_TXN_WRITE_NOSYNC for all transactional...
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
2012-06-19 Gavin AndresenCache signature verifications
2012-06-19 Gavin AndresenFurther DoS prevention: Verify signatures last
2012-06-19 Gavin AndresenRemove invalid dependent orphans from memory
2012-06-19 Gavin AndresenOptimize orphan transaction handling
2012-06-19 Jeff GarzikMake orphan logging more verbose, displaying mapOrphanT...
2012-06-19 Gavin AndresenRefactor: move code from key.h to key.cpp
2012-06-19 Gavin AndresenBump version numbers to 0.6.3
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-06-14 Pieter WuilleUse a 64-bit nonce in ping
2012-06-14 Wladimir J... Fix build of testcases after commit 0f10b21719e1b0d9683...
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-14 Philip KaufmannDon't call exit() in Shutdown() for Bitcoin-Qt (fixes...
2012-06-14 Matt CoralloUpdate wiki changelog at doc/release-process.txt
2012-06-14 Philip Kaufmannchange initial Balance on overviewpage from "123.456...
2012-06-14 Philip Kaufmannremoved ability to translate "0 BTC" and "123.456 BTC...
2012-06-14 Matt CoralloFix broken config files
2012-06-14 Wladimir J... Do not select first address automatically in the addres...
2012-06-14 Pieter WuilleUpdate comment about secure_allocator<>
2012-06-14 Luke DashjrBump VERSION so we can differentiate between fixed...
2012-06-12 Luke DashjrBugfix: Move IsStandard scriptSig size check out of...
2012-06-06 Luke DashjrBugfix: Allow tray icon to linger until Bitcoin-Qt...
2012-06-06 Philip Kaufmannfix an incorrect if-clause in net.cpp
2012-06-06 Michael HendricksSerialize access to debug.log stream
2012-06-06 Matt CoralloCorrect blockchain size in contrib/debian.
2012-06-06 Chris Moore"USE_UPNP=-" is needed to remove UPnP support.
2012-05-26 Jeff Garzik.gitignore: add test_bitcoin
2012-05-25 Pieter WuilleDo not signal outbound semaphore if uninitialized
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted blk???...
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-05-22 Wladimir J... Remove duplicate behavior on MacOSX
2012-05-22 R E BroadleyCorrect debug.log output to show correct function the...
2012-05-22 Wladimir J... Filter out whitespace and zero-width non-breaking space...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 Philip Kaufmannremove 2 ugly spaces from a message string
2012-05-18 R E BroadleyAdd build directory to .gitignore, so that it's not...
2012-05-18 R E BroadleyAdd /bin/sh to bitcoin-qt.pro - as some filesystems...
2012-05-18 Christian von... Fix typo. libarcode => libqrcode
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-17 Pieter WuilleHopefully final fix for the stuck blockchain issue
2012-05-15 Philip Kaufmannremove string "TextLabel" from warningLabel, as this...
2012-05-15 Wladimir J... Properly escape " in strings when exporting CSV
2012-05-15 FordyCorrect Date
2012-05-15 FordyCorrect Date
2012-05-15 Pieter WuilleFix version numbers of archive builds
2012-05-15 Gavin AndresenFix osx build
2012-05-15 Matt CoralloFix DEBUG_LOCKCONTENTION
2012-05-15 Philip Kaufmannremove 2 ugly spaces from a string used in translations
2012-05-15 Philip Kaufmannremove 2 obsolete functions from init.h that moved...
2012-05-15 Luke DashjrBitcoin-Qt: Remove redundant tooltip on optional transa...
2012-05-15 Luke DashjrMerge remote branch 'origin/0.6.2' into 0.6.x
2012-05-11 Gavin AndresenBump version to 0.6.2.2 for osx-special build
2012-05-10 Gavin AndresenMerge branch 'semaphores-v0.6.2' of https://github...
2012-05-10 Pieter WuilleUse polling instead of boost's broken semaphore on OSX
2012-05-10 Pieter WuilleUse semaphores instead of condition variables
2012-05-10 Gavin AndresenRevert "Fix 100% cpu usage on osx bug"
2012-05-09 Gavin AndresenFix 100% cpu usage on osx bug
2012-05-08 Luke DashjrBump version to 0.6.0.8
2012-05-08 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-08 Luke DashjrBump version to 0.5.6
2012-05-08 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-08 Luke DashjrBump version to 0.4.7
2012-05-08 Gavin AndresenBump versions for 0.6.2
2012-05-07 Luke DashjrUpdate/fix translations
2012-05-07 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-07 Luke DashjrUpdate/fix translations
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Luke DashjrMerge commit '293f264' into 0.6.0.x
2012-05-07 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Pieter WuilleBugfix: store source address in addrman
2012-05-06 Pieter WuilleFix addrman crashes
2012-05-06 Pieter WuilleAdd extra asserts to addrman
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Philip Kaufmannfix #952 by checking if we have a new address or an...
2012-05-06 Wladimir J... Hide UI immediately after leaving the main loop.
2012-05-06 Wladimir J... Hide UI immediately after leaving the main loop.
2012-05-06 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Pieter WuilleBugfix: store source address in addrman
next