open-nomad/client/lib/fifo
Danielle Lancashire 634ada671e
fifo: Require that fifos do not exist for create
Although this operation is safe on linux, it is not safe on Windows when
using the named pipe interface. To provide a ~reasonable common api
abstraction, here we switch to returning File exists errors on the unix
api.
2019-06-28 13:47:18 +02:00
..
doc.go fifo: add new fifo package for named pipes (#4665) 2018-10-16 16:53:30 -07:00
fifo_test.go tests: fix fifo lib race 2019-05-21 09:49:56 -04:00
fifo_unix.go fifo: Require that fifos do not exist for create 2019-06-28 13:47:18 +02:00
fifo_windows.go vendor: Use dani fork of go-winio 2019-06-28 13:47:18 +02:00