aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/serialization/keyvalue_serialization_overloads.h
Commit message (Collapse)AuthorAgeFilesLines
* msys2 build: include int headersjeffro2562025-05-061-0/+2
|
* Remove serialization/enableableJeffrey2022-04-091-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 Clagett2019-11-041-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 categorymoneromooo-monero2019-04-211-0/+3
|
* epee: resize vectors where possible in serializationmoneromooo-monero2018-08-171-0/+6
| | | | to avoid unnecessary repeated reallocation
* epee: log type name when a container size check failsmoneromooo-monero2018-05-171-1/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+7
|
* epee: fix kv_unserialize return value when a field is not foundmoneromooo-monero2017-12-011-2/+2
|
* Subaddresseskenshi842017-10-071-5/+41
|
* serialization: add deque serializationmoneromooo-monero2017-09-251-0/+36
|
* Fix #2071: remove declaration of unused variable "it" in epeebinaryFate2017-06-261-1/+0
|
* move modified epee code to new classes, revert licensefluffypony2014-07-251-25/+21
|
* License updated to BSD 3-clausefluffypony2014-07-231-21/+25
|
* various fixes to allow mac osx compilationmydesktop2014-04-301-2/+2
|
* Improvements in JSON RPCAntonio Juarez2014-04-071-7/+9
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+366