<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dnbd3.git/src/server/server.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/server.c?h=isfant</id>
<link rel='self' href='https://git.openslx.org/dnbd3.git/atom/src/server/server.c?h=isfant'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/'/>
<updated>2024-07-05T08:48:29+00:00</updated>
<entry>
<title>[SERVER] Verify checksums of all images on SIGUSR1</title>
<updated>2024-07-05T08:48:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-07-05T08:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=ae91f373cf5ce045fe65df022fae151fe915c6c3'/>
<id>urn:sha1:ae91f373cf5ce045fe65df022fae151fe915c6c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[KERNEL] Removes duplicate word 'of' in license headers</title>
<updated>2021-04-16T06:20:06+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2021-04-16T06:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f7cca217a3696980a72564f57bad4597ddbe9df5'/>
<id>urn:sha1:f7cca217a3696980a72564f57bad4597ddbe9df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] Include branch and build timestamp in binaries</title>
<updated>2020-12-02T11:54:27+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-12-02T11:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=656e776498fe862b1b388435568c5bb72213cb16'/>
<id>urn:sha1:656e776498fe862b1b388435568c5bb72213cb16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] replaced non-existent FUSE define to match CMake's build defines</title>
<updated>2020-11-27T15:27:03+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-11-27T15:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f4104f01c23998a24eae2a6eeb1777fd3c217fe5'/>
<id>urn:sha1:f4104f01c23998a24eae2a6eeb1777fd3c217fe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] add CMake targets to build binary and source packages with CPack</title>
<updated>2020-10-22T10:08:34+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-22T10:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=f9872723efc831827d179c3baf5b9f6c428512c4'/>
<id>urn:sha1:f9872723efc831827d179c3baf5b9f6c428512c4</id>
<content type='text'>
This patch adds the following CMake targets

  - package
  - source

to build bundeled packages. Those packages contain either all built
binary artifacts or all source files for source code distribution. Both
CMake targets are available in Release build configuration.
</content>
</entry>
<entry>
<title>[BUILD] add option to build the dnbd3-server with afl-fuzz support</title>
<updated>2020-10-20T13:31:52+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-20T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e'/>
<id>urn:sha1:85c3fe47292f4e4e47a1f58f1347cb1f6d03b37e</id>
<content type='text'>
The afl-fuzz support for the dnbd3-server requires an AFL C compiler
like afl-gcc and can be enabled with the CMake option DNBD3_SERVER_AFL.
</content>
</entry>
<entry>
<title>[BUILD] set build type and stop Release build if repository is dirty</title>
<updated>2020-10-19T14:16:58+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-19T14:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=c6a843122ad60fff05e7daa2f7b30abc2ec101e9'/>
<id>urn:sha1:c6a843122ad60fff05e7daa2f7b30abc2ec101e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BUILD] rewrite CMake build system to track changes of source files</title>
<updated>2020-10-16T15:15:49+00:00</updated>
<author>
<name>Manuel Bentele</name>
</author>
<published>2020-10-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=969496f15e1e0359e26c2c6e995ad4ef82720f86'/>
<id>urn:sha1:969496f15e1e0359e26c2c6e995ad4ef82720f86</id>
<content type='text'>
This change restructures the source code directories, separates shared
form non-shared application code and adds CMake dependencies. These
dependencies allow the tracking of changes and trigger a rebuild of
those build targets where changed files are involved.

WARNING: Note that the support of the DNBD3_SERVER_AFL build option is
not supported yet. Thus, the option should be never turned on.
</content>
</entry>
<entry>
<title>[SERVER] FUSE: Fix arguments to fuse</title>
<updated>2020-07-30T10:00:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-30T10:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=34c3ff1cd455a0e9e75148a9fc1d96f8b28e3221'/>
<id>urn:sha1:34c3ff1cd455a0e9e75148a9fc1d96f8b28e3221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SERVER] Fix: Missing argument to fprintf()</title>
<updated>2020-07-30T08:53:37+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-07-30T08:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/dnbd3.git/commit/?id=19746462b1acc3a0cb74f6bcf53ade72ca752fd5'/>
<id>urn:sha1:19746462b1acc3a0cb74f6bcf53ade72ca752fd5</id>
<content type='text'>
</content>
</entry>
</feed>
