News in 0.3.14 -------------- * Misc bugfixes News in 0.3.10 -------------- * Misc bugfixes News in 0.3.8 -------------- * Misc bugfixes News in 0.3.6 -------------- * Misc bugfixes News in 0.3.4 -------------- * Misc bugfixes News in 0.3.2 -------------- * Misc bugfixes News in 0.3.0 -------------- * Support building on mingw * CI integration cross compiling with mingw * Removed wing_poll. Integrated in glib 2.59.1 * Misc bugfixes News in 0.2.2 -------------- * Improve utils to get build number and type for OS version * New argument to create pipes with FILE_FLAG_FIRST_PIPE_INSTANCE * Misc bugfixes News in 0.2.0 -------------- * Properly close named pipe connection News in 0.1.8 -------------- * Fix cancellation of non iocp streams News in 0.1.6 -------------- * Fix cancellation of iocp streams News in 0.1.4 -------------- * Fix build with meson 0.50 News in 0.1.2 -------------- * Added wing_poll which supports polling for more than 64 handles * New input and output streams improving performance when using async reads and writes * New input and output streams using I/O completion ports * Now pipes use the above input/output streams depending on a property News in 0.1.0 -------------- * Added Continuous integration * Improve pkg config generation News in 0.0.20 -------------- * Added support for read-only/write-only pipes News in 0.0.18 -------------- * Added support for device change notifications News in 0.0.16 -------------- * Added support for session change notifications News in 0.0.14 -------------- * Added support for credentials for the named pipes * Deny remote clients from connecting to the pipe News in 0.0.12 -------------- * Add timeout parameter to stop_service method * Improve build system News in 0.0.10 -------------- * Always set an error when stopping the service fails News in 0.0.8 ------------- * Decouple GApplication from the service creation * Misc bug fixes News in 0.0.6 ------------- * Fix overflow getting monotonic time * Fix assertion when security descriptor is not set on named pipes * Improve meson build News in 0.0.4 ------------- * Add utilities to get the number of processors, process time and memory * Add support for monotonic times * Fix build with meson 0.39 News in 0.0.2 ------------- * Named pipes API * Windows services API * Windows specific utilities * GLib GSource from HANDLE