<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dht.git/src/peers.c, branch master</title>
<subtitle>BitTorrent DHT peer
</subtitle>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/'/>
<entry>
<title>Add a simple API for lookups</title>
<updated>2025-07-18T07:32:33+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-07-18T07:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=69528489cddd27b4d4b9411d00b60cccc175b0e8'/>
<id>69528489cddd27b4d4b9411d00b60cccc175b0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only save config when there are worthy changes</title>
<updated>2025-07-03T20:18:59+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-07-03T19:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=a46e9a5cbb8fc233a0ccb47708e7686c2b561ac0'/>
<id>a46e9a5cbb8fc233a0ccb47708e7686c2b561ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Free the keys SMH</title>
<updated>2025-06-29T21:02:39+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-29T21:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=0ad1578589f252e54d37c5c6cc62220a68615627'/>
<id>0ad1578589f252e54d37c5c6cc62220a68615627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add metric for peers fetched from table</title>
<updated>2025-06-21T15:29:02+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-21T15:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=c7b46c59d6977947ae97f26b24a777a01ce442a8'/>
<id>c7b46c59d6977947ae97f26b24a777a01ce442a8</id>
<content type='text'>
It would be nice to know a little bit about how useful we are to the
swarm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It would be nice to know a little bit about how useful we are to the
swarm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower load factor limit</title>
<updated>2025-06-21T14:52:47+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-21T14:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=56e9d432e5294d24a29acd4328f87563f52093fa'/>
<id>56e9d432e5294d24a29acd4328f87563f52093fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the expire hashmap remove code</title>
<updated>2025-06-21T12:36:08+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-21T12:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=dd02af32a3a084f6ff7f3e81b196d2e1605860a9'/>
<id>dd02af32a3a084f6ff7f3e81b196d2e1605860a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct duplicate check</title>
<updated>2025-06-19T15:33:09+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-19T15:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=c1be1fdaa93fb0c492047f2f57c238e8d42b50eb'/>
<id>c1be1fdaa93fb0c492047f2f57c238e8d42b50eb</id>
<content type='text'>
I though it was a cool feature that C allowed you to implicitly memcmp
statically sized arrays. It turns out it doesn't, it was just comparing
their pointers which are obviously not equal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I though it was a cool feature that C allowed you to implicitly memcmp
statically sized arrays. It turns out it doesn't, it was just comparing
their pointers which are obviously not equal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't copy entries that are empty</title>
<updated>2025-06-18T20:25:24+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-18T20:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=47091526d2526e243b0322a5652d01e588ef1475'/>
<id>47091526d2526e243b0322a5652d01e588ef1475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a debug printout of collision</title>
<updated>2025-06-18T19:39:53+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-06-18T19:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=a63a7a8d9e577d5b05b19ab324e50d639c7aa78c'/>
<id>a63a7a8d9e577d5b05b19ab324e50d639c7aa78c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also count current expired hashes in the next</title>
<updated>2025-05-05T19:52:30+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-05T19:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=8c04d112dd3c63ee0a618bec5d24877797fb6d3a'/>
<id>8c04d112dd3c63ee0a618bec5d24877797fb6d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
