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
/
rpcprotocol.cpp
Age
Commit message (
Expand
)
Author
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-08-06
Remove size limit in RPC client, keep it in server
Wladimir J. van der Laan
2014-08-06
Avoid a copy in RPC output
Wladimir J. van der Laan
2014-07-04
rpc: Prevent easy memory exhaustion attack
Wladimir J. van der Laan
2014-06-28
fix RPC error replies
kazcw
2014-06-27
Move AcceptedConnection class to rpcserver.h.
Jeff Garzik
2014-06-26
RPC cleanup: Improve HTTP server replies
Jeff Garzik
2014-05-23
Replace non-threadsafe gmtime and setlocale
Wladimir J. van der Laan
2014-05-06
Remove dummy PRIszX macros for formatting
Wladimir J. van der Laan
2014-03-24
Update moved and dead links
Luke Dashjr
2014-03-07
Remove unused includes of boost lexical_cast
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan