SuccessChanges

Summary

  1. Fetch/curl: expose socket open/close via fetch vtable (details)
  2. Socket: fix win32/aos3 build (details)
Commit e3a6ad7173d8746af0fde87a1ead69c1c7d61bfa by John-Mark Bell
Fetch/curl: expose socket open/close via fetch vtable
This allows frontends to customise the behaviour of sockets. The default
implementation simply maps to socket(2)/close(2).
The file was modifieddesktop/gui_factory.c (diff)
The file was modifiedcontent/fetchers/curl.c (diff)
The file was modifiedinclude/netsurf/fetch.h (diff)
Commit bda0a97fea93993eaf3632103d01315fc3b8017d by John-Mark Bell
Socket: fix win32/aos3 build
The file was modifiedcontent/urldb.c (diff)
The file was modifieddesktop/gui_factory.c (diff)
The file was modifiedutils/inet.h (diff)