Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-02 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-02-02 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: src/main.cpp | |||
2012-02-02 | Only 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-02 | Full checking of all loaded keys | Pieter Wuille | |
2012-02-02 | Revert to global progress indication (see #753) | Wladimir J. van der Laan | |
2012-02-02 | Check consistency of private keys | Pieter Wuille | |
Reported by onlineproof on IRC: Bitcoin does not verify whether private keys and public keys correspond, when loading a wallet. | |||
2012-02-02 | Remove loose amp; from Portugese translation (issue #701) | Wladimir J. van der Laan | |
2012-02-02 | Allow -upnp to override setting in wallet (and simplify logic a bit) | Gavin Andresen | |
2012-02-02 | Fix UPnP by reannouncing every 20 minutes. | Matt Corallo | |
2012-02-02 | Testnet difficulty calculation changes, to take effect Feb 15 2012 | Gavin 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-02 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
2012-02-02 | Support makefile.osx building test_bitcoin with dynamic boost | Gavin Andresen | |
2012-02-02 | Rename src/obj/test to src/obj-test to workaround bug in older GNU Make | Luke Dashjr | |
2012-02-02 | Bugfix: Support building test_bitcoin with shared-object boost test framework | Luke Dashjr | |
Conflicts: src/makefile.unix | |||
2012-01-23 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-23 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: doc/release-process.txt | |||
2012-01-23 | Various updates to the release process | Luke Dashjr | |
2012-01-23 | Various updates to the release process | Luke Dashjr | |
2012-01-23 | Update seednodes, pick long-uptime nodes with version >= 0.4.0 | Daniel Folkinshteyn | |
2012-01-23 | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | |
2012-01-23 | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | |
2012-01-16 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-16 | Code 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-16 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-16 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
2012-01-16 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
2012-01-16 | Code 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-10 | Remove unused definition | Pieter Wuille | |
2012-01-10 | Bump version to 0.5.3 | Luke Dashjr | |
2012-01-10 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
Conflicts: bitcoin-qt.pro contrib/debian/changelog doc/README doc/README_windows.txt share/setup.nsi src/serialize.h | |||
2012-01-10 | Bump version to 0.5.0.4 | Luke Dashjr | |
2012-01-10 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: contrib/Bitcoin.app/Contents/Info.plist doc/README doc/README_windows.txt share/setup.nsi src/serialize.h | |||
2012-01-10 | Bump version to 0.4.4 | Luke Dashjr | |
2012-01-09 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
Conflicts: contrib/debian/changelog | |||
2012-01-09 | Add "About Qt" menu option to show built-in Qt About dialog | Wladimir 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-09 | make transaction description read-only (UI fix) | Wladimir J. van der Laan | |
2012-01-09 | Remove 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-05 | Merge branch '0.5.0.x' into 0.5.xv0.5.2 | Luke Dashjr | |
2012-01-05 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
2012-01-05 | Fix horrific performance found by gmaxwell. | Matt Corallo | |
2012-01-04 | Fix 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-03 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2012-01-03 | Fix typo (#734) | Wladimir J. van der Laan | |
2012-01-03 | Fix 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-03 | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | |
Conflicts: src/util.cpp | |||
2012-01-03 | I broke -testnet with my TOR option-parsing fixes. | Gavin Andresen | |
2012-01-03 | Fix issue #659, and cleanup wallet/command-line argument handling a bit | Gavin Andresen | |
Conflicts: src/init.cpp src/util.cpp | |||
2012-01-02 | Fix some address-handling deadlocks | Pieter 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-25 | Merge branch '0.5.0.x' into 0.5.x | Luke Dashjr | |
2011-12-25 | Be more conservative: check all transactions in blocks after last checkpoint. | Luke Dashjr | |