aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-05fetch translations from transifexNils Schneider
2012-02-05Change up/down increment in UI to 0.001 BTC (issue #760)Wladimir J. van der Laan
2012-02-01Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell
2012-02-01Remove loose amp; from Portugese translation (issue #701)Wladimir J. van der Laan
2012-02-01Allow -upnp to override setting in wallet (and simplify logic a bit)Gavin Andresen
2012-01-31Fix UPnP by reannouncing every 20 minutes.Matt Corallo
2012-01-31Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen
2012-01-31Merge branch 'checkkeys' of https://github.com/sipa/bitcoinGavin Andresen
2012-01-28CreateNewBlock was not adding in transaction fees.Gavin Andresen
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-26Full checking of all loaded keysPieter Wuille
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-25Merge pull request #782 from sipa/checkkeysGavin Andresen
2012-01-25Merge pull request #773 from gavinandresen/p2shSigOpCountGavin Andresen
2012-01-25Check consistency of private keysPieter Wuille
2012-01-23Support makefile.osx building test_bitcoin with dynamic boostGavin Andresen
2012-01-23Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-01-23Rename src/obj/test to src/obj-test to workaround bug in older GNU MakeLuke Dashjr
2012-01-23Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-01-23Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-01-23Only store transactions with missing inputs in the orphan pool.Gavin Andresen
2012-01-23Fixed addmultisigaddress if looking up public keys from locked wallets.Gavin Andresen
2012-01-23Bugfix: Support building test_bitcoin with shared-object boost test frameworkLuke Dashjr
2012-01-21Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.Matt Corallo
2012-01-20Sanitize AreInputsStandard slightlyLuke Dashjr
2012-01-20Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen
2012-01-19Back out spacing changes to json spirit codeGavin Andresen
2012-01-19Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoinGavin Andresen
2012-01-19Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoinGavin Andresen
2012-01-19Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bi...Gavin Andresen
2012-01-19Update seednodes, pick long-uptime nodes with version >= 0.4.0Daniel Folkinshteyn
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-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