aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/serialization (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Merge pull request #4270luigi11111-0/+6
29dea03 epee: resize vectors where possible in serialization (moneromooo-monero) 76affd9 epee: some speedup in parsing (moneromooo-monero) dc6c069 db_lmdb: speedup the get_output_distribution common case (moneromooo-monero) 76ac5a8 wallet2: ask for a binary output distribution, for speed (moneromooo-monero)
2018-08-17epee: resize vectors where possible in serializationmoneromooo-monero1-0/+6
to avoid unnecessary repeated reallocation
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+9
The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
2018-05-17epee: log type name when a container size check failsmoneromooo-monero1-1/+1
2017-12-22factor STL container serializationmoneromooo-monero1-1/+0
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+7
2017-12-01epee: fix kv_unserialize return value when a field is not foundmoneromooo-monero1-2/+2
2017-10-07Subaddresseskenshi841-5/+41
2017-09-25serialization: add deque serializationmoneromooo-monero1-0/+36
2017-08-09epee: fixup KV_SERIALIZE_OPT to work in more casesmoneromooo-monero1-1/+4
2017-07-24epee: add a KV_SERIALIZE variant for optional parametersmoneromooo-monero1-0/+7
2017-06-26Fix #2071: remove declaration of unused variable "it" in epeebinaryFate1-1/+0
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-07-25move modified epee code to new classes, revert licensefluffypony4-105/+63
2014-07-23License updated to BSD 3-clausefluffypony4-63/+105
2014-05-250.8.8updatemydesktop1-2/+4
2014-04-30various fixes to allow mac osx compilationmydesktop1-2/+2
2014-04-07Improvements in JSON RPCAntonio Juarez1-7/+9
2014-03-03moved all stuff to githubAntonio Juarez4-0/+513