<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>git.pseudorandom.co.uk Git - gfcombinefs.git/atom log</title>
<subtitle>n-of-m secret recombination with libgfshare</subtitle>
<link rel="alternate" type="text/html" href="/gfcombinefs.git" />
<link rel="self" type="text/xml" href="http://git.pseudorandom.co.uk" />
<id>/gfcombinefs.git</id>
<author><name>Simon McVittie</name></author>
<icon>/_res/git-favicon.png</icon>
<logo>/_res/git-logo.png</logo>
<updated>2010-01-18T14:28:19Z</updated>
<generator version='1.7.2.5/1.7.2.5'>gitweb</generator>
<entry>
<title type="html">Merge remote branch 'bss03/master'</title>
<updated>2010-01-18T14:28:15Z</updated>
<author>
  <name>Simon McVittie</name>
  <email>smcv@debian.org</email>
</author>
<contributor>
  <name>Simon McVittie</name>
  <email>smcv@debian.org</email>
</contributor>
<published>2010-01-18T14:28:15Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/aa30c5b4ebb4d69dc722d498ba5a6defcae43cc2" />
<id>/gfcombinefs.git/commitdiff/aa30c5b4ebb4d69dc722d498ba5a6defcae43cc2</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Merge remote branch 'bss03/master'
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/ae3d677d0d78e8514c0d39be47497a444a2eb3df..aa30c5b4ebb4d69dc722d498ba5a6defcae43cc2:/gfcombinefs.c">D</a><a title="history" href="/gfcombinefs.git/history/aa30c5b4ebb4d69dc722d498ba5a6defcae43cc2?f=gfcombinefs.c">H</a>] gfcombinefs.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Avoid mixed-signedness comparision.</title>
<updated>2009-12-18T05:31:36Z</updated>
<author>
  <name>Boyd Stephen Smith Jr</name>
  <email>bss@iguanasuicide.net</email>
</author>
<contributor>
  <name>Boyd Stephen Smith Jr</name>
  <email>bss@iguanasuicide.net</email>
</contributor>
<published>2009-12-18T05:31:36Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/d487c8aa4ce423a13175d3ec2ab1a9ca230ce943" />
<id>/gfcombinefs.git/commitdiff/d487c8aa4ce423a13175d3ec2ab1a9ca230ce943</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Avoid mixed-signedness comparision.

Since offset is non-negative, the cast will not lose data and we avoid compiler errors/warnings.
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/cc445d9e4699bb6ff19870d6263f7c395bdce39e..d487c8aa4ce423a13175d3ec2ab1a9ca230ce943:/gfcombinefs.c">D</a><a title="history" href="/gfcombinefs.git/history/d487c8aa4ce423a13175d3ec2ab1a9ca230ce943?f=gfcombinefs.c">H</a>] gfcombinefs.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Bail if offset is invalid.</title>
<updated>2009-12-18T05:27:12Z</updated>
<author>
  <name>Boyd Stephen Smith Jr</name>
  <email>bss@iguanasuicide.net</email>
</author>
<contributor>
  <name>Boyd Stephen Smith Jr</name>
  <email>bss@iguanasuicide.net</email>
</contributor>
<published>2009-12-18T05:27:12Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/cc445d9e4699bb6ff19870d6263f7c395bdce39e" />
<id>/gfcombinefs.git/commitdiff/cc445d9e4699bb6ff19870d6263f7c395bdce39e</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Bail if offset is invalid.

Otherwise, mixed-signedness comparison below might change the sign of offset as part of the usual arithmetic conversions.
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/ae3d677d0d78e8514c0d39be47497a444a2eb3df..cc445d9e4699bb6ff19870d6263f7c395bdce39e:/gfcombinefs.c">D</a><a title="history" href="/gfcombinefs.git/history/cc445d9e4699bb6ff19870d6263f7c395bdce39e?f=gfcombinefs.c">H</a>] gfcombinefs.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">gfc_setxattr: malloc can fail, cope with that</title>
<updated>2009-09-12T12:09:47Z</updated>
<author>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</author>
<contributor>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</contributor>
<published>2009-09-12T12:09:47Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/ae3d677d0d78e8514c0d39be47497a444a2eb3df" />
<id>/gfcombinefs.git/commitdiff/ae3d677d0d78e8514c0d39be47497a444a2eb3df</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
gfc_setxattr: malloc can fail, cope with that
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/d4e4a0f6f48cf50befdbf944785ae1025d5af4d6..ae3d677d0d78e8514c0d39be47497a444a2eb3df:/gfcombinefs.c">D</a><a title="history" href="/gfcombinefs.git/history/ae3d677d0d78e8514c0d39be47497a444a2eb3df?f=gfcombinefs.c">H</a>] gfcombinefs.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add a README</title>
<updated>2009-09-03T11:20:39Z</updated>
<author>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</author>
<contributor>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</contributor>
<published>2009-09-03T11:20:39Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/d4e4a0f6f48cf50befdbf944785ae1025d5af4d6" />
<id>/gfcombinefs.git/commitdiff/d4e4a0f6f48cf50befdbf944785ae1025d5af4d6</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add a README
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/af18e29cece0c86bad52b5ab3c9af088b3d74c5b..d4e4a0f6f48cf50befdbf944785ae1025d5af4d6:/README">D</a><a title="history" href="/gfcombinefs.git/history/d4e4a0f6f48cf50befdbf944785ae1025d5af4d6?f=README">H</a>] README</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Initial commit</title>
<updated>2009-09-02T22:04:42Z</updated>
<author>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</author>
<contributor>
  <name>Simon McVittie</name>
  <email>http://smcv.pseudorandom.co.uk/</email>
</contributor>
<published>2009-09-02T22:04:42Z</published>
<link rel="alternate" type="text/html" href="/gfcombinefs.git/commitdiff/af18e29cece0c86bad52b5ab3c9af088b3d74c5b" />
<id>/gfcombinefs.git/commitdiff/af18e29cece0c86bad52b5ab3c9af088b3d74c5b</id>
<content type="xhtml" xml:base="/">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Initial commit
</pre><ul>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/0000000000000000000000000000000000000000..af18e29cece0c86bad52b5ab3c9af088b3d74c5b:/.gitignore?fp=.gitignore">D</a><a title="history" href="/gfcombinefs.git/history/af18e29cece0c86bad52b5ab3c9af088b3d74c5b?f=.gitignore">H</a>] .gitignore</li>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/0000000000000000000000000000000000000000..af18e29cece0c86bad52b5ab3c9af088b3d74c5b:/Makefile?fp=Makefile">D</a><a title="history" href="/gfcombinefs.git/history/af18e29cece0c86bad52b5ab3c9af088b3d74c5b?f=Makefile">H</a>] Makefile</li>
<li>[<a title="diff" href="/gfcombinefs.git/blobdiff/0000000000000000000000000000000000000000..af18e29cece0c86bad52b5ab3c9af088b3d74c5b:/gfcombinefs.c?fp=gfcombinefs.c">D</a><a title="history" href="/gfcombinefs.git/history/af18e29cece0c86bad52b5ab3c9af088b3d74c5b?f=gfcombinefs.c">H</a>] gfcombinefs.c</li>
</ul>
</div>
</content>
</entry>
</feed>

