aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #629 from sje397/masterWladimir J. van der Laan2011-12-2313-7/+434
|\ \ \ \ | |/ / / |/| | |
| * | | Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-2013-7/+434
* | | | Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-227-18/+20
* | | | Back out testnet default address change, it breaks accounts on old wallets.Gavin Andresen2011-12-221-3/+1
* | | | Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-2158-526/+442
* | | | Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-2058-442/+526
* | | | Merge pull request #677 from luke-jr/minfee_modesGavin Andresen2011-12-203-5/+13
|\ \ \ \
| * | | | GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr2011-12-143-5/+13
| * | | | Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr2011-12-141-1/+1
* | | | | Merge branch 'op_eval'Gavin Andresen2011-12-2027-460/+1615
|\ \ \ \ \
| * | | | | include util.h to get SecureString definition.Gavin Andresen2011-12-201-0/+1
| * | | | | Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen2011-12-193-12/+25
| * | | | | Fix logic for IsChange() for send-to-self transactions.Gavin Andresen2011-12-191-1/+1
| * | | | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-1914-177/+177
| * | | | | Interpret OP_EVAL as OP_NOP until Feb 1, 2012Gavin Andresen2011-12-192-3/+63
| * | | | | Disable addmultisigaddress if not testnetGavin Andresen2011-12-191-0/+2
| * | | | | Put OP_EVAL string in coinbase of generated blocksGavin Andresen2011-12-192-5/+12
| * | | | | 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-204-3/+166
|\ \ \ \ \ \
| * | | | | | Implement "Start on window system startup" on Win32 + Linux.Matt Corallo2011-12-204-3/+166
* | | | | | | 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
* | | | | | | | Merge pull request #716 from gavinandresen/cleanupGavin Andresen2011-12-2015-78/+35
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | 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-1916-155/+422
|\ \ \ \ \ \ \
| * | | | | | | Key import and exportPieter Wuille2011-12-178-4/+124
| * | | | | | | 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-179-136/+177
| * | | | | | | 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-1912-70/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-1912-70/+96
* | | | | | | | | 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