aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | OP_EVAL implementationGavin Andresen2011-12-1915-572/+1155
| * | | | Global fixture to send output to console instead of debug.logGavin Andresen2011-12-191-0/+10
| * | | | Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-195-88/+575
| * | | | Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-1912-33/+34
| * | | | Collapse no-op ExtractAddress/ExtractAddressInnerGavin Andresen2011-12-191-10/+1
* | | | | Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen2011-12-203-2/+161
|\ \ \ \ \
| * | | | | Implement "Start on window system startup" on Win32 + Linux.Matt Corallo2011-12-203-2/+161
* | | | | | Include limits, not climints (using std::numeric_limits now)Gavin Andresen2011-12-201-1/+1
* | | | | | Merge pull request #673 from mndrix/less-time-dataGavin Andresen2011-12-202-12/+22
|\ \ \ \ \ \
| * | | | | | Retain only the most recent time samplesMichael Hendricks2011-12-012-10/+17
| * | | | | | Only log time samples in debug modeMichael Hendricks2011-12-011-3/+6
* | | | | | | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen2011-12-192-7/+8
* | | | | | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-1913-34/+26
* | | | | | | Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen2011-12-193-37/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen2011-12-192-0/+5
|\ \ \ \ \ \
| * | | | | | When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()Rune K Svendsen2011-12-092-0/+5
* | | | | | | Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoinGavin Andresen2011-12-191-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Add blockhash and blockindex to transaction infoLuke Dashjr2011-12-161-1/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | add key.o and rpcdump.o to makefile.linux-mingwPieter Wuille2011-12-191-0/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #574 from sipa/dumpprivkeyGavin Andresen2011-12-1915-155/+420
|\ \ \ \ \ \
| * | | | | | Key import and exportPieter Wuille2011-12-177-4/+123
| * | | | | | Preparations for key import/exportPieter Wuille2011-12-175-6/+60
| * | | | | | CBitcoinSecret added (base58 encoded privkey)Pieter Wuille2011-12-171-4/+49
| * | | | | | Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-178-136/+176
| * | | | | | Make CWalletTx::pwallet privatePieter Wuille2011-12-173-5/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #699 from laanwj/about_qtGavin Andresen2011-12-192-1/+8
|\ \ \ \ \ \
| * | | | | | Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan2011-12-132-1/+8
* | | | | | | Merge pull request #707 from gavinandresen/BIP14Gavin Andresen2011-12-1911-69/+95
|\ \ \ \ \ \ \
| * | | | | | | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-1911-69/+95
* | | | | | | | Merge pull request #709 from luke-jr/newdnsseedsGavin Andresen2011-12-191-0/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add my DNS seed domainLuke Dashjr2011-12-161-0/+1
| * | | | | | | Add sipa's new dnsseed.Matt Corallo2011-12-161-0/+1
* | | | | | | | Move more newlines out of strings, and fix translations.Gavin Andresen2011-12-1617-1211/+645
* | | | | | | | Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoinGavin Andresen2011-12-161-46/+46
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | move \\n outside _() in --helpNils Schneider2011-12-131-46/+46
* | | | | | | | Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen2011-12-161-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Fix status bar not displaying Alerts.Matt Corallo2011-12-135-5/+46
| |/ / / / / |/| | | | |
* | | | | | Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-132-16/+5
* | | | | | Merge commit '7298ebb'v0.5.1rc1Gavin Andresen2011-12-123-2/+71
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added Caps Lock check and warning at askpassphrasedialog.Nick Bosma2011-10-183-2/+71
* | | | | | added translations: pt_BR zh_CNNils Schneider2011-12-123-0/+4673
* | | | | | updated translations: es es_CL nb ruNils Schneider2011-12-124-124/+83
* | | | | | Merge pull request #694 from luke-jr/restore_old_miniupnp_compatGavin Andresen2011-12-121-1/+14
|\ \ \ \ \ \
| * | | | | | Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)Luke Dashjr2011-12-101-1/+14
* | | | | | | Prevent window from being shown momentarily when using -minWladimir J. van der Laan2011-12-091-5/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #679 from laanwj/cmdline_minimizeGavin Andresen2011-12-051-2/+10
|\ \ \ \ \ \
| * | | | | | Implement -min option to start minimizedWladimir J. van der Laan2011-12-041-2/+10
* | | | | | | Merge pull request #654 from TheBlueMatt/dnsseed-threadGavin Andresen2011-12-023-7/+38
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Move DNS Seed lookup to a new thread.Matt Corallo2011-11-263-7/+38
* | | | | | | Merge pull request #670 from gavinandresen/rpcauth_speedupGavin Andresen2011-12-011-7/+5
|\ \ \ \ \ \ \