| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | epee: add missing header | selsta | 2021-10-22 | 1 | -0/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 2020-02-12 | 1 | -3/+4 |
| | | |||||
| * | ensure no NULL is passed to memcpy | moneromooo-monero | 2019-06-14 | 1 | -5/+12 |
| | | | | | | NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | wipeable_string: add hex_to_pod function | moneromooo-monero | 2018-09-12 | 1 | -1/+2 |
| | | |||||
| * | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 1 | -2/+110 |
| | | |||||
| * | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 2018-02-18 | 1 | -3/+6 |
| | | | | | memset_s doesn't like it | ||||
| * | wipeable_string: call memwipe directly | moneromooo-monero | 2018-01-31 | 1 | -10/+6 |
| | | | | | | since the original reason for the indirect call (that memwipe was not in contrib) is now gone | ||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | wipeable_string: fix buffer overread | moneromooo-monero | 2017-12-23 | 1 | -1/+1 |
| | | |||||
| * | wipeable_string: move a wipe from reserve to grow | moneromooo-monero | 2017-12-19 | 1 | -3/+2 |
| | | | | | That way, all implicit wipes ends up in grow, which is more robust | ||||
| * | wipeable_string: ignore reserve size less than actual size | moneromooo-monero | 2017-12-19 | 1 | -2/+1 |
| | | | | | | This was asserting, but stoffu pointed out the std::string standard considers this ok and ignorable | ||||
| * | wipeable_string: fix clear and push_back | moneromooo-monero | 2017-12-19 | 1 | -1/+4 |
| | | |||||
| * | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 2017-11-27 | 1 | -0/+146 |
