Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-02 | Remove src/serialization/list.h | Jeffrey | 1 | -7/+0 | |
Unused ;) Also a comment from serialization.h | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 1 | -19/+17 | |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -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. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-06-14 | serialization: check stream good flag at the end | moneromooo-monero | 1 | -1/+1 | |
just in case | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-10-08 | tx_pool: avoid parsing a whole tx if only the prefix is needed | moneromooo-monero | 1 | -6/+17 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-22 | factor STL container serialization | moneromooo-monero | 1 | -10/+6 | |
2017-11-24 | serialization: add std::set and std::unordered_set serialization | moneromooo-monero | 1 | -0/+3 | |
2017-09-25 | serialization: add deque serialization | moneromooo-monero | 1 | -0/+17 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2016-09-26 | serialization: add support for serializing std::pair and std::list | moneromooo-monero | 1 | -4/+23 | |
2016-08-28 | serialization: add override for serializing bool | moneromooo-monero | 1 | -0/+6 | |
2016-01-25 | even more typos | Henning Kopp | 1 | -2/+2 | |
2016-01-25 | more typos fixed | Henning Kopp | 1 | -2/+2 | |
2016-01-25 | fixed typo | Henning Kopp | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-15 | fixed errant > | Riccardo Spagni | 1 | -1/+1 | |
2014-10-13 | Commented most of src/serialization/ going to read up more on variant's and ↵ | jebes | 1 | -62/+205 | |
finish off the job/add last touchs next | |||||
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -1/+5 | |
2014-05-13 | Update serialization.h | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+6 | |
1. Added VARINT_FIELD_N(t,f) macro required for tx_extra_merge_mining_tag serialization. | |||||
2014-05-03 | initial [broken] update | mydesktop | 1 | -1/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+146 | |