<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtftp, branch 1.1.1</title>
<subtitle>A rusty client/server for the Trivial File Transfer Protocol
</subtitle>
<id>https://git.herrmann.dev/cgit/rtftp/atom?h=1.1.1</id>
<link rel='self' href='https://git.herrmann.dev/cgit/rtftp/atom?h=1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/'/>
<updated>2020-01-19T14:39:49Z</updated>
<entry>
<title>Bump version to 1.1.1</title>
<updated>2020-01-19T14:39:49Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:39:27Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=55eecac67802301fcc74ffd06a37bc9bae85e5ef'/>
<id>urn:sha1:55eecac67802301fcc74ffd06a37bc9bae85e5ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2020-01-19T14:38:53Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=a0129b1fdfc57911bddd93f477c2f12fdd21a371'/>
<id>urn:sha1:a0129b1fdfc57911bddd93f477c2f12fdd21a371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright years</title>
<updated>2020-01-19T14:35:28Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=0e3122106cd6883e21a507c14d25fd57eaab808c'/>
<id>urn:sha1:0e3122106cd6883e21a507c14d25fd57eaab808c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some cleanup as suggested by clippy</title>
<updated>2020-01-19T14:33:33Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=16c25588ee55261b9bbd58b5f2c61f3327f7596c'/>
<id>urn:sha1:16c25588ee55261b9bbd58b5f2c61f3327f7596c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip canonical path check when running chrooted</title>
<updated>2020-01-19T14:32:20Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=eacce736ad2cedb0e65d15f5bd0abcee5405ec01'/>
<id>urn:sha1:eacce736ad2cedb0e65d15f5bd0abcee5405ec01</id>
<content type='text'>
This works around musl's requirement of mounted /proc for
running realpath(3), which is used by std::path::Path.canonicalize().

See also: https://www.openwall.com/lists/musl/2019/10/08/1

The check is not required, as only files inside the chrooted directory
can be served.
</content>
</entry>
<entry>
<title>Update dependencies to versions in Debian unstable</title>
<updated>2020-01-19T14:23:31Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2020-01-19T14:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=fce987792548172c8e09d147d0500529aa7188f1'/>
<id>urn:sha1:fce987792548172c8e09d147d0500529aa7188f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 1.1.0</title>
<updated>2019-10-05T13:43:08Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2019-10-05T13:43:08Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=8b9882c5337cc40f0d2a4e056d937f449c06a500'/>
<id>urn:sha1:8b9882c5337cc40f0d2a4e056d937f449c06a500</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies to versions in Debian unstable</title>
<updated>2019-10-05T13:41:54Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2019-10-05T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=24f2968663c8fe5551fb0c2269ea1ae5975518b7'/>
<id>urn:sha1:24f2968663c8fe5551fb0c2269ea1ae5975518b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add changelog</title>
<updated>2019-10-05T13:40:44Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2019-10-05T13:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=8afc2bda04ffe147c591fb8e5517572037289695'/>
<id>urn:sha1:8afc2bda04ffe147c591fb8e5517572037289695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for minimum length of request</title>
<updated>2019-09-15T12:37:31Z</updated>
<author>
<name>Reiner Herrmann</name>
<email>reiner@reiner-h.de</email>
</author>
<published>2019-09-15T12:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.herrmann.dev/cgit/rtftp/commit/?id=b8d25fdb7bf38fcfb6ae65820e59fc157cf028c7'/>
<id>urn:sha1:b8d25fdb7bf38fcfb6ae65820e59fc157cf028c7</id>
<content type='text'>
</content>
</entry>
</feed>
