Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.36 KB

CHANGES.md

File metadata and controls

36 lines (30 loc) · 1.36 KB

v0.2.0 (2018-01-03)

  • add 9pmount-vsock and tap-vsock helper programs
  • add missing command-line options and support running without the database
  • add go library and helper tools to expose ports
  • tcp: enable keep-alives
  • tcp: disable nagle
  • udp: drop packets with incorrect source addresses
  • test: record one .pcap trace per test
  • icmp: add support for ping
  • dns: use persistent TCP connections but transient UDP "connections" to increase the request entropy
  • dns: increase scalability on the Mac
  • http: add a regular HTTP proxy (as well as the transparent one)
  • windows: use RtlGenRandom for entropy
  • windows: be more robust to Hyper-V socket failures
  • fix build with -safe-string and OCaml 4.06
  • support builds with the system OCaml compiler
  • socket protocol updated to v22:
    • support error messages returned to client for Ethernet and Preferred_ipv4 slirp commands
    • allow client to request an IPv4 address without encoding it in the UUID
    • v1 no longer supported, clients have to be updated. Version 22 is used to match the current version number in Docker for Desktop.

v0.1.1 (2017-08-17)

  • simplify the build by watermarking with jbuilder subst
  • fix the build of the released package archive

v0.1.0 (2017-08-17)

  • use Mirage 3 interfaces
  • add support for ICMP ECHO_REQUESTS
  • add support for transparent HTTP/HTTPS proxying