summaryrefslogtreecommitdiff
path: root/tests/unit_tests/epee_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* unit_tests: fix compiling on WindowsiDunk54002017-10-081-3/+1
|
* Upgrades to epee::net_utils::network_addressLee Clagett2017-10-051-0/+231
| | | | | | | | - internal nullptr checks - prevent modifications to network_address (shallow copy issues) - automagically works with any type containing interface functions - removed fnv1a hashing - ipv4_network_address now flattened with no base class
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-4/+328
| | | | | | | - Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex`
* Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2017-03-181-0/+97