- Nov 16, 2020
-
-
Adam Borowski authored
format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Werror=format=] -
Jan Michalski authored
rpma: fix documentation of rpma_log_function()
-
Lukasz Dorau authored
The unquoted '..' string is interpreted by 'man' as undefined macro and produces the following warning: $ man --warnings >/dev/null ./rpma_log_set_function.3 troff: <standard input>:45: warning: macro '..' not defined Ref: #564
-
- Nov 13, 2020
-
-
Jan Michalski authored
common: add an argument for common header of markup manuals
-
Jan Michalski authored
Merge pull request #582 from ldorau/common-disable-tests-that-do-not-pass-when-D_FORTIFY_SOURCE=2-flag-set common: disable tests that do not pass when -D_FORTIFY_SOURCE=2 flag set
-
Lukasz Dorau authored
The common header of markup manuals has to be given using the absolute path so that it works in case of out-of-tree builds. Ref: #562
-
Lukasz Dorau authored
Disable by default tests that do not pass when -D_FORTIFY_SOURCE=2 flag set. Enable all those tests when DEVELOPER_MODE is ON (for example in CI builds). Ref: #561
-
- Nov 09, 2020
-
-
Lukasz Dorau authored
examples: add one missing empty line
-
Lukasz Dorau authored
-
- Nov 06, 2020
-
-
Lukasz Dorau authored
common: correct checking signature of rdma_getaddrinfo() for clang
-
Lukasz Dorau authored
-
- Nov 05, 2020
-
-
Jan Michalski authored
rpma: discard private data on connection accept
-
Jan Michalski authored
integration test for 04-example-write-to-persistent
-
Wang,Long authored
-
Wang,Long authored
-
Lukasz Dorau authored
test: reorder configuring mocks to match order of function calls
-
Lukasz Dorau authored
CDDL
-
- Nov 03, 2020
-
-
Adam Borowski authored
-
Adam Borowski authored
Copied from https://opensource.org/licenses/cddl1.txt and line-wrapped.
-
- Nov 02, 2020
-
-
Lukasz Dorau authored
Reorder configuring mocks in the 02 integration tests, so that they match order of function calls in the 02 example. This patch does not make any changes except of reordering the existing code.
-
- Oct 30, 2020
-
-
Jan Michalski authored
common: update version of Docker images to 0.9.0
-
Lukasz Dorau authored
Introduce the IMG_VER variable containing a version of the Docker images and update the version to 0.9.0.
-
Jan Michalski authored
common: migrate from Docker Hub to GitHub Container Registry
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Oct 29, 2020
-
-
Jan Michalski authored
common: add nightly build on other Linux distros on GHA
-
Lukasz Dorau authored
-
- Oct 23, 2020
-
-
Lukasz Dorau authored
examples: zero the memory allocated by malloc_aligned()
-
Lukasz Dorau authored
-
- Oct 22, 2020
-
-
Lukasz Dorau authored
automated typo fixes
-
- Oct 21, 2020
-
-
Adam Borowski authored
-
Adam Borowski authored
-
Lukasz Dorau authored
common: rdma_getaddrinfo clang detection fix
-
- Oct 20, 2020
-
-
Jan M Michalski authored
-
Tomasz Gromadzki authored
Fix bug: memory leak in case of connection accept when incomming connection contains connection private data.
-
- Oct 19, 2020
-
-
Lukasz Dorau authored
common: switch to newer versions of OSes
-
Lukasz Dorau authored
Switch from Fedora 31 to 32 and from Ubuntu 19.10 to 20.04.
-
Jan Michalski authored
common: remove unused Coverity job from the Travis build
-
Lukasz Dorau authored
common: fix description of librpma
-