<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pipeln, branch v1.0.0</title>
<subtitle>Trivial in-memory full-duplex listener and dialer.</subtitle>
<id>https://git.awhk.org/pipeln/atom?h=v1.0.0</id>
<link rel='self' href='https://git.awhk.org/pipeln/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/'/>
<updated>2021-06-02T11:26:25Z</updated>
<entry>
<title>Move addr below PipeListenerDialer</title>
<updated>2021-06-02T11:26:25Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-06-02T11:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=fd06c81a297abe152d000fa5009bf9f9693d4499'/>
<id>urn:sha1:fd06c81a297abe152d000fa5009bf9f9693d4499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a bit more documentation</title>
<updated>2021-06-02T11:25:06Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-06-02T11:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=94e59f7ec54ad1bddd78c4b385defaa8cff7c15d'/>
<id>urn:sha1:94e59f7ec54ad1bddd78c4b385defaa8cff7c15d</id>
<content type='text'>
This mostly redirects people to the standard library documentation as
PipeListenerDialer tries to follow the interfaces described there.
</content>
</entry>
<entry>
<title>PipeListenerDialer.Close should be called once</title>
<updated>2021-03-16T15:16:03Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-03-16T15:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=f06b2f85e8b1158bd63c7ed4d918770626d99545'/>
<id>urn:sha1:f06b2f85e8b1158bd63c7ed4d918770626d99545</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add README.md</title>
<updated>2021-02-14T12:45:01Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-02-14T12:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=ae2def146399745a8dba5113d5e1b57292a258e8'/>
<id>urn:sha1:ae2def146399745a8dba5113d5e1b57292a258e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PipeListenerDialer.DialContextAddr</title>
<updated>2021-02-13T18:27:46Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-02-13T18:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=37aca255931ccb4bc35dc3bd0f32f8e8ada24e6e'/>
<id>urn:sha1:37aca255931ccb4bc35dc3bd0f32f8e8ada24e6e</id>
<content type='text'>
Makes it easier to use with grpc.WithContextDialer.
</content>
</entry>
<entry>
<title>First basic version that works</title>
<updated>2021-02-13T18:03:27Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-02-13T18:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=fcc1f852131a7eaf026f172cd54ce6db3b79bc04'/>
<id>urn:sha1:fcc1f852131a7eaf026f172cd54ce6db3b79bc04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First commit</title>
<updated>2021-02-13T17:58:41Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2021-02-13T17:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/pipeln/commit/?id=7f63cc1008f96ff1d29e9b3bf3f343b3009a4551'/>
<id>urn:sha1:7f63cc1008f96ff1d29e9b3bf3f343b3009a4551</id>
<content type='text'>
</content>
</entry>
</feed>
