novacoin.git
2012-05-08 Luke DashjrBump version to 0.4.7
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-05-04 Philip Kaufmannremove obsolete BackupWallet() entry in wallet.h
2012-05-02 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-05-02 Philip Kaufmannremove unused typedef in serialize.h
2012-04-27 Gavin AndresenWindows build: compile against openssl 1.0.1b
2012-04-27 Luke DashjrBump version to 0.4.6
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-24 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-22 Timothy RedaelliAdd missing includes. (Fix bulding under GCC 4.7)
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-17 Pieter WuilleFix potential deadlock
2012-04-17 Jeff GarzikFix misc. minor sign-comparison warnings
2012-04-17 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-17 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Jeff GarzikLocking fix for AlreadyHave()
2012-04-15 Wladimir J... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J... fix warnings: delete called on 'XX' that has virtual...
2012-04-15 Wladimir J... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J... work around issue in boost::program_options that preven...
2012-04-14 Gavin AndresenBug fix listtransactions from/count handling.
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-04 Matt CoralloAdd laanwj to gitian download scripts.
2012-04-04 Luke DashjrAdd Luke-Jr's PGP key to gitian-downloader
2012-04-04 Pieter WuilleUpdated my GPG key
2012-04-04 Luke DashjrFix script tests for P2SH
2012-04-04 Vegard NossumFix testing setup
2012-04-04 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-03-22 Pieter WuilleCheck minversion before loading the rest of the wallet
2012-03-22 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-22 Pieter WuilleMore debug output for failed reorganizations
2012-03-22 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-03-22 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
2012-03-21 Luke DashjrMerge branch 'bip16_0.4.x' into 0.4.x
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
2012-03-19 Pieter WuilleWorkaround for BN_bn2mpi reading/writing out of bounds
2012-03-19 Luke DashjrPrint more diagnostic info for the various DB_CORRUPT...
2012-03-19 Luke DashjrPrint wallet load errors (to debug.log)
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
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.
next