aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/string_tools.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-0/+12
2017-05-27abstracted nework addressesmoneromooo-monero1-1/+1
All code which was using ip and port now uses a new IPv4 object, subclass of a new network_address class. This will allow easy addition of I2P addresses later (and also IPv6, etc). Both old style and new style peer lists are now sent in the P2P protocol, which is inefficient but allows peers using both codebases to talk to each other. This will be removed in the future. No other subclasses than IPv4 exist yet.
2017-04-25Removed some unused epee functionsLee Clagett1-356/+1
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-28/+5
- 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`
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett1-23/+9
2016-10-31adding static_assert to pod functions in string toolsLee Clagett1-0/+4
2016-07-03allow peers without portmoneromooo-monero1-4/+9
The default port is then used
2016-06-19Require 64/16 characters for payment idsmoneromooo-monero1-1/+3
The default behavior for hex string parsing would allow the last digit to be made from a single hexadecimal character, which is correct, but we typically do not want that as it gets confusing and easy to not spot wrong input size.
2014-07-25move modified epee code to new classes, revert licensefluffypony1-25/+23
2014-07-23License updated to BSD 3-clausefluffypony1-23/+25
2014-05-250.8.8updatemydesktop1-0/+1
2014-03-20some fixesAntonio Juarez1-23/+31
2014-03-03moved all stuff to githubAntonio Juarez1-0/+736