aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-01-05Merge branch '0.5.0.x' into 0.5.xv0.5.2Luke Dashjr
2012-01-05Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-01-05Fix horrific performance found by gmaxwell.Matt Corallo
2012-01-04Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵Wladimir J. van der Laan
necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)
2012-01-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-03Fix typo (#734)Wladimir J. van der Laan
2012-01-03Fix typo (#734)Luke Dashjr
Conflicts: src/qt/locale/bitcoin_hu.ts src/qt/locale/bitcoin_it.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_uk.ts src/qt/locale/bitcoin_zh_CN.ts
2012-01-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
Conflicts: src/util.cpp
2012-01-03I broke -testnet with my TOR option-parsing fixes.Gavin Andresen
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
Conflicts: src/init.cpp src/util.cpp
2012-01-02Fix some address-handling deadlocksPieter Wuille
Made three critical blocks for cs_mapAddresses smaller, and moved writing to the database out of them. This should also improve the concurrency of the code.
2011-12-25Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2011-12-25Be more conservative: check all transactions in blocks after last checkpoint.Luke Dashjr