705 Commits (43cda5f325f53e8941efa7f712aed66e3fde172a)

Author SHA1 Message Date
Wladimir J. van der Laan 06706ab8ef Remove erroneous ":" in front of port in options dialog (introduced with network refactor) 13 years ago
Wladimir J. van der Laan be4d08b261 fix the build (port IP validation in options to network refactoring) 13 years ago
Wladimir J. van der Laan b2a967cd0b Revert to global progress indication (see #753) 13 years ago
Pieter Wuille c981d768b3 Fix handling of default ports 13 years ago
Janne Pulkkinen 29b7273153 *Clear all has a tooltip now *About dialog updated 13 years ago
Gavin Andresen 9e8818ec9d Remove base58 encoding from validateaddress/addmultisigaddress 13 years ago
Gavin Andresen 4063460534 Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive 13 years ago
Gavin Andresen 8d7849b6db Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures. 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Gavin Andresen d11a58a2d3 Remove not-used-anywhere scriptPrereq from SignSignature() 13 years ago
Matt Corallo 10ba0a3efc Minor code cleanup to use fHaveUPnP instead of #ifdef 13 years ago
Matt Corallo b24e6e4d1b Add -keepnode which attempts to -addnode and keep a connection open 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Luke Dashjr 340f0876ea collect more info on tx pooling and block finding for getmininginfo 13 years ago
Luke Dashjr 6950bb6200 Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo" 13 years ago
Gavin Andresen 025d495481 Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles 13 years ago
Luke Dashjr ebf9065c22 Qt: Show transaction ID in details 13 years ago
Pieter Wuille a4902c9e7c Remove unused definition 13 years ago
Pieter Wuille b3974ec9d4 Unit tests for EC key routines 13 years ago
Pieter Wuille d4d9c734c3 Compact signatures with compressed pubkeys 13 years ago
Pieter Wuille 11529c6e4f Compressed pubkeys 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Wladimir J. van der Laan 7453497ee4 make transaction description read-only (UI fix) 13 years ago
Matt Corallo f7a9a11391 Fix horrific performance found by gmaxwell. 13 years ago
Gavin Andresen d237f62c23 -blocknotify=command argument, implemented using system() and boost::thread 13 years ago
Gavin Andresen 8677f9c751 I broke -testnet with my TOR option-parsing fixes. 13 years ago
Gavin Andresen 0fcf91ea1e Fix issue #659, and cleanup wallet/command-line argument handling a bit 13 years ago
Wladimir J. van der Laan ecaa91d1df Fix typo (#734) 13 years ago
Pieter Wuille a75d7066b8 Fix some address-handling deadlocks 13 years ago
coderrr 6ec76ca09e make sure IsMine only returns true when we own all keys 13 years ago
Wladimir J. van der Laan 56c6e3696d Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 13 years ago
Gavin Andresen 6d6d392b22 Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-deep recursion 13 years ago
Wladimir J. van der Laan 89772f932a Fix OP_EVAL recursion depth counting 13 years ago
Gavin Andresen 61977f956c Check all prevout.n if one transaction provides multiple inputs 13 years ago
Gavin Andresen 60835d9627 assert condition in previous commit was backwards 13 years ago
Gavin Andresen 6996a9d713 Check for valid prevout.n in FetchInputs. 13 years ago
Matt Corallo 56690a69d6 No reason to have any qrcode stuff in the bitcoind osx makefile. 13 years ago
Gavin Andresen fe358165e3 Be more conservative: check all transactions in blocks after last checkpoint. 13 years ago
Gavin Andresen 8a53cb0b9d New RPC commands: getblockhash and getblock 13 years ago
Wladimir J. van der Laan c58e7d4e01 Copy amount to clipboard (implements #657) 13 years ago
Wladimir J. van der Laan c4a4a4b886 Add context menu for address book page (implements part 1 of issue #648) 13 years ago
Wladimir J. van der Laan e073457191 Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 13 years ago
Wladimir J. van der Laan c75abc9f7e Comments update 13 years ago
Gavin Andresen 2e17ac83c6 Fix broken ExtractAddress (refactored, made callers check for addresses in keystore if they care) 13 years ago
Gavin Andresen ce336fdc21 Back out testnet default address change, it breaks accounts on old wallets. 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Matt Corallo f18a119ac0 Implement "Start on window system startup" on Win32 + Linux. 13 years ago
Gavin Andresen 77f21f1583 include util.h to get SecureString definition. 13 years ago
Gavin Andresen 0e87f34bed Include limits, not climints (using std::numeric_limits now) 13 years ago