index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
RPCTypeCheck method to make type-checking JSON Arrays easier.
Gavin Andresen
2012-07-05
Refactor: SignSignature/VerifyScript
Gavin Andresen
2012-07-05
Rework gettransaction / getblock RPC calls
Gavin Andresen
2012-07-04
Merge pull request #1555 from TheBlueMatt/warnings
Jeff Garzik
2012-07-04
Merge branch 'buildupdates' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-07-04
Fix remaining warnings.
Matt Corallo
2012-07-03
RPC: add support for JSON-RPC 2.0-style request batching
Jeff Garzik
2012-07-03
RPC: break out high level JSON-RPC req/resp into their own functions
Jeff Garzik
2012-07-03
Merge pull request #1546 from gmaxwell/allowsamenetinbound
Jeff Garzik
2012-07-03
Work around a distcc bug where -MMD output isn't copied.
Matt Corallo
2012-07-02
Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541)
Matt Corallo
2012-07-01
Merge pull request #1545 from TheBlueMatt/diffsendbuffer
Jeff Garzik
2012-07-01
Do not consider inbound peers for outbound network group exclusion.
Gregory Maxwell
2012-06-30
RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value
Jeff Garzik
2012-07-01
Change default send buffer to 1Mb.
Matt Corallo
2012-07-01
Remove useless high-volume printf (fixes #1544).
Matt Corallo
2012-06-30
Merge pull request #1540 from fanquake/master
Jeff Garzik
2012-06-30
Fix a couple more typos
fanquake
2012-06-30
Fix a typo in TransactionDesc
cardpuncher
2012-06-29
Merge pull request #1531 from jgarzik/peerinfo
Gavin Andresen
2012-06-29
Merge pull request #1537 from Diapolo/fix_awesome_typo
Jeff Garzik
2012-06-30
fix a typo in OptionsDialog
Philip Kaufmann
2012-06-29
RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data
Jeff Garzik
2012-06-29
Fix a few typos
fanquake
2012-06-28
Create new rpcnet module, and move 'getconnectioncount' RPC to it
Jeff Garzik
2012-06-28
Merge branch 'patch-5' of https://github.com/xanatos/bitcoin
Gavin Andresen
2012-06-28
Merge branch 'patch-3' of https://github.com/xanatos/bitcoin
Gavin Andresen
2012-06-28
Fix build error.
Matt Corallo
2012-06-28
Lock vnThreadsRunning[THREAD_RPCHANDLER].
Matt Corallo
2012-06-28
Use a rpc-specific queue to tell asio connections to shutdown.
Matt Corallo
2012-06-28
Revert "*Always* send a shutdown signal to enable custom shutdown actions"
Matt Corallo
2012-06-27
Merge pull request #1511 from jgarzik/quieten2
Jeff Garzik
2012-06-27
Merge pull request #1347 from rebroad/FixAlreadyAskedFor
Pieter Wuille
2012-06-27
Merge pull request #973 from TheBlueMatt/diffsendbuffer
Pieter Wuille
2012-06-27
Merge pull request #457 from muggenhor/async-ipv6-rpc
Pieter Wuille
2012-06-27
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-26
GUI: change language selection format
Philip Kaufmann
2012-06-25
Merge pull request #1501 from fanquake/master
Wladimir J. van der Laan
2012-06-25
Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)
Gavin Andresen
2012-06-25
Add Bitcoin dev Copyright
Michael Ford
2012-06-25
Update comments
Michael Ford
2012-06-24
fix a comment to correctly use -upgradewallet
Philip Kaufmann
2012-06-24
Document -debugnet option in command line help.
Jeff Garzik
2012-06-24
On Windows link with `mswsock`, it being required (indirectly) by RPC code
Giel van Schijndel
2012-06-24
Cancel outstanding listen ops for RPC when shutting down
Giel van Schijndel
2012-06-24
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-23
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
Merge pull request #1503 from gmaxwell/testnet_tweaks
Gregory Maxwell
2012-06-23
Quieten 'getdata' P2P message output
Jeff Garzik
[next]