Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 1 | -3/+3 | |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -5/+6 | |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 1 | -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. | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-10-16 | rpc: init m_rpc_version in Message ctor | moneromooo-monero | 1 | -1/+1 | |
Coverity 182501 | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 1 | -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 |