<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirror/btpd/misc, branch v0.16</title>
<subtitle>headless bittorrent client
</subtitle>
<id>http://git.nakidai.ru/mirror/btpd/atom?h=v0.16</id>
<link rel='self' href='http://git.nakidai.ru/mirror/btpd/atom?h=v0.16'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/'/>
<updated>2010-07-23T03:57:40+00:00</updated>
<entry>
<title>Implement start all (btcli start -a) functionality.</title>
<updated>2010-07-23T03:57:40+00:00</updated>
<author>
<name>Marq Schneider</name>
<email>queueRAM@gmail.com</email>
</author>
<published>2010-07-23T03:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=fd18baa9e62f6defd4a285425bd087a4b27c82d3'/>
<id>urn:sha1:fd18baa9e62f6defd4a285425bd087a4b27c82d3</id>
<content type='text'>
Closes GH-7
</content>
</entry>
<entry>
<title>Don't set a maximum file size.  read_file will use the file size.</title>
<updated>2010-07-20T22:43:02+00:00</updated>
<author>
<name>Marq Schneider</name>
<email>queueRAM@gmail.com</email>
</author>
<published>2010-07-20T22:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=b1d891c7b134755e60175a6c1cdf25f0e618d159'/>
<id>urn:sha1:b1d891c7b134755e60175a6c1cdf25f0e618d159</id>
<content type='text'>
There was a hard-coded 2MB file size limit on the .torrent files.
Set the limit to 0 so read_file() will use the actual file size.

Closes GH-14
</content>
</entry>
<entry>
<title>Applied patches from OpenBSD to fix addrinfo and HTTP.</title>
<updated>2010-07-18T18:41:04+00:00</updated>
<author>
<name>Marq Schneider</name>
<email>queueRAM@gmail.com</email>
</author>
<published>2010-07-18T18:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=1b22c92d46f3f98af781853c3e16190c686bbd9b'/>
<id>urn:sha1:1b22c92d46f3f98af781853c3e16190c686bbd9b</id>
<content type='text'>
Applied OpenBSD patches from Nicholas Marriott.
Closes GH-12
</content>
</entry>
<entry>
<title>Hashtable tweaks.</title>
<updated>2009-02-06T19:03:56+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-02-06T19:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=e5332f1aa9226a0934ae616828e1dbf603d50d91'/>
<id>urn:sha1:e5332f1aa9226a0934ae616828e1dbf603d50d91</id>
<content type='text'>
o Added ability to set the ratio items:buckets.
o One can remove items while iterating.
o _htbl_tov now allocates the result array, _htbl_fillv acts as the old
  _htbl_tov did.
</content>
</entry>
<entry>
<title>Show tracker counts in btcli stat.</title>
<updated>2009-01-26T21:15:10+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-26T21:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=a32c7814ccdf310a91c3f16ed32ae90f87424efe'/>
<id>urn:sha1:a32c7814ccdf310a91c3f16ed32ae90f87424efe</id>
<content type='text'>
The counts are for "reachable" trackers, ie. trackers that haven't
timed out or been disabled for one reason or other.
</content>
</entry>
<entry>
<title>Improve the torrent stop and btpd shutdown sequences.</title>
<updated>2009-01-26T21:15:10+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-25T12:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=438881f16f8f67de06cc03eb5cc86c1e82ab4dc0'/>
<id>urn:sha1:438881f16f8f67de06cc03eb5cc86c1e82ab4dc0</id>
<content type='text'>
Torrents are now considered stopped and may be restarted even if
the stop event haven't been sent the trackers yet. The same holds
for the del and add commands.

A btpd process in shutdown mode that only have stopped torrents,
but is still sending the stop event to trackers, will release
resources that would block a new btpd to start. It will the
silently exit when it's finished with the trackers.

This also makes the timeout parameter for shutdown unnecessary.
</content>
</entry>
<entry>
<title>Provide own implementation of asprintf if it's missing.</title>
<updated>2009-01-12T22:43:35+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-12T21:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=7b8644dcc1a0db95c3ea321ebb8bc059ab931b42'/>
<id>urn:sha1:7b8644dcc1a0db95c3ea321ebb8bc059ab931b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary include.</title>
<updated>2009-01-12T22:43:35+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-11T22:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=df5fc31ea8e36edbd45fb514bb52681ec8cdb616'/>
<id>urn:sha1:df5fc31ea8e36edbd45fb514bb52681ec8cdb616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On solaris bcopy and some other useful functions are declared in strings.h.</title>
<updated>2009-01-12T22:43:18+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-11T22:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=06bd2a1a21610dcc042c355592d568f01445fcc9'/>
<id>urn:sha1:06bd2a1a21610dcc042c355592d568f01445fcc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update build scripts for recent btpd changes. Also use only one makefile.</title>
<updated>2009-01-11T14:26:54+00:00</updated>
<author>
<name>Richard Nyberg</name>
<email>rnyberg@murmeldjur.se</email>
</author>
<published>2009-01-10T22:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/mirror/btpd/commit/?id=50a313570f7663a22221cbc871044ec8ee3962e6'/>
<id>urn:sha1:50a313570f7663a22221cbc871044ec8ee3962e6</id>
<content type='text'>
</content>
</entry>
</feed>
