aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/storages (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-22storages: change error log category to serializationselsta2-0/+6
2023-05-08fix missing <cstdint> includestobtoht1-0/+1
2022-05-17src, epee: fix a couple compiler warningsselsta1-1/+0
2022-05-10Merge pull request #8226luigi11113-5/+5
2022-04-18Refactor out pragma_comp_defsJeffrey1-10/+4
2022-04-18Trimming FatJeffrey1-48/+0
2022-04-18Boring Old DeletesJeffrey2-130/+0
2022-04-06Merge pull request #8228luigi11111-39/+1
2022-04-06Merge pull request #8197luigi11111-1/+1
2022-03-30Remove dead code from parserse_base_utils and fix unit testsJeffrey1-39/+1
2022-03-25Fix typo: SERIALIZE_TYPE_DUOBLEJeffrey3-5/+5
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-02-19Undefined behaviour fixesSChernykh1-0/+12
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr1-232/+8
2021-05-24Fix boost 1.76.0 compatibilityloqs1-0/+2
2021-01-19Remove payload copy in all outgoing p2p messagesLee Clagett3-35/+41
2021-04-16Revert "Merge pull request #7136"luigi11113-41/+35
2021-04-16Merge pull request #7136luigi11113-35/+41
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-1/+1
2021-02-06Reduce compilation time of epee/portable_storage.hmj-xmr6-203/+15
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett3-35/+41
2021-01-07storages: overridable limits for loading portable_storage from binarymoneromooo-monero5-33/+63
2021-01-06Merge pull request #7281luigi11111-1/+11
2021-01-05epee: also limit number of strings in portable_storagemoneromooo-monero1-1/+11
2021-01-02portable_storage: better sanity checkingmoneromooo-monero1-2/+7
2021-01-01Merge pull request #7243Alexander Blair1-1/+6
2021-01-01Merge pull request #7220Alexander Blair3-0/+3
2020-12-31portable_storage: check object limit where appropriatemoneromooo1-1/+6
2020-12-28portable_storage: forbid unnamed sectionsxiphon3-0/+3
2020-12-28portable_storage: remove array element limitmoneromooo-monero1-5/+0
2020-12-27portable_storage: remove overly aggressive cutoffmoneromooo-monero1-2/+0
2020-12-26portable_storage: add some sanity checks on data sizemoneromooo-monero1-1/+35
2020-12-20Restrict duplicate keys in epee binary formatLee Clagett1-1/+4
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett4-40/+29
2020-08-02epee: further defending against exceptions in command handlersmoneromooo-monero1-0/+7
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-06-21epee: fix array underflow in unicode parsingmoneromooo-monero1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-4/+5
2020-05-14build: fix boost 1.73 compatibilityselsta1-4/+4
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-15Allow wallet2.h to run in WebAssemblywoodser1-5/+5
2020-04-04Merge pull request #6351luigi11111-0/+2
2020-03-31Merge pull request #6311luigi11111-0/+7
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett1-0/+2
2020-02-28Merge pull request #6220Alexander Blair5-39/+46
2020-01-28Explicitly define copy assignment operatorMartijn Otto1-0/+7
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero1-5/+43
2019-11-04Improved performance for epee serialization:Lee Clagett5-39/+46
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-1/+10
2019-09-04storages: fix "portable" storage on big endianmoneromooo-monero3-3/+57
2019-09-04storages: fix writing varints on big endianmoneromooo-monero1-1/+1
2019-08-16epee: support unicode in parsed stringsmoneromooo-monero1-0/+59
2019-06-14epee: basic sanity check on allocation size from untrusted sourcemoneromooo-monero1-0/+1
2019-04-06Merge pull request #5348Riccardo Spagni2-4/+5
2019-03-25epee: some more minor JSON parsing speedupmoneromooo-monero2-4/+5
2019-03-18Implement array_entry_t copy constructorGuido Vranken1-0/+1
2019-01-16epee: speedup word/number matchingmoneromooo-monero2-45/+89
2019-01-16Merge pull request #5021Riccardo Spagni2-3/+13
2019-01-16Merge pull request #4976Riccardo Spagni4-14/+23
2019-01-06Merge pull request #4938Riccardo Spagni1-2/+6
2018-12-27epee: speed up json parsingmoneromooo-monero2-3/+13
2018-12-23epee: better network buffer data structuremoneromooo-monero4-14/+23
2018-12-08epee: speed up string matching a bitmoneromooo-monero1-2/+6
2018-12-04epee: fix network packet header field endiannessmoneromooo-monero1-4/+5
2018-11-16Merge pull request #4775Riccardo Spagni1-11/+41
2018-11-01epee: speed up json number parsingmoneromooo-monero1-11/+41
2018-10-24epee: some minor speedup in parsingmoneromooo-monero1-2/+4
2018-09-25epee: fix stack overflow on crafted inputmoneromooo-monero1-5/+8
2018-09-25epee: fix invalid memory write reading an array entrymoneromooo-monero1-0/+8
2018-08-19epee: some speedup in parsingmoneromooo-monero1-1/+8
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+1
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero1-1/+1
2018-01-29Fix method name in invoke_http_json_rpcErik de Castro Lopo1-1/+1
2018-01-25Merge pull request #3012Riccardo Spagni1-8/+18
2018-01-11epee: detect strptime, use std::get_time as fallbackmoneromooo-monero1-0/+6
2017-12-27epee: check some error return valuesmoneromooo-monero1-8/+18
2017-12-21epee: use strptime instead of std::get_time, for compatibilitymoneromooo-monero1-3/+3
2017-12-16move includes around to lessen overall loadmoneromooo-monero3-2/+5
2017-11-14epee: don't disable -Wtautological-constant-out-of-range-compare on GCCmoneromooo-monero1-0/+2
2017-10-28epee: disable a spurious warning for a storage functionmoneromooo-monero1-0/+1
2017-10-15Serializer: string to integer conversion for MyMonero compatibilityJaquee1-0/+27
2017-10-15epee http_client SSL supportJaquee1-1/+4
2017-08-15Merge pull request #2253Riccardo Spagni1-2/+2
2017-08-05epee: remove a couple unused localsmoneromooo-monero1-2/+2
2017-07-05Fix spelling errorsErik de Castro Lopo1-1/+1
2017-02-24Updated default RPC timeout from 5 seconds to 15 secondsLee Clagett1-4/+4
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-4/+7
2017-01-25Updates to epee HTTP client codeLee Clagett1-17/+17
2017-01-20removing some unsed epee filesmoneroexamples1-132/+0
2017-01-16Change logging to easylogging++moneromooo-monero2-4/+7
2016-10-27Unkonown -> unknownNanoAkron1-1/+1
2016-05-18contrib: epee: add exception spec to throwing destructorsredfish1-1/+1
2016-03-25remove unecessary and bad std::move from portable_storage_template_helper.hRiccardo Spagni1-2/+2
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-2/+2
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-2/+2
2015-05-25Fix compile for GCC 5.1.0warptangent1-1/+1
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero1-2/+2
2015-01-02year updated in licenseRiccardo Spagni10-10/+10
2014-07-25move modified epee code to new classes, revert licensefluffypony14-353/+316
2014-07-23License updated to BSD 3-clausefluffypony14-316/+353
2014-05-250.8.8updatemydesktop3-41/+53
2014-04-30mac osx building fixesmydesktop1-1/+1
2014-04-30various fixes to allow mac osx compilationmydesktop1-1/+1
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+17
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-2/+2
2014-03-20some fixesAntonio Juarez1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez14-0/+2893