aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/message.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ fasterLee Clagett2020-08-141-3/+4
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-111-3/+3
|
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-031-5/+6
|
* Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-051-35/+14
| | | | | | | | | - Finding handling function in ZMQ JSON-RPC now uses binary search - Temporary `std::vector`s in JSON output now use `epee::span` to prevent allocations. - Binary -> hex in JSON output no longer allocates temporary buffer - C++ structs -> JSON skips intermediate DOM creation, and instead write directly to an output stream.
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* rpc: init m_rpc_version in Message ctormoneromooo-monero2018-10-161-1/+1
| | | | Coverity 182501
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+131
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