aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Use unsigned ints to fix signed/unsigned warningsGavin Andresen2012-07-053-10/+11
* | | | | | | | | | | | Merge pull request #1554 from jgarzik/dup-gethashJeff Garzik2012-07-052-19/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik2012-07-042-5/+3
| * | | | | | | | | | | | Remove duplicate GetHash() in ConnectBlockMatt Corallo2012-07-041-14/+14
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Implement raw transaction RPC callsGavin Andresen2012-07-0512-56/+750
* | | | | | | | | | | | RPCTypeCheck method to make type-checking JSON Arrays easier.Gavin Andresen2012-07-052-0/+52
* | | | | | | | | | | | Refactor: SignSignature/VerifyScriptGavin Andresen2012-07-052-13/+17
* | | | | | | | | | | | Rework gettransaction / getblock RPC callsGavin Andresen2012-07-051-264/+28
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1555 from TheBlueMatt/warningsJeff Garzik2012-07-042-5/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix remaining warnings.Matt Corallo2012-07-042-5/+13
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'buildupdates' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2012-07-042-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Work around a distcc bug where -MMD output isn't copied.Matt Corallo2012-07-032-4/+4
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1512 from jgarzik/json-batchJeff Garzik2012-07-031-32/+101
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RPC: add support for JSON-RPC 2.0-style request batchingJeff Garzik2012-07-031-5/+49
| * | | | | | | | | | RPC: break out high level JSON-RPC req/resp into their own functionsJeff Garzik2012-07-031-30/+55
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1546 from gmaxwell/allowsamenetinboundJeff Garzik2012-07-031-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell2012-07-011-3/+4
* | | | | | | | | | | Merge pull request #1548 from TheBlueMatt/warningsJeff Garzik2012-07-032-4/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541)Matt Corallo2012-07-022-4/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1545 from TheBlueMatt/diffsendbufferJeff Garzik2012-07-013-4/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Change default send buffer to 1Mb.Matt Corallo2012-07-012-2/+2
| * | | | | | | | | Remove useless high-volume printf (fixes #1544).Matt Corallo2012-07-011-2/+0
* | | | | | | | | | RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight valueJeff Garzik2012-06-301-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1540 from fanquake/masterJeff Garzik2012-06-304-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a couple more typosfanquake2012-06-304-4/+4
* | | | | | | | | | Merge pull request #1539 from cardpuncher/patch-3Wladimir J. van der Laan2012-06-301-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix a typo in TransactionDesccardpuncher2012-06-301-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1531 from jgarzik/peerinfoGavin Andresen2012-06-299-12/+111
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik2012-06-294-1/+84
| * | | | | | | | | | Create new rpcnet module, and move 'getconnectioncount' RPC to itJeff Garzik2012-06-287-11/+27
* | | | | | | | | | | Merge pull request #1537 from Diapolo/fix_awesome_typoJeff Garzik2012-06-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix a typo in OptionsDialogPhilip Kaufmann2012-06-301-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1532 from fanquake/masterJeff Garzik2012-06-295-8/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * / / / / / / / / Fix a few typosfanquake2012-06-295-8/+8
|/ / / / / / / / /
* | | | | | | | | Merge branch 'patch-5' of https://github.com/xanatos/bitcoinGavin Andresen2012-06-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Changed a comment about a QVariant typexanatos2012-06-231-1/+1
* | | | | | | | | | Merge branch 'patch-3' of https://github.com/xanatos/bitcoinGavin Andresen2012-06-281-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Small fix to rpc_testsxanatos2012-06-221-3/+3
* | | | | | | | | | | Fix build error.Matt Corallo2012-06-281-1/+1
* | | | | | | | | | | Lock vnThreadsRunning[THREAD_RPCHANDLER].Matt Corallo2012-06-281-3/+14
* | | | | | | | | | | Use a rpc-specific queue to tell asio connections to shutdown.Matt Corallo2012-06-281-2/+5
* | | | | | | | | | | Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo2012-06-282-7/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1511 from jgarzik/quieten2Jeff Garzik2012-06-271-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Quieten 'getdata' P2P message outputJeff Garzik2012-06-231-1/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille2012-06-271-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Should only be mapped when the getdata is done.R E Broadley2012-05-171-1/+1
* | | | | | | | | | Merge pull request #973 from TheBlueMatt/diffsendbufferPieter Wuille2012-06-274-17/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-274-17/+14
* | | | | | | | | | | Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille2012-06-275-76/+207
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | On Windows link with `mswsock`, it being required (indirectly) by RPC codeGiel van Schijndel2012-06-243-3/+3