<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/libventi, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix gcc 4.8 warnings</title>
<updated>2014-03-03T21:30:34+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2014-03-03T21:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=63002b3e5ab034ff1317c21b994b803cd68a6eee'/>
<id>63002b3e5ab034ff1317c21b994b803cd68a6eee</id>
<content type='text'>
LGTM=rsc
R=rsc
https://codereview.appspot.com/33240044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=rsc
R=rsc
https://codereview.appspot.com/33240044
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: fix segfault in vtgetreq</title>
<updated>2012-07-29T22:53:37+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-07-29T22:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4ed8efea38afb72dfb0028a4470698563a4176e0'/>
<id>4ed8efea38afb72dfb0028a4470698563a4176e0</id>
<content type='text'>
Don't call vtlog() when _vtqrecv() returns
nil on queue hangup, as reported on
http://bitbucket.org/rsc/plan9port/issue/102/

R=rsc
http://codereview.appspot.com/6373046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't call vtlog() when _vtqrecv() returns
nil on queue hangup, as reported on
http://bitbucket.org/rsc/plan9port/issue/102/

R=rsc
http://codereview.appspot.com/6373046
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: add functions vtsha1 and vtsha1check</title>
<updated>2012-01-21T09:01:20+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-01-21T09:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=83b247a771a514792b972216e1ad32ae1f3fc316'/>
<id>83b247a771a514792b972216e1ad32ae1f3fc316</id>
<content type='text'>
These functions are equivalent to vtSha1 and vtSha1Check
from the old libventi and are particularly used by Fossil.

R=rsc
http://codereview.appspot.com/5555064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions are equivalent to vtSha1 and vtSha1Check
from the old libventi and are particularly used by Fossil.

R=rsc
http://codereview.appspot.com/5555064
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: handle rpc when not connected</title>
<updated>2012-01-16T21:53:08+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2012-01-16T21:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fc638f7bd4d11352c44c8d4c6fc6d15e90f17ddb'/>
<id>fc638f7bd4d11352c44c8d4c6fc6d15e90f17ddb</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5491051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5491051
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: fix segfault in vtreadpacket when not connected</title>
<updated>2011-12-12T21:44:50+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-12-12T21:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=73392c2c7cc2e74759480a37e345366dfa265926'/>
<id>73392c2c7cc2e74759480a37e345366dfa265926</id>
<content type='text'>
This problem happens especially in fossil/view when vtread
can be called even if not connected to venti.

The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c).

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5484044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This problem happens especially in fossil/view when vtread
can be called even if not connected to venti.

The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c).

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5484044
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: add functions reconn and redial for use with fossil</title>
<updated>2011-11-08T14:02:31+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-11-08T14:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4544da52005bf0af3bb05a73f4e02ce35117aae0'/>
<id>4544da52005bf0af3bb05a73f4e02ce35117aae0</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5325046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5325046
</pre>
</div>
</content>
</entry>
<entry>
<title>venti: fix format on ulong</title>
<updated>2011-11-08T14:02:28+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-11-08T14:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=36c242dd868672ae9c6705622ef1e7dbb84dbbac'/>
<id>36c242dd868672ae9c6705622ef1e7dbb84dbbac</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5328046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5328046
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: import changes from plan 9</title>
<updated>2011-06-07T18:25:02+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-06-07T18:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f7cca88267372c8a5a771923a19ea4f817113cf2'/>
<id>f7cca88267372c8a5a771923a19ea4f817113cf2</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4530100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4530100
</pre>
</div>
</content>
</entry>
<entry>
<title>libventi: correct handling of VtRead size</title>
<updated>2009-07-26T17:40:01+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-07-26T17:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=6f4a41c68c39970dab1d0e09393a57b6cc3f55d6'/>
<id>6f4a41c68c39970dab1d0e09393a57b6cc3f55d6</id>
<content type='text'>
Fixes #7 http://code.swtch.com/plan9port/issue/7/

Thanks to Venkatesh Srinivas and Michael Teichgräber
for finding the bug.

http://codereview.appspot.com/98041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #7 http://code.swtch.com/plan9port/issue/7/

Thanks to Venkatesh Srinivas and Michael Teichgräber
for finding the bug.

http://codereview.appspot.com/98041
</pre>
</div>
</content>
</entry>
</feed>
