Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-18 | Remove is_pod trait, and replace with is_standard_layout requirement | Lee Clagett | 1 | -1/+8 | |
2017-12-18 | catch const exceptions | moneromooo-monero | 1 | -1/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -7/+4 | |
2017-10-15 | add string_tools::validate_hex() | Jaquee | 1 | -0/+6 | |
2017-08-23 | print peer id in 0 padded hex for consistency | moneromooo-monero | 1 | -0/+12 | |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 1 | -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-25 | Removed some unused epee functions | Lee Clagett | 1 | -356/+1 | |
2017-04-11 | Improvements for epee binary to hex functions: | Lee Clagett | 1 | -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-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 1 | -23/+9 | |
2016-10-31 | adding static_assert to pod functions in string tools | Lee Clagett | 1 | -0/+4 | |
2016-07-03 | allow peers without port | moneromooo-monero | 1 | -4/+9 | |
The default port is then used | |||||
2016-06-19 | Require 64/16 characters for payment ids | moneromooo-monero | 1 | -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-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -25/+23 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -23/+25 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -0/+1 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -23/+31 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+736 | |