aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-07fix typo in optionsmodel.cppPhilip Kaufmann
2012-07-07Merge pull request #1565 from jrmithdobbs/socks5-fixPieter Wuille
2012-07-07Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's sock...Douglas Huff
2012-07-07Merge pull request #1469 from Diapolo/signverifymessagedialogWladimir J. van der Laan
2012-07-07Merge pull request #1518 from Diapolo/qrcodedialogWladimir J. van der Laan
2012-07-07Merge pull request #1552 from Diapolo/txdescWladimir J. van der Laan
2012-07-07Merge pull request #1559 from sje397/BalanceSignalFixWladimir J. van der Laan
2012-07-06update QRCodeDialogPhilip Kaufmann
2012-07-06Warn if blockchain majority doesn't match CBlock::CURRENT_VERSIONGavin Andresen
2012-07-06Treat non-version-1 transactions as non-standardGavin Andresen
2012-07-06GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann
2012-07-05Merge pull request #1304 from rebroad/ShowBlockTimestampJeff Garzik
2012-07-05bitcoinrpc.cpp: Removed outdated commentJeff Garzik
2012-07-05Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-07-05Use unsigned ints to fix signed/unsigned warningsGavin Andresen
2012-07-05Merge pull request #1554 from jgarzik/dup-gethashJeff Garzik
2012-07-06Add a timer to check for changes in immature or unconfirmed balances,Scott Ellis
2012-07-05Implement raw transaction RPC callsGavin Andresen
2012-07-05RPCTypeCheck method to make type-checking JSON Arrays easier.Gavin Andresen
2012-07-05Refactor: SignSignature/VerifyScriptGavin Andresen
2012-07-05Rework gettransaction / getblock RPC callsGavin Andresen
2012-07-04Merge pull request #1555 from TheBlueMatt/warningsJeff Garzik
2012-07-04Merge branch 'buildupdates' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-07-04Fix remaining warnings.Matt Corallo
2012-07-04CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik
2012-07-04Remove duplicate GetHash() in ConnectBlockMatt Corallo
2012-07-03Merge pull request #1512 from jgarzik/json-batchJeff Garzik
2012-07-03RPC: add support for JSON-RPC 2.0-style request batchingJeff Garzik
2012-07-03RPC: break out high level JSON-RPC req/resp into their own functionsJeff Garzik
2012-07-03Merge pull request #1546 from gmaxwell/allowsamenetinboundJeff Garzik
2012-07-03Merge pull request #1548 from TheBlueMatt/warningsJeff Garzik
2012-07-03Work around a distcc bug where -MMD output isn't copied.Matt Corallo
2012-07-03enhance translation possibilities in TransactionDesc / misc other changesPhilip Kaufmann
2012-07-02Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541)Matt Corallo
2012-07-01Merge pull request #1545 from TheBlueMatt/diffsendbufferJeff Garzik
2012-07-01Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell
2012-06-30RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight valueJeff Garzik
2012-07-01Change default send buffer to 1Mb.Matt Corallo
2012-07-01Remove useless high-volume printf (fixes #1544).Matt Corallo
2012-06-30Merge pull request #1540 from fanquake/masterJeff Garzik
2012-06-30Fix a couple more typosfanquake
2012-06-30Merge pull request #1539 from cardpuncher/patch-3Wladimir J. van der Laan
2012-06-30Fix a typo in TransactionDesccardpuncher
2012-06-29Merge pull request #1531 from jgarzik/peerinfoGavin Andresen
2012-06-29Merge pull request #1537 from Diapolo/fix_awesome_typoJeff Garzik
2012-06-30fix a typo in OptionsDialogPhilip Kaufmann
2012-06-29RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik
2012-06-29Merge pull request #1532 from fanquake/masterJeff Garzik
2012-06-29Fix a few typosfanquake
2012-06-28Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik