aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-19Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen
2012-01-19Update seednodes, pick long-uptime nodes with version >= 0.4.0Daniel Folkinshteyn
2012-01-17Various updates to the release processLuke Dashjr
2012-01-17Merge pull request #762 from laanwj/qtprogressfixWladimir J. van der Laan
2012-01-17Remove erroneous ":" in front of port in options dialog (introduced with netw...Wladimir J. van der Laan
2012-01-17fix the build (port IP validation in options to network refactoring)Wladimir J. van der Laan
2012-01-17Revert to global progress indication (see #753)Wladimir J. van der Laan
2012-01-17Fix handling of default portsPieter Wuille
2012-01-16Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-01-15Merge pull request #758 from Matoking/masterWladimir J. van der Laan
2012-01-14Added mintime and curtime to RPC getmemorypoolForrest Voight
2012-01-14Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight
2012-01-14*Clear all has a tooltip now *About dialog updatedJanne Pulkkinen
2012-01-14Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-13Remove base58 encoding from validateaddress/addmultisigaddressGavin Andresen
2012-01-13Refactor: needing to call ConnectInputs to process coinbase transactions was ...Gavin Andresen
2012-01-13Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-13Remove not-used-anywhere scriptPrereq from SignSignature()Gavin Andresen
2012-01-13Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-01-12Minor code cleanup to use fHaveUPnP instead of #ifdefMatt Corallo
2012-01-12Add -keepnode which attempts to -addnode and keep a connection openMatt Corallo
2012-01-12Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen
2012-01-12collect more info on tx pooling and block finding for getmininginfoLuke Dashjr
2012-01-12Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of...Luke Dashjr
2012-01-12Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from...Gavin Andresen
2012-01-12Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen
2012-01-10Merge pull request #649 from sipa/comprpubkeyPieter Wuille
2012-01-10Merge pull request #752 from luke-jr/qt_txnidWladimir J. van der Laan
2012-01-10Qt: Show transaction ID in detailsLuke Dashjr
2012-01-09Remove unused definitionPieter Wuille
2012-01-09Merge pull request #746 from laanwj/tdesc_roGavin Andresen
2012-01-09Merge pull request #750 from TheBlueMatt/anonymousGavin Andresen
2012-01-09Unit tests for EC key routinesPieter Wuille
2012-01-09Compact signatures with compressed pubkeysPieter Wuille
2012-01-09Compressed pubkeysPieter Wuille
2012-01-07Remove mentions on anonymity in debian folder.Matt Corallo
2012-01-07Merge pull request #735 from sipa/netbasePieter Wuille
2012-01-06Network stack refactorPieter Wuille
2012-01-06make transaction description read-only (UI fix)Wladimir J. van der Laan
2012-01-05Merge pull request #740 from TheBlueMatt/perfGavin Andresen
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2012-01-05Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo
2012-01-04Fix horrific performance found by gmaxwell.Matt Corallo
2012-01-03-blocknotify=command argument, implemented using system() and boost::threadGavin Andresen
2012-01-03Merge pull request #731 from laanwj/txshowfixGavin Andresen
2012-01-03Merge branch 'getblock'Gavin Andresen
2012-01-03I broke -testnet with my TOR option-parsing fixes.Gavin Andresen
2012-01-03Merge pull request #741 from laanwj/typo734fixGavin Andresen
2012-01-03Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoinGavin Andresen