moby--moby/pkg/signal
Sebastiaan van Stijn 171af54931 Merge pull request #22460 from jwhonce/wip/sigpipe
Ignore SIGPIPE events
2016-06-02 16:05:22 +02:00
..
README.md
signal.go
signal_darwin.go
signal_freebsd.go
signal_linux.go
signal_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_unix.go Don't forward SIGPIPE from client to container 2016-03-18 16:50:18 -04:00
signal_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_windows.go Don't forward SIGPIPE from client to container 2016-03-18 16:50:18 -04:00
trap.go Ignore SIGPIPE events, resolves #19728 2016-05-23 15:26:41 -07:00

README.md

This package provides helper functions for dealing with signals across various operating systems