Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -1/+2 | |
2019-03-31 | Add missing include | Leon Klingele | 1 | -0/+1 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 1 | -0/+8 | |
avoids pointless allocs and memcpy | |||||
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -0/+2 | |
2018-08-03 | Added features to epee::span<T> : | Lee Clagett | 1 | -6/+40 | |
- Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span` | |||||
2018-01-27 | Merge pull request #2969 | Riccardo Spagni | 1 | -1/+1 | |
95171614 Remove is_pod trait, and replace with is_standard_layout requirement (Lee Clagett) | |||||
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-18 | Remove is_pod trait, and replace with is_standard_layout requirement | Lee Clagett | 1 | -1/+1 | |
2017-12-16 | Scrub keys from memory just before scope end. | moneromooo-monero | 1 | -1/+1 | |
Partially implements #74. Securely erases keys from memory after they are no longer needed. Might have a performance impact, which I haven't measured (perf measurements aren't generally reliable on laptops). Thanks to @stoffu for the suggestion to specialize the pod_to_hex/hex_to_pod functions. Using overloads + SFINAE instead generalizes it so other types can be marked as scrubbed without adding more boilerplate. | |||||
2017-04-11 | Simplified the implementation and features of span | Lee Clagett | 1 | -0/+130 | |