1674 Commits (0f460644e36196cd597e02281a0d0c90abc844e2)

Author SHA1 Message Date
Alistair Buxton bb13d056ea When disconnecting a node, clear the received buffer so that we do 13 years ago
Philip Kaufmann 652856fb63 update german translation from transifex 13 years ago
Gregory Maxwell 44b69cf25e Bump CLIENT_VERSION for rc4 release 13 years ago
Nils Schneider 98ff031eb8 update translations from transifex 13 years ago
Wladimir J. van der Laan 08ed96d856 Yet another attempt at implementing "minimize to tray" that works on all OSes 13 years ago
Gavin Andresen e318b99d99 Bump CLIENT_VERSION for rc3 release 13 years ago
Pieter Wuille d68dcf741e Limit the impact of reorganisations on the database 13 years ago
Luke Dashjr 3cc0624932 Print more diagnostic info for the various DB_CORRUPT conditions 13 years ago
Luke Dashjr 21e875c958 Print wallet load errors (to debug.log) 13 years ago
Gregory Maxwell 82a10c8170 Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" 13 years ago
nomnombtc f8c478c4fb fix typo src/net.cpp 13 years ago
Pieter Wuille a206b0ea12 Do not allow overwriting unspent transactions (BIP 30) 13 years ago
Gavin Andresen 142e604184 DoS fix for mapOrphanTransactions 13 years ago
Michael Ford 27adfb2e0c "February" 13 years ago
Gavin Andresen 07ed49a472 Do not start bitcoin: thread on OSX. fixes #889 13 years ago
Pieter Wuille c4341fa6ab Add mruset and use it for setInventoryKnown 13 years ago
Gavin Andresen 46aa2a6bdd Move BIP16 switchover time to April 1 13 years ago
Pieter Wuille 42c8b56f62 Store addrProxy port in settings 13 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago
Gavin Andresen 972060ce0e bitcoind changes to stop storing settings in wallet.dat. 13 years ago
Wladimir J. van der Laan 21ae37d215 Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901) 13 years ago
Pieter Wuille 88c41c43ea Move 'Backup Wallet' to file menu 13 years ago
Pieter Wuille 4a10d4c6dc Fix addrProxy setting 13 years ago
Wladimir J. van der Laan 71ba9abba6 In UI, handle cases in which the last received block was generated in the future (secs<0) 13 years ago
Pieter Wuille db9f2e0117 Do not invoke anti-DoS system for invalid BIP16 transactions 13 years ago
Chris Moore ec4efde40c Add option "-splash" so we can disable the splash screen. 13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Gavin Andresen 8c12851ed4 Checkpoint block 168,000 13 years ago
Luke Dashjr 34f8788915 Cleanup JSON-RPC getblock output to be consistent 13 years ago
Luke Dashjr c170d03e03 Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report "Satoshi" which is at least correct 13 years ago
Pieter Wuille 92d5864b80 Leave IRC enabled by default on testnet 13 years ago
Pieter Wuille 18c0fa97d0 Post-feb20 simplifications 13 years ago
Pieter Wuille 73aa0421a7 ProcessBlock is sometimes called with pfrom==NULL 13 years ago
Pieter Wuille 0d56f11ada Fix tests after 38067c18 13 years ago
Luke Dashjr 5a5cc6ac09 Sign message description changes discussed in #bitcoin-dev 13 years ago
Pieter Wuille 9fa042a96c Typo fix 13 years ago
Pieter Wuille ceaa13eff2 Report number of (dis)connected blocks in reorganization 13 years ago
Pieter Wuille 46245b4782 Fix #616: remove base_uint::operator&=(uint64 b) 13 years ago
Pieter Wuille a3342d096f Fix #626: RecvLine wrong error message 13 years ago
Pieter Wuille a09f101f14 Fix #650: CKey::SetSecret BIGNUM leak 13 years ago
Wladimir J. van der Laan 27a0ed8a0a Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu) 13 years ago
Pieter Wuille fcfd7ff8f8 Free pwalletdbEncryption after encryping wallet 13 years ago
Pieter Wuille 38067c18f8 Make compressed pubkeys require 0.6.0 13 years ago
Pieter Wuille 9976cf070f Move GenerateNewKey back to CWallet 13 years ago
Pieter Wuille 0b807a417f Add SetMinVersion to CWallet 13 years ago
Pieter Wuille a06113b0c5 Workaround for BN_bn2mpi reading/writing out of bounds 13 years ago
Matt Corallo db1a5609a0 Fix compilation warning. 13 years ago
Wladimir J. van der Laan 17690ea5a7 Do show/showNormal only when needed. 13 years ago
Wladimir J. van der Laan 72075edafb Allow setting UI language from commandline (implements #678) 13 years ago
Wladimir J. van der Laan f9f75f320e Only fill in label from address book, if no label is filled in yet, fixes #840 13 years ago