Bumped version numbers to 0.4.0rc1
[novacoin.git] / src /
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.
2011-08-31 Gavin AndresenFixed potential deadlocks in GUI code.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-31 Gavin AndresenHighlight mis-matching locks
2011-08-31 Jeff GarzikMerge pull request #463 from TheBlueMatt/encreadme
2011-08-31 Jeff GarzikMerge pull request #464 from TheBlueMatt/upnp1.6
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-23 Matt CoralloUpgrade dependancies and tweak build process.
2011-08-19 Giel van SchijndelMove CInv to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove CAddress to protocol.[ch]pp
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove func 'REF' from util.h to serialize.h
2011-08-19 Giel van SchijndelCleanup makefiles such that diffs to them are smaller
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-17 Gavin AndresenCompile with DEBUG_LOCKORDER to detect inconsistent...
2011-08-16 Gavin AndresenRemove unused ScanMessageStart function
2011-08-16 Jeff Garziksrc/makefile.unix: remove -DFOURWAYSSE2
2011-08-16 Fabian H jr.Updated checkpoints, maybe Tx fee should be reduced...
2011-08-12 Gavin AndresenDon't std::advance past beginning of transactions array...
2011-08-11 Matt CoralloFix incorrect RPC error messages
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Gavin AndresenMerge pull request #460 from jgarzik/make-tuple
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-11 Venkatesh SrinivasQualify make_tuple with boost:: namespace.
2011-08-11 Venkatesh SrinivasTest for SO_NOSIGPIPE rather than assuming all BSDs...
2011-08-09 Gavin AndresenDo-nothing MapPort() ifndef USE_UPNP. fixes #450
2011-08-09 Matt CoralloUnify copyright notices.
2011-08-08 Matt CoralloCleanup test suite output to be more useful.
2011-08-08 Matt CoralloAdd file for transaction tests.
2011-08-08 Vegard NossumAdd a file for script tests
2011-08-08 Vegard NossumAdd prototype for EvalScript() to script.h
2011-08-08 Vegard NossumFix testing setup
2011-08-08 Matt CoralloAdd missing include to serialize.h
2011-08-08 Vegard NossumAdd missing includes to net.h
2011-08-08 Vegard NossumAdd missing include to script.h
2011-08-08 Vegard NossumAdd missing includes to key.h
2011-08-08 Gavin AndresenMerge pull request #443 from TheBlueMatt/dupin
2011-08-04 Jeff GarzikMerge branch 'tmp2'
2011-08-04 Jeff GarzikMerge pull request #448 from sipa/cbitcoinaddress
2011-08-04 Jeff GarzikMerge pull request #446 from WakiMiko/upnp-desc
2011-08-04 Jeff GarzikMerge pull request #451 from TheBlueMatt/tornolisten
2011-08-03 Matt CoralloDon't listen if on TOR (resolves #441).
2011-08-03 Matt CoralloMake it clear that setting proxy requires restart to...
2011-08-03 Pieter Wuilleavoid strAddress + validity checks
2011-08-01 Johannes HenningerIdentify as "Bitcoin + version number" when mapping...
2011-07-31 Matt CoralloCheck for duplicate txins in CheckTransaction.
2011-07-30 Han Lin YapComment "deprecated"
2011-07-27 Matt CoralloFix EncryptKeys crash introduced by a9ba4710, identifie...
2011-07-26 Jeff GarzikCAddrDB::LoadAddresses: properly initialize CAddress
2011-07-26 Pieter WuilleBugfix: don't overuse limited ExtractAddress
2011-07-26 Wladimir J. van... make SetHash160 return a value (as specified in the...
2011-07-25 JoelKatzFix UNIX-specific thread handle leak.
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-24 Pieter WuilleFix for small change outputs
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-18 Abraham JewowichFix bug with accessing vchData[0] when vchData is empty.
2011-07-17 Pieter Wuillesplit off CBase58Data from CBitcoinAddress
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-16 Eric HosmerAdded crypter to makefile.vc.
2011-07-14 Matt CoralloFix bad return values in LoadWallet.
2011-07-14 Pieter WuilleMerge pull request #412 from sgimenez/db-transactions
2011-07-14 Stéphane GimenezSingle DB transaction for addresses from DNS seeds
2011-07-14 Matt CoralloFix Build in GetReservedKey() in wallet.cpp
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-14 Matt CoralloGenerate Warning when using default key.
2011-07-14 Matt CoralloFix crashes when a wallet is locked and GetReservedKey...
2011-07-13 Jeff GarzikMerge pull request #406 from muggenhor/warning-fixes
2011-07-13 Jeff GarzikMerge pull request #405 from sipa/syncdefault
2011-07-13 Giel van Schijndelfix warning: control reaches end of non-void function...
2011-07-13 Giel van Schijndelfix warning: variable ‘nMinDepth’ set but not used...
2011-07-13 Matt CoralloFix makefile.linux-mingw
2011-07-13 Pieter WuilleBugfix: add autogenerated addresses to address book
2011-07-13 Jeff GarzikBump version to 0.3.25
2011-07-13 Jeff GarzikUpdate CWallet::LoadWallet for proper return type.
2011-07-13 Giel van Schijndelfix warning: unused function 'SigIllHandlerSSE2' [...
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Giel van Schijndelfix warning: X enumeration values not handled in switch...
2011-07-13 Giel van Schijndelfix warning: comparison of unsigned expression < 0...
2011-07-13 Giel van Schijndelfix warnings: using the result of an assignment as...
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Giel van Schijndelfix warning on 64bit systems: cast to pointer from...
2011-07-13 Matt CoralloUpdate makefile.linux-mingw to work with crypter and...
2011-07-13 Jeff GarzikMerge pull request #381 from TheBlueMatt/nminversion
next