| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Full checking of all loaded keys | Pieter Wuille | 2012-01-26 | 2 | -1/+15 | |
| | | | | | ||||||
| * | | | | CreateNewBlock was not adding in transaction fees. | Gavin Andresen | 2012-01-28 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | 2012-01-27 | 11 | -2/+409 | |
| | | | | | ||||||
| * | | | | Merge pull request #593 (Full URL Support in bitcoin-qt) | Wladimir J. van der Laan | 2012-01-26 | 11 | -1/+187 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Add support for opening bitcoin: URIs directly. | Matt Corallo | 2012-01-05 | 9 | -1/+173 | |
| | | | | | ||||||
| | * | | | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | 2012-01-05 | 3 | -0/+14 | |
| | | | | | ||||||
| * | | | | Merge pull request #782 from sipa/checkkeys | Gavin Andresen | 2012-01-25 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Check consistency of private keys | |||||
| | * | | | | Check consistency of private keys | Pieter Wuille | 2012-01-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by onlineproof on IRC: Bitcoin does not verify whether private keys and public keys correspond, when loading a wallet. | |||||
| * | | | | | Merge pull request #773 from gavinandresen/p2shSigOpCount | Gavin Andresen | 2012-01-25 | 4 | -52/+53 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Simplify counting of P2SH sigops to match BIP 16 | |||||
| | * | | | | | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ↵ | Gavin Andresen | 2012-01-20 | 4 | -52/+53 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | prompting this). This also removes an un-needed sigops-per-byte check when accepting transactions to the memory pool (un-needed assuming only standard transactions are being accepted). And it only counts P2SH sigops after the switchover date. | |||||
| * | | | | | Support makefile.osx building test_bitcoin with dynamic boost | Gavin Andresen | 2012-01-23 | 1 | -9/+16 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-01-23 | 2 | -7/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Rename src/obj/test to src/obj-test to workaround bug in older GNU Make | Luke Dashjr | 2012-01-23 | 2 | -5/+7 | |
| | | | | | | | ||||||
| | * | | | | | Bugfix: Support building test_bitcoin with shared-object boost test framework | Luke Dashjr | 2012-01-23 | 1 | -2/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2012-01-23 | 1 | -1/+22 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock. | Matt Corallo | 2012-01-21 | 1 | -1/+22 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | If compiled with -DDEBUG_LOCKCONTENTION, Bitcoin will print to debug.log each time a thread has to wait for a lock to continue. | |||||
| * | | | | | Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-01-23 | 1 | -5/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Sanitize AreInputsStandard slightly | Luke Dashjr | 2012-01-20 | 1 | -5/+2 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | Correct comment for why the check is unnecessary for coinbases Move testnet check out, to AcceptToMemoryPool where everything else checks it | |||||
| * | | | | | Only store transactions with missing inputs in the orphan pool. | Gavin Andresen | 2012-01-23 | 2 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | All previous versions of bitcoin could store some types of invalid transactions in the orphan-transaction list. | |||||
| * | | | | | Fixed addmultisigaddress if looking up public keys from locked wallets. | Gavin Andresen | 2012-01-23 | 1 | -1/+4 | |
| |/ / / / | ||||||
| * | | | | Back out spacing changes to json spirit code | Gavin Andresen | 2012-01-19 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin | Gavin Andresen | 2012-01-19 | 1 | -64/+77 | |
| |\ \ \ \ | ||||||
| | * | | | | Update seednodes, pick long-uptime nodes with version >= 0.4.0 | Daniel Folkinshteyn | 2012-01-19 | 1 | -64/+77 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin | Gavin Andresen | 2012-01-19 | 4 | -11/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Replace tabs with four spaces to comply with coding standard in doc/coding.txt | Lars Rasmusson | 2012-01-14 | 4 | -11/+11 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'getmemorypool_blockflagstime' of ↵ | Gavin Andresen | 2012-01-19 | 3 | -6/+13 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | https://github.com/forrestv/bitcoin | |||||
| | * | | | | Added mintime and curtime to RPC getmemorypool | Forrest Voight | 2012-01-14 | 1 | -0/+4 | |
| | | | | | | ||||||
| | * | | | | Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it | Forrest Voight | 2012-01-14 | 3 | -6/+9 | |
| | |/ / / | ||||||
| * | | | | Remove erroneous ":" in front of port in options dialog (introduced with ↵ | Wladimir J. van der Laan | 2012-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | network refactor) | |||||
| * | | | | fix the build (port IP validation in options to network refactoring) | Wladimir J. van der Laan | 2012-01-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Revert to global progress indication (see #753) | Wladimir J. van der Laan | 2012-01-17 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | Fix handling of default ports | Pieter Wuille | 2012-01-17 | 5 | -23/+25 | |
| | | | | | ||||||
| * | | | | Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2012-01-16 | 4 | -24/+100 | |
| |\ \ \ \ | ||||||
| | * | | | | Minor code cleanup to use fHaveUPnP instead of #ifdef | Matt Corallo | 2012-01-12 | 1 | -4/+2 | |
| | | | | | | ||||||
| | * | | | | Add -keepnode which attempts to -addnode and keep a connection open | Matt Corallo | 2012-01-12 | 4 | -22/+100 | |
| | | | | | | ||||||
| * | | | | | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | 2012-01-14 | 2 | -1/+4 | |
| | |/ / / |/| | | | ||||||
| * | | | | Remove base58 encoding from validateaddress/addmultisigaddress | Gavin Andresen | 2012-01-13 | 1 | -19/+4 | |
| | | | | | | | | | | | | | | | | | base58-encoding of full/compressed public keys needs more thought; it probably makes sense to define a base58 encoding that includes a version byte and a checksum. So just support hex and bitcoin-address encodings for now. | |||||
| * | | | | Refactor: needing to call ConnectInputs to process coinbase transactions was ↵ | Gavin Andresen | 2012-01-13 | 1 | -15/+5 | |
| | | | | | | | | | | | | | | | | | counter-intuitive | |||||
| * | | | | Refactored ConnectInputs, so valid-transaction-checks are done before ↵ | Gavin Andresen | 2012-01-13 | 3 | -64/+255 | |
| | | | | | | | | | | | | | | | | | ECDSA-verifying signatures. | |||||
| * | | | | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 21 | -544/+824 | |
| | | | | | ||||||
| * | | | | Remove not-used-anywhere scriptPrereq from SignSignature() | Gavin Andresen | 2012-01-13 | 2 | -8/+5 | |
| | | | | | ||||||
| * | | | | Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-01-13 | 3 | -3/+42 | |
| |\ \ \ \ | ||||||
| | * | | | | collect more info on tx pooling and block finding for getmininginfo | Luke Dashjr | 2012-01-12 | 3 | -0/+21 | |
| | | | | | | ||||||
| | * | | | | Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out ↵ | Luke Dashjr | 2012-01-12 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | of "getinfo" | |||||
| * | | | | | Compile with extra warnings turned on. And more makefile/code tidying up. | Gavin Andresen | 2012-01-12 | 11 | -30/+29 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
| * / / / | Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list ↵ | Gavin Andresen | 2012-01-12 | 5 | -245/+7 | |
| |/ / / | | | | | | | | | | from other makefiles | |||||
| * | | | Merge pull request #743 from gavinandresen/blocknotify | Gavin Andresen | 2012-01-12 | 2 | -1/+20 | |
| |\ \ \ | | | | | | | | | -blocknotify : run a command when best-block changes | |||||
| | * | | | -blocknotify=command argument, implemented using system() and boost::thread | Gavin Andresen | 2012-01-03 | 2 | -1/+20 | |
| | |/ / | ||||||
| * | | | Merge pull request #649 from sipa/comprpubkey | Pieter Wuille | 2012-01-10 | 8 | -53/+228 | |
| |\ \ \ | | | | | | | | | Compressed pubkeys | |||||
| | * | | | Unit tests for EC key routines | Pieter Wuille | 2012-01-09 | 1 | -0/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tests: * creation of keys from base58-encoded strings * extracting public keys and addresses * compressed public keys * compact signatures and key recovery | |||||