<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server/helper.c, branch isfant</title>
<subtitle>Distributed Network Block Device 3 --rewrite for Kernel 3.x</subtitle>
<id>https://git.openslx.org/dnbd3.git/atom/src/server/helper.c?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server/helper.c?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2017-10-28T12:56:58+00:00</updated>
<entry>
<title>[*] Introduce constants for IPv4/6 in dnbd3_host_t</title>
<updated>2017-10-28T12:56:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-28T12:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c8c62246f84b5d9d4a496097f043696e2d9ba0bb'/>
<id>urn:sha1:c8c62246f84b5d9d4a496097f043696e2d9ba0bb</id>
<content type='text'>
AF_INET luckily was "2" on all platforms checked, so no problems
there with interoperation, but AF_INET6 is different between
Linux, BSD, Windows and possibly others, so map back and forth
between AF_INET/AF_INET6 and HOST_IP4/HOST_IP6 to fix this.
</content>
</entry>
<entry>
<title>[SERVER] Fix types or add explicit casts everywhere we might have type conversion problems</title>
<updated>2017-10-24T09:27:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-24T09:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=a0fbfe1c6d6f42b4c2704c882beda1c4cafe5016'/>
<id>urn:sha1:a0fbfe1c6d6f42b4c2704c882beda1c4cafe5016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Move includes from header to source unit</title>
<updated>2017-10-01T15:25:32+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-10-01T15:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=e3d2ba31c159458eb0479dc981353794ddc7dd12'/>
<id>urn:sha1:e3d2ba31c159458eb0479dc981353794ddc7dd12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Refactor: Move client list to net.* and isolate</title>
<updated>2017-09-07T13:50:50+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-09-07T13:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=8d96868945f3d52b44de02e2c468766c46693aef'/>
<id>urn:sha1:8d96868945f3d52b44de02e2c468766c46693aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Fix formatting</title>
<updated>2016-03-22T14:58:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-03-22T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=549a53070ae03b47e11943727afe4f8927cb6c42'/>
<id>urn:sha1:549a53070ae03b47e11943727afe4f8927cb6c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dnbd3server build success on freebsd :)</title>
<updated>2016-02-10T23:09:39+00:00</updated>
<author>
<name>Sebastian</name>
</author>
<published>2016-02-10T20:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=1ee67aedd55b452c7d5851d0e39e01aef4aca766'/>
<id>urn:sha1:1ee67aedd55b452c7d5851d0e39e01aef4aca766</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup commits</title>
<updated>2016-02-10T23:09:39+00:00</updated>
<author>
<name>Sebastian</name>
</author>
<published>2016-02-10T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e'/>
<id>urn:sha1:34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] BREAKING: Get rid of pseudo case-insensitivity</title>
<updated>2016-02-01T11:41:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-02-01T11:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=81c9da3c9d55fab13ab9a912cade320015d01613'/>
<id>urn:sha1:81c9da3c9d55fab13ab9a912cade320015d01613</id>
<content type='text'>
This was a wrong decision made long time ago, and it's broken in
certain scenarios (eg. two servers serving from same NFS mount).
Also it's of limited use anyways since it only supportes ASCII and
would ignore umlauts, so blöd and BLÖD would still be considered
two different images.
So if you relied on this "feature" in any way, be careful when
updating.
</content>
</entry>
<entry>
<title>[SERVER] Fix a lot of (mostly harmless) data races</title>
<updated>2016-01-11T11:09:23+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-01-11T11:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=d9c2a6cf943ca08f31f61a3fada940f77e3a03d3'/>
<id>urn:sha1:d9c2a6cf943ca08f31f61a3fada940f77e3a03d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Use stdbool.h for booleans; minor refactoring of variable and function names</title>
<updated>2014-12-31T22:39:21+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2014-12-31T22:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=6788efa3459b9581b1e4197e37f504d8fb2e8e87'/>
<id>urn:sha1:6788efa3459b9581b1e4197e37f504d8fb2e8e87</id>
<content type='text'>
</content>
</entry>
</feed>
