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.
2020-02-07 03:29:50 -04:00
..
address_info.cpp Replace bencode_write_version_entry with a more general-purpose function for writing bencoded dictionary entries 2019-11-22 10:39:35 -07:00
address_info.hpp fixes for travis 2019-12-10 11:49:32 -07:00
exit_info.cpp clang-tidy modernize pass 2019-08-12 16:52:58 +01:00
exit_info.hpp fixes for travis 2019-12-10 11:49:32 -07:00
ip_range_map.hpp unstaged changed 2019-09-12 10:34:27 -04:00
ip.cpp Big endian fixes 2020-02-07 00:56:09 -04:00
ip.hpp Endian defines fix for macOS 2020-02-07 03:29:50 -04:00
net_addr.cpp remove valgrind access errors 2019-11-22 16:23:20 -05:00
net_addr.hpp remove valgrind access errors 2019-11-22 16:23:20 -05:00
net_if.hpp fix include 2019-12-15 07:09:19 -05:00
net_int.cpp ipv6 2019-06-11 12:44:05 -04:00
net_int.hpp tracy lock contention testing and other fun things 2019-09-03 11:56:56 -04:00
net.cpp remove side effect from address detection assert 2020-01-08 09:57:23 -05:00
net.h sun fix 2019-08-27 06:53:08 -05:00
net.hpp Big endian fixes 2020-02-07 00:56:09 -04:00