<feed xmlns='http://www.w3.org/2005/Atom'>
<title>btree/src/btree_naive.c, 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-30T18:17:55Z</updated>
<entry>
<title>Rename btree_naive.c to btree.c</title>
<updated>2022-08-30T18:17:55Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-08-30T18:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=22209027458ee286d19d541332e815adcb82b62a'/>
<id>urn:sha1:22209027458ee286d19d541332e815adcb82b62a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error messages</title>
<updated>2022-08-30T16:47:19Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-08-30T16:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=26a2395176fd11236700c96d13c861e44bdf42ba'/>
<id>urn:sha1:26a2395176fd11236700c96d13c861e44bdf42ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unused return value</title>
<updated>2022-08-30T16:47:01Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-08-30T16:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=e629f4e0ad1b169e7078aa611f210d142111ba87'/>
<id>urn:sha1:e629f4e0ad1b169e7078aa611f210d142111ba87</id>
<content type='text'>
</content>
</entry>
<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>Fix whitespace in definition</title>
<updated>2022-08-30T13:19:36Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-08-30T13:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=577b4bd33c81abed97878779e5fc7a7f32754a01'/>
<id>urn:sha1:577b4bd33c81abed97878779e5fc7a7f32754a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash when iterating empty btree</title>
<updated>2022-01-05T11:38:39Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-01-05T11:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=b862c35a0e9251912215518426776f7392f344fb'/>
<id>urn:sha1:b862c35a0e9251912215518426776f7392f344fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused parameter</title>
<updated>2022-01-04T20:14:39Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-01-04T20:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=8ffbfdc0beb127b367c0aa3acd35ea66a41c7dd9'/>
<id>urn:sha1:8ffbfdc0beb127b367c0aa3acd35ea66a41c7dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory leaks</title>
<updated>2022-01-03T06:19:03Z</updated>
<author>
<name>0scar</name>
<email>qgt268@alumni.ku.dk</email>
</author>
<published>2022-01-03T06:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.nelin.dk/btree/commit/?id=552754844274b851c1a8d1ac33a450934df327af'/>
<id>urn:sha1:552754844274b851c1a8d1ac33a450934df327af</id>
<content type='text'>
</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>
</feed>
