aboutsummaryrefslogtreecommitdiff
path: root/src/serialization
Commit message (Collapse)AuthorAgeFilesLines
* serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-263-4/+219
|
* serialization: add override for serializing boolmoneromooo-monero2016-08-281-0/+6
|
* make rct tx serialization workmoneromooo-monero2016-08-281-28/+0
| | | | | | | It may be suboptimal, but it's a pain to have to rebuild everything when some of this changes. Also, no clue why there seems to be two different code paths for serializing a tx...
* rct: add serialization machinery to rct typesmoneromooo-monero2016-08-281-0/+29
|
* serialization: declare do_serialize specializations before usemoneromooo-monero2016-08-281-0/+5
| | | | | | This lets my gcc picks those instead of the generic template where appropriate (and then fail since std::vector<something> does not have a serialize method.
* 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-3110-10/+10
|
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-0/+2
| | | | | | | | | | | | | | Pros: - smaller on the blockchain - shorter integrated addresses Cons: - less sparseness - less ability to embed actual information The boolean argument to encrypt payment ids is now gone from the RPC calls, since the decision is made based on the length of the payment id passed.
* 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-0210-10/+10
|
* fixed errant >Riccardo Spagni2014-10-151-1/+1
|
* Commented most of src/serialization/ going to read up more on variant's and ↵jebes2014-10-135-97/+315
| | | | finish off the job/add last touchs next
* License updated to BSD 3-clausefluffypony2014-07-2310-30/+290
|
* Improved (fixed?) serialization for vec<uint32_t>Zachary Michaels2014-07-011-0/+7
|
* Add missing pragmaZachary Michaels2014-07-011-0/+2
|
* Add missing pragmaZachary Michaels2014-07-011-0/+2
|
* Add missing pragmaZachary Michaels2014-07-011-0/+2
|
* 0.8.8updatemydesktop2014-05-252-1/+7
|
* 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-0310-0/+816