aboutsummaryrefslogtreecommitdiff
path: root/src/serialization/pair.h
Commit message (Collapse)AuthorAgeFilesLines
* serialization: fix infinite loops and clean up dispatchingjeffro2562024-02-081-2/+2
| | | | Resolves #8687
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-6/+6
|
* fix serialization being different on macmoneromooo-monero2021-03-051-3/+16
| | | | | | | | | | | | On Mac, size_t is a distinct type from uint64_t, and some types (in wallet cache as well as cold/hot wallet transfer data) use pairs/containers with size_t as fields. Mac would save those as full size, while other platforms would save them as varints. Might apply to other platforms where the types are distinct. There's a nasty hack for backward compatibility, which can go after a couple forks.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-261-0/+96