| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | rpc: guard against json parsing a non object | moneromooo-monero | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | Fix JSON-RPC response object over ZMQ | Lee Clagett | 2017-10-26 | 1 | -22/+31 |
| | | |||||
| * | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 2017-09-05 | 1 | -1/+1 |
| | | | | | | | | | | - 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 | ||||
| * | json serialization for rpc-relevant monero types | Thomas Winget | 2017-09-05 | 1 | -0/+286 |
| 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 | |||||
