Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-11 | epee: tidying post-incrementation -> pre-incrementation | mj-xmr | 1 | -5/+5 | |
2021-06-11 | Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp | mj-xmr | 1 | -105/+9 | |
2020-06-21 | epee: fix array underflow in unicode parsing | moneromooo-monero | 1 | -1/+1 | |
Reported by minerscan Also independently found by OSS-Fuzz just recently | |||||
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -0/+2 | |
2019-11-04 | Improved performance for epee serialization: | Lee Clagett | 1 | -1/+0 | |
- Removed copy of field names in binary deserialization - Removed copy of array values in binary deserialization - Removed copy of string values in json deserialization - Removed unhelpful allocation in json string value parsing - Removed copy of blob data on binary and json serialization | |||||
2019-08-16 | epee: support unicode in parsed strings | moneromooo-monero | 1 | -0/+59 | |
2019-03-25 | epee: some more minor JSON parsing speedup | moneromooo-monero | 1 | -3/+4 | |
2019-01-16 | epee: speedup word/number matching | moneromooo-monero | 1 | -14/+58 | |
Number matching semantics are slightly changed: since this is used as a filter to check whether a number is signed and/or floating point, we can speed this up further. strto* functions are called afterwards and will error out where necessary. We now also accept numbers like .4 which were not accepted before. The strto* calls on a boost::string_ref will not access unallocated memory since the parsers always stop at the first bad character, and the original string is zero terminated. in arbitrary time measurement units for some arbitrary test case: match_number2: 235 -> 70 match_word2: 330 -> 108 | |||||
2018-12-08 | epee: speed up string matching a bit | moneromooo-monero | 1 | -2/+6 | |
2018-10-24 | epee: some minor speedup in parsing | moneromooo-monero | 1 | -2/+4 | |
2018-08-19 | epee: some speedup in parsing | moneromooo-monero | 1 | -1/+8 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -25/+23 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -23/+25 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+260 | |