Skip to content
Snippets Groups Projects
  1. Jul 17, 2020
  2. Jul 14, 2020
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jul 01, 2020
  6. Jun 27, 2020
    • David Holroyd's avatar
      Avoid redefining htobe64/be64toh under musl · 5124bd3a
      David Holroyd authored
      Defining htobe64/be64toh if below a minimum glibc version does not work
      under musl libc where __GLIBC__ etc are not defined.
      
      Rather than providing another logic branch for the musl case, just test
      directly to see if the definitions are present.
      5124bd3a
    • David Holroyd's avatar
      defined(__linux) may not imply linux/if_alg.h · 8bf0f5f3
      David Holroyd authored
      When I try to compile against musl libc on Ubuntu 20.04, linux/if_alg.h
      is not available.
      
      This change simply uses the fallback code if the header isn't found at
      configure-time.
      
      I'm not sure if there's some missing package that would provide this.  I
      searched but did not spot a candidate.
      8bf0f5f3
  7. Jun 26, 2020
  8. Jun 24, 2020
  9. Jun 23, 2020
  10. Jun 10, 2020
  11. Jun 09, 2020
  12. Jun 08, 2020
  13. Jun 07, 2020
  14. Jun 06, 2020
  15. Jun 04, 2020
  16. Jun 03, 2020
  17. Jun 02, 2020
  18. Jun 01, 2020
Loading