| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-05 | Remove external dependenciesv1.1.0 | Grégoire Duchêne | |
| There have been bogus Dependabot alerts for what is essentially an archived project. | |||
| 2023-10-14 | Update dependencies | Grégoire Duchêne | |
| 2023-02-18 | Update dependenciesv1.0.4 | Grégoire Duchêne | |
| 2022-10-02 | Use signal values from syscallv1.0.3 | Grégoire Duchêne | |
| There is no change in API or behavior. | |||
| 2022-07-31 | Use go.awhk.org/core in testsv1.0.2 | Grégoire Duchêne | |
| 2022-06-02 | Have DialContext return upon context cancellationv1.0.1 | Grégoire Duchêne | |
| 2022-05-07 | Fix gRPC tests | Grégoire Duchêne | |
| 2021-03-16 | PipeListenerDialer.Close should be called once | Grégoire Duchêne | |
| PipeListenerDialer.Close will return unix.EINVAL if it is called more than once. This is to emulate the behavior of other standard listeners. Also: * PipeListenerDialer.Accept will return (nil, unix.EINVAL) if the listener is closed. This roughly matches with behavior described in accept(2). * PipeListenerDialer.Dial will also return (nil, unix.EINVAL) if the address passed does not match the one passed to New. It will also return (nil, unix.ECONNREFUSED) if the listener is closed. This roughly matches the behavior described in connect(2) and unix(7). * The custom errors ErrBadAddress and ErrClosed are removed. | |||
| 2021-02-13 | First basic version that works | Grégoire Duchêne | |
