summaryrefslogtreecommitdiff
path: root/src/serialization/binary_archive.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-44/+46
|
* fix serialization being different on macmoneromooo-monero2021-03-051-1/+8
| | | | | | | | | | | | 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
* serialization: fail on read_varint errormoneromooo-monero2019-06-141-1/+2
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* serialization: Use pos_type instead of streamposTom Smeding2019-02-011-1/+1
| | | | | | | | According to [1], the ios_base::streampos member type is deprecated, and removed in C++17. This type was an alias for pos_type, which this commit uses instead. [1]: https://en.cppreference.com/w/cpp/io/ios_base
* Correct spelling mistakes.Edward Betts2018-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-2/+2
| | | | | | | | | | | | | | | | | | | | | Update of the PR with network limits works very well for all speeds (but remember that low download speed can stop upload because we then slow down downloading of blockchain requests too) more debug options fixed pedantic warnings in our code should work again on Mac OS X and FreeBSD fixed warning about size_t tested on Debian, Ubuntu, Windows(testing now) TCP options and ToS (QoS) flag FIXED peer number limit FIXED some spikes in ingress/download FIXED problems when other up and down limit
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Commented most of src/serialization/ going to read up more on variant's and ↵jebes2014-10-131-15/+51
| | | | finish off the job/add last touchs next
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+169