Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@d-a-v d-a-v released this 11 Aug 00:14
· 30 commits to v2 since this release

Protocol support has been extended. Current version has been tested with:

  • linux: davfs2 (fuse FS)
  • linux: gvfs/gio (but this one has issues, also with an apache webdav server)
  • macOS Finder
  • windows explorer

Also added / fixed:

  • http/1.1 (reusing connections)
  • locks, directories
  • tested against litmus test suite
  • Initial proof of concept with virtual /proc file
    to reflect some live state without writing any file
  • Integrated with ESP8266WebServer via a hook API:
    WebDav and Webserver can now live on the same port.
    Example: Hooked.ino (needs 3.0.0-dev esp8266 core)

Original version