aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-11Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-11Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-11Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo
This fixes a potential bug where some NATs may replace the node's interal IP with its external IP in version messages, causing incorrect checksums when version messages begin being checksummed on February 14, 2012.
2012-02-11Fix #822Pieter Wuille
2012-02-07Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr
2012-02-07Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: src/qt/locale/bitcoin_ru.ts src/qt/locale/bitcoin_zh_TW.ts
2012-02-07Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
Conflicts: src/bitcoinrpc.cpp
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell
Help users avoid insecure configurations a bit by recommending a secure RPC password and increasing the incorrect password delay. This may open up a RPC DOS for users with exposed RPC ports and short passwords. Since users shouldn't have exposed RPC ports OR short passwords, the DOS risk is preferable to the compromise risk. Also logs the client IP address for incorrect attempts.
2012-02-07Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan
When a transaction has multiple outputs that go to the wallet, list these as multiple transactions in the UI. This is also applied to generated (coinbase) transactions. Also makes the code shorter and easier to understand.
2012-02-07Bugfix: Capitalize kB correctly (upstream: 9d4b05c)Luke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell
Help users avoid insecure configurations a bit by recommending a secure RPC password and increasing the incorrect password delay. This may open up a RPC DOS for users with exposed RPC ports and short passwords. Since users shouldn't have exposed RPC ports OR short passwords, the DOS risk is preferable to the compromise risk. Also logs the client IP address for incorrect attempts.
2012-02-02Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-02Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
Conflicts: src/main.cpp
2012-02-02Only store transactions with missing inputs in the orphan pool.Gavin Andresen
All previous versions of bitcoin could store some types of invalid transactions in the orphan-transaction list.
2012-02-02Full checking of all loaded keysPieter Wuille
2012-02-02Revert to global progress indication (see #753)Wladimir J. van der Laan
2012-02-02Check consistency of private keysPieter Wuille
Reported by onlineproof on IRC: Bitcoin does not verify whether private keys and public keys correspond, when loading a wallet.
2012-02-02Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan
2012-02-02Allow -upnp to override setting in wallet (and simplify logic a bit)Gavin Andresen
2012-02-02Fix UPnP by reannouncing every 20 minutes.Matt Corallo
2012-02-02Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen
Allow mining of min-difficulty blocks if 20 minutes have gone by without mining a regular-difficulty block. Normal rules apply every 2016 blocks, though, so there may be a very-slow-to-confirm block at the difficulty-adjustment blocks.
2012-02-02Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo
2012-02-02Support makefile.osx building test_bitcoin with dynamic boostGavin Andresen
2012-02-02Rename src/obj/test to src/obj-test to workaround bug in older GNU MakeLuke Dashjr
2012-02-02Bugfix: Support building test_bitcoin with shared-object boost test frameworkLuke Dashjr
Conflicts: src/makefile.unix
2012-01-23Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-23Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
Conflicts: doc/release-process.txt
2012-01-23Various updates to the release processLuke Dashjr
2012-01-23Various updates to the release processLuke Dashjr
2012-01-23Update seednodes, pick long-uptime nodes with version >= 0.4.0Daniel Folkinshteyn
2012-01-23Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-23Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-16Code tidyups, fixing various warnings.Luke Dashjr
Partial cherry pick of: Compile with extra warnings turned on. And more makefile/code tidying up. This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings. Exceptions are: -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned. -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit). Conflicts: src/makefile.osx src/makefile.unix src/netbase.cpp
2012-01-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-16Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-01-16*Clear all has a tooltip now *About dialog updatedJanne Pulkkinen
2012-01-16Code tidyups, fixing various warnings.Luke Dashjr
Partial cherry pick of: Compile with extra warnings turned on. And more makefile/code tidying up. This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings. Exceptions are: -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned. -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit). Conflicts: src/makefile.osx src/makefile.unix src/netbase.cpp src/rpc.cpp
2012-01-10Remove unused definitionPieter Wuille
2012-01-10Bump version to 0.5.3Luke Dashjr
2012-01-10Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: bitcoin-qt.pro contrib/debian/changelog doc/README doc/README_windows.txt share/setup.nsi src/serialize.h
2012-01-10Bump version to 0.5.0.4Luke Dashjr
2012-01-10Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
Conflicts: contrib/Bitcoin.app/Contents/Info.plist doc/README doc/README_windows.txt share/setup.nsi src/serialize.h
2012-01-10Bump version to 0.4.4Luke Dashjr
2012-01-09Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
Conflicts: contrib/debian/changelog
2012-01-09Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.
2012-01-09make transaction description read-only (UI fix)Wladimir J. van der Laan
2012-01-09Remove mentions on anonymity in debian folder.Matt Corallo
These should never have been there, bitcoin isnt anonymous without a ton of work that virtually no users will ever be willing and capable of doing.