| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | msys2 build: include int headers | jeffro256 | 2025-05-06 | 1 | -0/+2 |
| | | |||||
| * | Remove serialization/enableable | Jeffrey | 2022-04-09 | 1 | -18/+0 |
| | | | | | | | Currently working on an EPEE [ser/de]ialization library for Rust and at first glance, EPEE seemed to have support for optional wrappers. However, after looking into it, this feature appears to be half-baked and unused. Furthermore, adding support for optional values would be better suited to implement at the storage level, in my opinion. That would make parsing DOMs easier and less error-prone. If anyone is currently using this code, please comment. Thanks! At the time of writing, this PR has no merge conflicts with #8211 | ||||
| * | Improved performance for epee serialization: | Lee Clagett | 2019-11-04 | 1 | -17/+7 |
| | | | | | | | | | - Removed copy of field names in binary deserialization - Removed copy of array values in binary deserialization - Removed copy of string values in json deserialization - Removed unhelpful allocation in json string value parsing - Removed copy of blob data on binary and json serialization | ||||
| * | serialization: set default log category | moneromooo-monero | 2019-04-21 | 1 | -0/+3 |
| | | |||||
| * | epee: resize vectors where possible in serialization | moneromooo-monero | 2018-08-17 | 1 | -0/+6 |
| | | | | | to avoid unnecessary repeated reallocation | ||||
| * | epee: log type name when a container size check fails | moneromooo-monero | 2018-05-17 | 1 | -1/+1 |
| | | |||||
| * | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 1 | -0/+7 |
| | | |||||
| * | epee: fix kv_unserialize return value when a field is not found | moneromooo-monero | 2017-12-01 | 1 | -2/+2 |
| | | |||||
| * | Subaddresses | kenshi84 | 2017-10-07 | 1 | -5/+41 |
| | | |||||
| * | serialization: add deque serialization | moneromooo-monero | 2017-09-25 | 1 | -0/+36 |
| | | |||||
| * | Fix #2071: remove declaration of unused variable "it" in epee | binaryFate | 2017-06-26 | 1 | -1/+0 |
| | | |||||
| * | move modified epee code to new classes, revert license | fluffypony | 2014-07-25 | 1 | -25/+21 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -21/+25 |
| | | |||||
| * | various fixes to allow mac osx compilation | mydesktop | 2014-04-30 | 1 | -2/+2 |
| | | |||||
| * | Improvements in JSON RPC | Antonio Juarez | 2014-04-07 | 1 | -7/+9 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+366 |
