<feed xmlns='http://www.w3.org/2005/Atom'>
<title>btree/src/btree.h, branch master</title>
<subtitle>B-Tree implementation in C</subtitle>
<id>https://git.nelin.dk/btree/atom?h=master</id>
<link rel='self' href='https://git.nelin.dk/btree/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/'/>
<updated>2022-08-30T16:24:08Z</updated>
<entry>
<title>Various fixes and improvements</title>
<updated>2022-08-30T16:24:08Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-08-30T16:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=b75e62146782ba19005f824689b73792083d3d24'/>
<id>urn:sha1:b75e62146782ba19005f824689b73792083d3d24</id>
<content type='text'>
* More NULL pointer checks
* Fix a missing whitespace
* Set free'd node and tree pointers properly to null
</content>
</entry>
<entry>
<title>Add iterator reset function</title>
<updated>2022-01-02T19:14:18Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-01-02T19:14:18Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=c3e8bacc389099e332239319f61338f2be6704cf'/>
<id>urn:sha1:c3e8bacc389099e332239319f61338f2be6704cf</id>
<content type='text'>
This avoids that one has to malloc a new iterator struct
</content>
</entry>
<entry>
<title>Simplify btree_naive_iter</title>
<updated>2021-12-31T13:11:47Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-12-31T13:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=a748bd8c8bc99974186c9fa17b6897dc83036d30'/>
<id>urn:sha1:a748bd8c8bc99974186c9fa17b6897dc83036d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve btree iteration</title>
<updated>2021-12-31T13:09:18Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-12-31T13:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=155f04de2ed32d784bae64899f2f9ad28aee564d'/>
<id>urn:sha1:155f04de2ed32d784bae64899f2f9ad28aee564d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update API</title>
<updated>2021-11-30T20:02:43Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-11-30T20:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=5ded70e8b6e9e1ea6529bd375f4b76d73bb626c0'/>
<id>urn:sha1:5ded70e8b6e9e1ea6529bd375f4b76d73bb626c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add btree_iter function</title>
<updated>2021-11-30T16:11:05Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-11-30T16:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=0b97c710f697a779c1467815bc4c73818efc6485'/>
<id>urn:sha1:0b97c710f697a779c1467815bc4c73818efc6485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add btree_(first|last)</title>
<updated>2021-11-30T09:12:58Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-11-30T09:12:58Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=9fb160d55e374900a59f4620f6d265e450f34485'/>
<id>urn:sha1:9fb160d55e374900a59f4620f6d265e450f34485</id>
<content type='text'>
Returns first and last element
</content>
</entry>
<entry>
<title>Add basic deletion</title>
<updated>2021-10-25T12:58:02Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-10-25T12:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=1aaea6bb430125ffab5a3bba95eba57711bd04e9'/>
<id>urn:sha1:1aaea6bb430125ffab5a3bba95eba57711bd04e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add btree-printing function</title>
<updated>2021-10-05T12:37:17Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-10-05T12:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=e29081ca2e9e9caa95e91fdbab1a3e3d8597d1ea'/>
<id>urn:sha1:e29081ca2e9e9caa95e91fdbab1a3e3d8597d1ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix return type for insert</title>
<updated>2021-09-21T10:32:32Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2021-09-21T10:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=a36062f04e4d814d7a2aba3d9f0578e3e92f2978'/>
<id>urn:sha1:a36062f04e4d814d7a2aba3d9f0578e3e92f2978</id>
<content type='text'>
</content>
</entry>
</feed>
