1. May 25, 2015
  2. May 21, 2015
  3. Feb 03, 2015
  4. Dec 16, 2014
  5. Dec 09, 2014
  6. Apr 27, 2014
  7. Jan 09, 2014
  8. Jan 04, 2014
  9. Aug 17, 2013
  10. Jul 15, 2013
  11. Jul 01, 2013
  12. Jun 06, 2013
  13. May 18, 2013
  14. Apr 29, 2013
  15. Apr 16, 2013
    • Jérémie Courrèges-Anglas's avatar
      use betoh64 if be64toh not found · 9314ea18
      Jérémie Courrèges-Anglas authored
      
      
      Instead of looking for htobe64 which is be available both when
      be64toh or betoh64 are, check for the latter functions.  If we
      find betoh64 but not be64toh, use compat #defines.  If both
      can't be found, search for OSX' OSSwapHostToBigInt64.
      Also include sys/types.h in byteorder.h (which is necessary for
      byteorder functions on OpenBSD), and incidentally fixes build
      of networkfragment.cc.
      
      Fixes build on OpenBSD
      
      Signed-off-by: default avatarJérémie Courrèges-Anglas <jca@wxcvbn.org>
      9314ea18