| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | 3 | -2/+161 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Implement "Start on window system startup" on Win32 + Linux. | Matt Corallo | 2011-12-20 | 3 | -2/+161 | |
| * | | | | | | 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 | |
| * | | | | | | | 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 | 15 | -155/+420 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Key import and export | Pieter Wuille | 2011-12-17 | 7 | -4/+123 | |
| | * | | | | | | 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 | 8 | -136/+176 | |
| | * | | | | | | 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 | 11 | -69/+95 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Implement BIP 14 : separate protocol version from client version | Gavin Andresen | 2011-12-19 | 11 | -69/+95 | |
| * | | | | | | | | 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 | |
| * | | | | | | | | Move more newlines out of strings, and fix translations. | Gavin Andresen | 2011-12-16 | 17 | -1211/+645 | |
| * | | | | | | | | Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin | Gavin Andresen | 2011-12-16 | 1 | -46/+46 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | move \\n outside _() in --help | Nils Schneider | 2011-12-13 | 1 | -46/+46 | |
| * | | | | | | | | Bump version 0.5.99 (prep for pulling for version 0.6) | Gavin Andresen | 2011-12-16 | 1 | -1/+1 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Fix status bar not displaying Alerts. | Matt Corallo | 2011-12-13 | 5 | -5/+46 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | 2011-12-13 | 2 | -16/+5 | |
| * | | | | | | Merge commit '7298ebb'v0.5.1rc1 | Gavin Andresen | 2011-12-12 | 3 | -2/+71 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Added Caps Lock check and warning at askpassphrasedialog. | Nick Bosma | 2011-10-18 | 3 | -2/+71 | |
| * | | | | | | added translations: pt_BR zh_CN | Nils Schneider | 2011-12-12 | 3 | -0/+4673 | |
| * | | | | | | updated translations: es es_CL nb ru | Nils Schneider | 2011-12-12 | 4 | -124/+83 | |
| * | | | | | | Merge pull request #694 from luke-jr/restore_old_miniupnp_compat | Gavin Andresen | 2011-12-12 | 1 | -1/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6) | Luke Dashjr | 2011-12-10 | 1 | -1/+14 | |
| * | | | | | | | Prevent window from being shown momentarily when using -min | Wladimir J. van der Laan | 2011-12-09 | 1 | -5/+5 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #679 from laanwj/cmdline_minimize | Gavin Andresen | 2011-12-05 | 1 | -2/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implement -min option to start minimized | Wladimir J. van der Laan | 2011-12-04 | 1 | -2/+10 | |
| * | | | | | | | Merge pull request #654 from TheBlueMatt/dnsseed-thread | Gavin Andresen | 2011-12-02 | 3 | -7/+38 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Move DNS Seed lookup to a new thread. | Matt Corallo | 2011-11-26 | 3 | -7/+38 | |
| * | | | | | | | Merge pull request #670 from gavinandresen/rpcauth_speedup | Gavin Andresen | 2011-12-01 | 1 | -7/+5 | |
| |\ \ \ \ \ \ \ | ||||||