summaryrefslogtreecommitdiff
path: root/src/serialization/serialization.h
Commit message (Collapse)AuthorAgeFilesLines
* replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-0/+22
| | | | | | | | | | | | | | | | | | | | | | This reduces the attack surface for data that can come from malicious sources (exported output and key images, multisig transactions...) since the monero serialization is already exposed to the outside, and the boost lib we were using had a few known crashers. For interoperability, a new load-deprecated-formats wallet setting is added (off by default). This allows loading boost format data if there is no alternative. It will likely go at some point, along with the ability to load those. Notably, the peer lists file still uses the boost serialization code, as the data it stores is define in epee, while the new serialization code is in monero, and migrating it was fairly hairy. Since this file is local and not obtained from anyone else, the marginal risk is minimal, but it could be migrated later if needed. Some tests and tools also do, this will stay as is for now.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* serialization: check stream good flag at the endmoneromooo-monero2019-06-141-1/+1
| | | | just in case
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero2018-10-081-6/+17
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* factor STL container serializationmoneromooo-monero2017-12-221-10/+6
|
* serialization: add std::set and std::unordered_set serializationmoneromooo-monero2017-11-241-0/+3
|
* serialization: add deque serializationmoneromooo-monero2017-09-251-0/+17
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-261-4/+23
|
* serialization: add override for serializing boolmoneromooo-monero2016-08-281-0/+6
|
* even more typosHenning Kopp2016-01-251-2/+2
|
* more typos fixedHenning Kopp2016-01-251-2/+2
|
* fixed typoHenning Kopp2016-01-251-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* fixed errant >Riccardo Spagni2014-10-151-1/+1
|
* Commented most of src/serialization/ going to read up more on variant's and ↵jebes2014-10-131-58/+201
| | | | finish off the job/add last touchs next
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* 0.8.8updatemydesktop2014-05-251-1/+5
|
* Update serialization.hNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-05-131-1/+6
| | | 1. Added VARINT_FIELD_N(t,f) macro required for tx_extra_merge_mining_tag serialization.
* initial [broken] updatemydesktop2014-05-031-1/+1
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+146