aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_handler.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-0/+4
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+1
2017-10-07Subaddresseskenshi841-4/+11
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget1-42/+129
- 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/+800
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