Bump version to 0.4.5
[novacoin.git] / src /
2012-03-16 Luke DashjrBump version to 0.4.5
2012-03-13 Gavin AndresenCode cleanup: use ECDSA_size() instead of fixed 10...
2012-03-12 Gregory MaxwellResolves issue #922 - "wallet passphrase timeout of...
2012-03-03 Luke DashjrBugfix: Fix possible buffer overflow (#901)
2012-03-03 Luke DashjrBugfix: Check return value of SHGetSpecialFolderPath...
2012-03-03 Luke DashjrMerge remote branch 'sipa/nooverwritetx_v0.4.0' into...
2012-03-03 Pieter WuilleDo not allow overwriting unspent transactions (BIP 30)
2012-03-02 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-27 Gavin AndresenCheckpoint block 168,000
2012-02-27 Pieter WuilleFix #616: remove base_uint::operator&=(uint64 b)
2012-02-27 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-27 Pieter WuilleFix #650: CKey::SetSecret BIGNUM leak
2012-02-27 Pieter WuilleFree pwalletdbEncryption after encryping wallet
2012-02-17 Pieter WuilleExtra wallet locking fixes
2012-02-17 Pieter WuilleFix wallet locking locking
2012-02-17 Pieter WuilleMacros for manual critical sections
2012-02-17 Pieter WuilleSeveral shutdown-related fixes
2012-02-17 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-12 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-12 Pieter WuilleFix #822
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Gregory MaxwellHave bitcoind recommend a secure RPC password. Increase...
2012-02-03 Gavin AndresenOnly store transactions with missing inputs in the...
2012-02-03 Pieter WuilleFull checking of all loaded keys
2012-02-02 Pieter WuilleCheck consistency of private keys
2012-02-02 Gavin AndresenAllow -upnp to override setting in wallet (and simplify...
2012-02-02 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-02-02 Gavin AndresenTestnet difficulty calculation changes, to take effect...
2012-01-24 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-11 Pieter WuilleRemove unused definition
2012-01-10 Luke DashjrBump version to 0.4.4
2012-01-05 Matt CoralloFix horrific performance found by gmaxwell.
2012-01-03 Gavin AndresenI broke -testnet with my TOR option-parsing fixes.
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2011-12-20 Luke DashjrBugfix: fForRelay should be false when deciding require...
2011-12-19 Luke DashjrAdd my DNS seed domain
2011-12-19 Matt CoralloAdd sipa's new dnsseed.
2011-12-16 Luke DashjrBump version to 0.4.3
2011-12-12 Luke DashjrMerge branch 'restore_old_miniupnp_compat' into 0.4.x
2011-12-10 Luke DashjrRestore compatibility with miniupnpc 1.5 (without break...
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-12-02 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenAdd missing command-line arguments to --help/-? output
2011-11-21 Luke DashjrBump version to 0.4.2
2011-11-20 Pieter Wuilleclose old db when rewriting
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-15 Jeff GarzikRemove vladimir's DNS seed, at his request.
2011-11-15 Gavin AndresenTweak handling of boost filesystem versions
2011-11-15 Gavin AndresenFix crash-on-osx-on-shutdown bug. And cleanup CDB handl...
2011-11-15 Luke Dashjradd message about restarting bitcoin after encrypting...
2011-11-15 Gavin AndresenFix boost filesystem incompatibility problem
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-15 Pieter WuilleResilvering
2011-11-02 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-11-02 Matt CoralloOnly define __STDC_LIMIT_MACROS if not already defined.
2011-11-02 cjdelisleAdded a workaround for an Ubuntu bug which causes ...
2011-10-10 Gavin Andresenbitcoind does not need to link with gthread-2.0
2011-10-10 Luke DashjrBump version to 0.4.1
2011-10-07 Victor LeschukFix for 64bit build
2011-10-05 Luke DashjrMerge commit '65ba3e2f5024e1e38e119a0c25d5fc30c896cd65...
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-26 Luke DashjrMerge commit '3f94dfa' into stable
2011-09-20 Jeff GarzikMerge pull request #522 from sipa/minorfix
2011-09-19 Pieter WuilleSocketHandler thread can be detached
2011-09-17 Nils Schneidermissed printf in AbortMessage(); merged printfs in...
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-09-12 cjdelisleAdd some hardening to protect against unknown/future...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-07 Gavin AndresenFix AddAddress cs_mapaddresses/db transaction deadlock
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-06 Luke DashjrSave coinbase, not just extraNonce
2011-09-06 Luke DashjrMerge branch 'getwork_dedupe' into unique_coinbase
2011-09-06 Jeff GarzikRevert "Define MSG_NOSIGNAL to 0 on platforms where...
2011-09-06 Venkatesh SrinivasDefine MSG_NOSIGNAL to 0 on platforms where it is unava...
2011-09-06 Gavin AndresenMerge pull request #491 from gavinandresen/manytxfix
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Luke DashjrSupport for boost filesystem version 3
2011-09-02 Gavin AndresenBumped version numbers to 0.4.0rc1
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
2011-09-02 Gavin AndresenIf compiled -DDEBUG_LOCKORDER and run with -debug,...
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-02 Gavin AndresenGive hard-coded seed nodes a random last-seen time...
2011-09-02 Daniel FolkinshteynUpdate the list of seednodes.
2011-09-01 Gavin AndresenFix bad merge: getaccountaddress was broken for new...
2011-09-01 Gavin AndresenFixed regression I introduced: wallets with lots of...
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-09-01 Gavin Andresenobtain cs_wallet mutex to protect vchDefaultKey
2011-09-01 Gavin AndresenFix RPC call name in error message.
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenSetCrypted() obtains keystore lock, to be safe.
next