aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-29Fix a few typosfanquake
2012-06-28Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik
2012-06-28Merge branch 'patch-5' of https://github.com/xanatos/bitcoinGavin Andresen
2012-06-28Merge branch 'patch-3' of https://github.com/xanatos/bitcoinGavin Andresen
2012-06-28Fix build error.Matt Corallo
2012-06-28Lock vnThreadsRunning[THREAD_RPCHANDLER].Matt Corallo
2012-06-28Use a rpc-specific queue to tell asio connections to shutdown.Matt Corallo
2012-06-28Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo
2012-06-27Merge pull request #1511 from jgarzik/quieten2Jeff Garzik
2012-06-27Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille
2012-06-27Merge pull request #973 from TheBlueMatt/diffsendbufferPieter Wuille
2012-06-27Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille
2012-06-27Stop processing messages on full send buffer and dont disconnect.Matt Corallo
2012-06-26GUI: change language selection formatPhilip Kaufmann
2012-06-25Merge pull request #1501 from fanquake/masterWladimir J. van der Laan
2012-06-25Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen
2012-06-25Add Bitcoin dev CopyrightMichael Ford