NetUV Versions Save

.Net standard/Core binding for Libuv

0.1.140.0

6 years ago
  • Added composite buffers support to avoid copy.
  • Added unsafe buffers to improve performance.
  • Improved native Libuv interop performance.

0.1.125.0

6 years ago
  • Fixed EventLoop start up
  • Fixed ReadableBuffer read bytes issue.

0.1.120.0

6 years ago
  • Upgraded to Libuv 1.10.0
  • Target net standard 1.6
  • Added IPC pipe functions for passing handles to different loops.

0.1.112.0

7 years ago
  • Made stream handle write public.
  • Added read string by delimiter to writable buffer.
  • Removed some redundant validations to improve performance.

0.1.105.0

7 years ago
  • Empty UDP packages are correctly filtered out.
  • Fixed a byte buffer read validation error.

0.1.100.0

7 years ago
  • Added client consumer interface.
  • Performance improvements.

0.1.96.0

7 years ago
  • Migrated to .NET Core 1.0.1 release.
  • Target .Net Standard 1.3 to support all platforms.

0.1.87

7 years ago
  • Fixed error handling for .NET Core on Linux platforms.
  • Added handle status check for Async handle.

0.1.19

7 years ago
  • Removed StreamListener class and stream listen returns handles directly.
  • Added a user token object to hold arbitrary objects for all handles and requests.
  • Fixed an issue where FSPoll trying to get file information even error occurred.

0.1.0

7 years ago

0.1.0 Initial preview