aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_messages.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-12rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero1-1/+1
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-1/+1
also use reserve where appropriate
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget1-31/+16
- Add some RPC commands (and touch up a couple others) - some bounds checking - some better pointer management - const correctness and error handling -- Thanks @vtnerd for type help with serialization and CMake changes
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+436
Structured {de-,}serialization methods for (many new) types which are used for requests or responses in the RPC. New types include RPC requests and responses, and structs which compose types within those. # Conflicts: # src/cryptonote_core/blockchain.cpp