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