Skip to content

Releases: haesbaert/rawlink

2.1

26 Aug 19:59
Compare
Choose a tag to compare

CHANGES:

  • Fix broken dune files
  • Include dhcp_client_filter and dhcp_server_filter in Eio
  • Include an actual interface for Eio
  • Fix Eio types on send_packet

2.0

26 Aug 11:13
Compare
Choose a tag to compare
2.0

CHANGES:

  • Eio support via rawlink-eio
  • Lwt split into rawlink-lwt
  • More and better testing binaries
  • Update to dune 3.2 format
  • Split common bits in Rawlink_lowlevel

1.2

14 Apr 15:06
Compare
Choose a tag to compare
1.2

CHANGES:

  • Fix linking against non-lwt rawlink
  • Implement promiscuous mode
  • Update caml_ calls in rawlink_stubs.c

1.1

01 Apr 16:41
Compare
Choose a tag to compare
1.1

CHANGES:

  • Use Host_endian instead of Little_endian, requires Cstruct >= 6.1.0,
    this will make rawlink work correctly on big endian machines
  • Adapt to modern Cstruct
  • const/deconstify string/bytes

v1.0

17 Jan 19:41
Compare
Choose a tag to compare

CHANGES:

This release splits the Lwt package into a separate
rawlink.lwt ocamlfind package. Existing users of Lwt_rawlink
can just rename the ocamlfind package rawlink to rawlink.lwt
to get the previous functionality.

v0.7

26 Nov 22:21
Compare
Choose a tag to compare

0.7 (2017-11-26)

  • Fix FreeBSD compilation

v0.6

24 Nov 12:52
Compare
Choose a tag to compare

0.6 (2017-11-24)

  • Support ocaml 4.06
  • Fix cstruct linking

v0.5

16 Apr 22:44
Compare
Choose a tag to compare

0.5 (2017-04-16)

  • Convert to topkg

0.4

16 Apr 15:30
Compare
Choose a tag to compare
0.4

0.4 (2016-12-17)

  • Convert to ppx

0.3

16 Apr 15:31
Compare
Choose a tag to compare
0.3

0.3 (2015-08-30)

  • Fix fd leak in bpf_open
  • Fix linux send function