Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
    • Vickenty Fesunov's avatar
      Add memmem · 1c012aec
      Vickenty Fesunov authored
      memmem is a non-standard extension, first added in GNU libc and later
      ported to other systems. Support for it is non-uniform, thus it was only
      added to platforms that seem to support it.
      1c012aec
  2. Feb 12, 2020
  3. Dec 18, 2019
  4. Nov 27, 2019
  5. Nov 25, 2019
  6. Nov 22, 2019
  7. Nov 21, 2019
  8. Oct 17, 2019
    • Nick Carter's avatar
      Add struct ip_mreqn: ip multicast req with intf id · 44b90221
      Nick Carter authored
      The ip_mreqn struct has an additional interface id parameter. This
      allows programming IPv4 multicast groups using the interface id
      alongside the src IPv4 address.
      Linux has supported the ip_mreqn struct since Linux 2.2
      ref: man ip.7
      
      [Adding to linux x86_64 only as adding to linux_like/mod.rs caused
      failures in the sparc64 and mips64 C regression tests]
      44b90221
  9. Sep 25, 2019
  10. Sep 20, 2019
  11. Sep 12, 2019
  12. Sep 01, 2019
  13. Aug 10, 2019
  14. Jul 10, 2019
  15. Jul 09, 2019
  16. Jul 05, 2019
  17. Jun 27, 2019
  18. Jun 26, 2019
  19. Jun 14, 2019
  20. Jun 07, 2019
  21. Jun 06, 2019
  22. Jun 05, 2019
Loading