Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+2 | |
2021-10-22 | epee: add missing header | selsta | 1 | -0/+1 | |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 1 | -1/+2 | |
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear | |||||
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 1 | -0/+97 | |
avoids pointless allocs and memcpy |