You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/net
Jason Rhinelander 3be7eb789b Endian defines fix for macOS
It seems `__BYTE_ORDER`/`__LITTLE_ENDIAN`/`__BIG_ENDIAN` aren't defined
on macOS, so `if __BYTE_ORDER == __BIG_ENDIAN` was true which made macOS
take the big endian path *twice* (which cancelled out the big endian
conversion).

This makes util/endian.hpp define __LITTLE_ENDIAN__ or __BIG_ENDIAN__
everywhere, and errors if it can't be set.
4 years ago
..
address_info.cpp Replace bencode_write_version_entry with a more general-purpose function for writing bencoded dictionary entries 5 years ago
address_info.hpp fixes for travis 5 years ago
exit_info.cpp clang-tidy modernize pass 5 years ago
exit_info.hpp fixes for travis 5 years ago
ip.cpp Big endian fixes 4 years ago
ip.hpp Endian defines fix for macOS 4 years ago
ip_range_map.hpp unstaged changed 5 years ago
net.cpp remove side effect from address detection assert 5 years ago
net.h sun fix 5 years ago
net.hpp Big endian fixes 4 years ago
net_addr.cpp remove valgrind access errors 5 years ago
net_addr.hpp remove valgrind access errors 5 years ago
net_if.hpp fix include 5 years ago
net_int.cpp ipv6 5 years ago
net_int.hpp tracy lock contention testing and other fun things 5 years ago