summaryrefslogtreecommitdiff
path: root/src/ip_address.cpp
AgeCommit message (Expand)Author
2018-03-28Add missing operators to address classes (#275)stubbfel
2017-09-21Use absolute include pathsMatias Fontanini
2017-09-19Fix hash<IPv4/6Address> build issues in VCsolvingj
2017-05-13Remove useless includesMatias Fontanini
2017-05-09Use TINS_IS_CXX11 macro properlyMatias Fontanini
2017-05-08Try to make VC happy with std::hash definitionMatias Fontanini
2017-05-08Fix more build issues on appveyorMatias Fontanini
2017-04-30Fix build issues due to std::hash missingMatias Fontanini
2017-04-30Move helpers for address types in internals.h to their own headerMatias Fontanini
2017-04-30Don't include heavy STL headers like <algorithm> in header filesMatias Fontanini
2017-04-29Update license date to 2017Matias Fontanini
2016-03-19Add IPv4Address::from_prefix_lengthMatias Fontanini
2016-03-19Allow masking IPv4/6 and HW addressesMatias Fontanini
2016-02-17add missing TINS_API to PDU classes. Extend/fix ICMPv6 enum values and unify ...Einar Gunnarsson
2016-01-31Update copyright noticeMatias Fontanini
2016-01-09Code cleanup and use same syntax on the entire projectMatias Fontanini
2015-05-02Replace WIN32 macro with _WIN32.Matias Fontanini
2014-12-16fix ip_to_int function on windowszhiweicai
2014-09-19Fixed compilation errors on FreeBSD.Matias Fontanini
2014-08-28IPv4Address now uses inet_pton when constructing from string.Matias Fontanini
2014-07-13Updated copyright notice.Matias Fontanini
2013-10-06Modified some examples fixed some doxygen documentation.Matias Fontanini
2013-09-21Added address_range.cpp.Matias Fontanini
2013-09-08Added IPv4Address, IPv6Address and HWAddress<> 'is_multicast' member function.Matias Fontanini
2013-09-04Added is_private and is_loopback methods to IPv4 and IPv6 addresses.Matias Fontanini
2013-07-06Added AddressRange class template.Matias Fontanini
2013-04-23Fixed BSD notice. Updated AUTHORS file.Matias Fontanini
2012-10-07libtins now uses a BSD license.Matias Fontanini
2012-09-10Modified some file names.Matias Fontanini