| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | Merge pull request #629 from sje397/master | Wladimir J. van der Laan | 2011-12-23 | 13 | -7/+434 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD... | sje397 | 2011-12-20 | 13 | -7/+434 |
| * | | | | Fix broken ExtractAddress (refactored, made callers check for addresses in ke... | Gavin Andresen | 2011-12-22 | 7 | -18/+20 |
| * | | | | Back out testnet default address change, it breaks accounts on old wallets. | Gavin Andresen | 2011-12-22 | 1 | -3/+1 |
| * | | | | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 58 | -526/+442 |
| * | | | | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 58 | -442/+526 |
| * | | | | Merge pull request #677 from luke-jr/minfee_modes | Gavin Andresen | 2011-12-20 | 3 | -5/+13 |
| |\ \ \ \ |
|
| | * | | | | GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay | Luke Dashjr | 2011-12-14 | 3 | -5/+13 |
| | * | | | | Bugfix: fForRelay should be false when deciding required fee to include in bl... | Luke Dashjr | 2011-12-14 | 1 | -1/+1 |
| * | | | | | Merge branch 'op_eval' | Gavin Andresen | 2011-12-20 | 27 | -460/+1615 |
| |\ \ \ \ \ |
|
| | * | | | | | include util.h to get SecureString definition. | Gavin Andresen | 2011-12-20 | 1 | -0/+1 |
| | * | | | | | Update bitcoin address numbers for latest luke-jr/sipa scheme | Gavin Andresen | 2011-12-19 | 3 | -12/+25 |
| | * | | | | | Fix logic for IsChange() for send-to-self transactions. | Gavin Andresen | 2011-12-19 | 1 | -1/+1 |
| | * | | | | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 14 | -177/+177 |
| | * | | | | | Interpret OP_EVAL as OP_NOP until Feb 1, 2012 | Gavin Andresen | 2011-12-19 | 2 | -3/+63 |
| | * | | | | | Disable addmultisigaddress if not testnet | Gavin Andresen | 2011-12-19 | 1 | -0/+2 |
| | * | | | | | Put OP_EVAL string in coinbase of generated blocks | Gavin Andresen | 2011-12-19 | 2 | -5/+12 |
| | * | | | | | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 15 | -572/+1155 |
| | * | | | | | Global fixture to send output to console instead of debug.log | Gavin Andresen | 2011-12-19 | 1 | -0/+10 |
| | * | | | | | Support 3 new multisignature IsStandard transactions | Gavin Andresen | 2011-12-19 | 5 | -88/+575 |
| | * | | | | | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | 2011-12-19 | 12 | -33/+34 |
| | * | | | | | Collapse no-op ExtractAddress/ExtractAddressInner | Gavin Andresen | 2011-12-19 | 1 | -10/+1 |
| * | | | | | | Merge pull request #717 from TheBlueMatt/installerqtupgrade | Gavin Andresen | 2011-12-20 | 4 | -3/+166 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Implement "Start on window system startup" on Win32 + Linux. | Matt Corallo | 2011-12-20 | 4 | -3/+166 |
| * | | | | | | | Include limits, not climints (using std::numeric_limits now) | Gavin Andresen | 2011-12-20 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #673 from mndrix/less-time-data | Gavin Andresen | 2011-12-20 | 2 | -12/+22 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Retain only the most recent time samples | Michael Hendricks | 2011-12-01 | 2 | -10/+17 |
| | * | | | | | | | Only log time samples in debug mode | Michael Hendricks | 2011-12-01 | 1 | -3/+6 |
| * | | | | | | | | Merge pull request #716 from gavinandresen/cleanup | Gavin Andresen | 2011-12-20 | 15 | -78/+35 |
| |\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| | * | | | | | | | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e... | Gavin Andresen | 2011-12-19 | 2 | -7/+8 |
| | * | | | | | | | Use std::numeric_limits<> for typesafe INT_MAX/etc | Gavin Andresen | 2011-12-19 | 13 | -34/+26 |
| | * | | | | | | | Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ... | Gavin Andresen | 2011-12-19 | 3 | -37/+1 |
| |/ / / / / / / |
|
| * | | | | | | | Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsing | Gavin Andresen | 2011-12-19 | 2 | -0/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() | Rune K Svendsen | 2011-12-09 | 2 | -0/+5 |
| * | | | | | | | | Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoin | Gavin Andresen | 2011-12-19 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Add blockhash and blockindex to transaction info | Luke Dashjr | 2011-12-16 | 1 | -1/+7 |
| | | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | | add key.o and rpcdump.o to makefile.linux-mingw | Pieter Wuille | 2011-12-19 | 1 | -0/+2 |
| | |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #574 from sipa/dumpprivkey | Gavin Andresen | 2011-12-19 | 16 | -155/+422 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Key import and export | Pieter Wuille | 2011-12-17 | 8 | -4/+124 |
| | * | | | | | | | Preparations for key import/export | Pieter Wuille | 2011-12-17 | 5 | -6/+60 |
| | * | | | | | | | CBitcoinSecret added (base58 encoded privkey) | Pieter Wuille | 2011-12-17 | 1 | -4/+49 |
| | * | | | | | | | Add GetSecret() and GetKeys() to CKeyStore | Pieter Wuille | 2011-12-17 | 9 | -136/+177 |
| | * | | | | | | | Make CWalletTx::pwallet private | Pieter Wuille | 2011-12-17 | 3 | -5/+12 |
| | | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | | Merge pull request #699 from laanwj/about_qt | Gavin Andresen | 2011-12-19 | 2 | -1/+8 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Add "About Qt" menu option to show built-in Qt About dialog | Wladimir J. van der Laan | 2011-12-13 | 2 | -1/+8 |
| * | | | | | | | | Merge pull request #707 from gavinandresen/BIP14 | Gavin Andresen | 2011-12-19 | 12 | -70/+96 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Implement BIP 14 : separate protocol version from client version | Gavin Andresen | 2011-12-19 | 12 | -70/+96 |
| * | | | | | | | | | Merge pull request #709 from luke-jr/newdnsseeds | Gavin Andresen | 2011-12-19 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| | * | | | | | | | | Add my DNS seed domain | Luke Dashjr | 2011-12-16 | 1 | -0/+1 |
| | * | | | | | | | | Add sipa's new dnsseed. | Matt Corallo | 2011-12-16 | 1 | -0/+1 |