Skip to content

Releases: Rubensei/windivert-rust

windivert-sys-0.10.0

26 May 15:51
eb8e682
Compare
Choose a tag to compare

Added

  • Add WinDivertFlags::<layer>_default methods.
  • Add static feature to statically link to windivert library.

Changed

  • Refactor build scripts.

Full changelog: windivert-sys-0.9.3...windivert-sys-0.10.0

windivert-0.6.0

26 May 15:52
eb8e682
Compare
Choose a tag to compare

Added

  • Add static feature to statically link to windivert library.

Full changelog: windivert-0.5.5...windivert-0.6.0

windivert-sys-0.9.3

03 Apr 17:42
0a99823
Compare
Choose a tag to compare

Fixed

  • Fix wrong comparison in MF and DF flag getters

Full changelog: windivert-sys-0.9.2...windivert-sys-0.9.3

windivert-sys-0.9.2

23 Mar 19:10
b165d1d
Compare
Choose a tag to compare

Fixed

  • Downgrade windows to 0.43 to avoid build issues with windivert due to
    different windows versions

windivert-0.5.5

23 Mar 19:12
b165d1d
Compare
Choose a tag to compare

Fixed

  • Fix close errors due to double inner close call

Added

  • Add WinDivert::<()>::MAX_BATCH

windivert-sys-0.9.1

06 Feb 19:40
ec8bc8b
Compare
Choose a tag to compare

Fixed

  • Fix logic error in bitflag methods (#2)
  • Fix incorrect links in documentation (#3)

Full Changelog: windivert-sys-0.9.0...windivert-sys-0.9.1

windivert-0.5.4

07 Jan 13:43
df70e96
Compare
Choose a tag to compare

Changelog

  • Fix send_ex error due to an improper use of the packet iterator

Full Changelog: windivert-0.5.3...windivert-0.5.4

windivert-0.5.3

03 Jan 14:59
b8cfd2a
Compare
Choose a tag to compare

Changelog

  • Add Debug and Clone trait bounds to the types used for typestate pattern

windivert-sys-0.9.0

21 Dec 13:43
d1b8f20
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin' into dev

windivert-0.5.1

21 Dec 19:56
9a8e050
Compare
Choose a tag to compare

Make typestate types public