aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* evhttpd implementationWladimir J. van der Laan2015-09-031-229/+0
* rpc: Implement random-cookie based authenticationWladimir J. van der Laan2015-07-131-0/+67
* build: Remove -DBOOST_SPIRIT_THREADSAFEWladimir J. van der Laan2015-06-211-1/+0
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-5/+5
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-4/+4
* extend conversion to UniValueJonas Schnelli2015-06-041-3/+3
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-5/+5
* namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-1/+0
* namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-17/+17
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+3
* Move `*Version()` functions to version.h/cppWladimir J. van der Laan2014-08-261-0/+1
* Remove size limit in RPC client, keep it in serverWladimir J. van der Laan2014-08-061-2/+2
* Avoid a copy in RPC outputWladimir J. van der Laan2014-08-061-8/+15
* rpc: Prevent easy memory exhaustion attackWladimir J. van der Laan2014-07-041-2/+14
* fix RPC error replieskazcw2014-06-281-19/+23
* Move AcceptedConnection class to rpcserver.h.Jeff Garzik2014-06-271-2/+2
* RPC cleanup: Improve HTTP server repliesJeff Garzik2014-06-261-3/+14
* Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-05-231-9/+1
* Remove dummy PRIszX macros for formattingWladimir J. van der Laan2014-05-061-1/+1
* Update moved and dead linksLuke Dashjr2014-03-241-1/+1
* Remove unused includes of boost lexical_castWladimir J. van der Laan2014-03-071-1/+0
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-4/+4
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-0/+262