novacoin.git
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 Luke DashjrVarious updates to the release process
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 Gavin AndresenDon't forget to bump release numbers in READMEs next...
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 Luke DashjrUpdate gitian descriptors to point at stable git repo
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... remove possibility of 63 bit overflow in ParseMoney
2011-09-26 Luke DashjrMerge commit '3f94dfa' into stable
2011-09-22 Gavin AndresenMerge pull request #527 from TheBlueMatt/gitian-downloader
2011-09-22 Matt CoralloRestructure gitian files and add download config files.
2011-09-22 Gavin AndresenFix QA email address
2011-09-22 Gavin AndresenMerge pull request #526 from sipa/nl
2011-09-22 Pieter WuilleUpdated dutch translation
2011-09-22 Jeff GarzikMerge pull request #525 from TheBlueMatt/master
2011-09-22 Matt CoralloUpdate binary mo to match latest po translation.
2011-09-20 Jeff GarzikMerge pull request #522 from sipa/minorfix
2011-09-19 Nils SchneiderMerge pull request #520 from tcatm/less-logging
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-17 Jeff GarzikMerge pull request #519 from dabaopku/master
2011-09-17 Dean LeeUpdate to the Chinese Simp translation
2011-09-14 Gavin AndresenMerge pull request #516 from TheBlueMatt/nsisiconfix
2011-09-14 Matt CoralloUpdate bitcoin icon to make nsis setup exe deterministic.
2011-09-13 Jeff GarzikMerge pull request #512 from paraipanakos/master
2011-09-12 cjdelisleAdd some hardening to protect against unknown/future...
2011-09-12 Jeff GarzikMerge pull request #511 from mibe/translation-de
2011-09-11 Michael BemmerlUpdated German translation
2011-09-11 Alex BSpanish translation update
2011-09-09 Gavin AndresenMerge pull request #509 from cjdelisle/walletCrypto...
2011-09-09 Gavin AndresenMerge pull request #508 from TheBlueMatt/master
2011-09-09 Matt CoralloUpdate gitian build descriptors to produce proper builds.
2011-09-09 Gavin AndresenMerge pull request #505 from gavinandresen/unique_coinbase
2011-09-09 cjdelislewxWidgets needs to be at least version 2.9.1 because...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-07 Gavin AndresenMerge pull request #500 from gavinandresen/txndeadlock
next