- 01 Oct, 2018 3 commits
-
-
Anton Dimitrov authored
-
Anton Dimitrov authored
-
Anton Dimitrov authored
Solution: Add more information to the doc specifying that MAX_INT is the maximum possible return value.
-
- 29 Sep, 2018 4 commits
-
-
Constantin Rack authored
Problem: test_connect_delay_tipc randomly fails
-
Luca Boccassi authored
Solution: use a monitor to wait for a disconnect instead of a sleep, and retry to send a message until it fails since the state machine might be delayed due to the I/O thread being pre-empted on busy systems. Also set a receive timeout to avoid random hangs. Fixes #3124
-
Constantin Rack authored
Problem: have to ask manually for relicensing grant
-
Luca Boccassi authored
Solution: add note in PR template
-
- 22 Sep, 2018 2 commits
-
-
Luca Boccassi authored
Problem: INSTALL refers to deprecated VS build instructions
-
Simon Giesecke authored
Solution: remove the reference
-
- 21 Sep, 2018 2 commits
-
-
Luca Boccassi authored
Remove race condition from XPUB/SUB test in test_blocking()
-
Francesco Montorsi authored
-
- 20 Sep, 2018 2 commits
-
-
Luca Boccassi authored
Fix for test_hwm_pubsub
-
Francesco Montorsi authored
-
- 17 Sep, 2018 1 commit
-
-
Simon Giesecke authored
Problem: test_proxy_hwm randomly fails
-
- 16 Sep, 2018 4 commits
-
-
Luca Boccassi authored
Solution: allow for a range between the minimum and maximum expected. With 2 queues, that's between 20 and 40 messages depending on the scheduling of the 3 threads involved.
-
Luca Boccassi authored
Solution: use atomics to avoid issues on non-x86 architectures
-
Luca Boccassi authored
Improve test reliability by: a) using XPUB in place of PUB to ensure …
-
Francesco Montorsi authored
Improve test reliability by: a) using XPUB in place of PUB to ensure we start publishing only after 1st subscriber has joined; b) accept both 2*HWM, 3*HWM and 4*HWM as TX/RX count of messages
-
- 14 Sep, 2018 2 commits
-
-
Luca Boccassi authored
add relicensing grant
-
Francesco Montorsi authored
-
- 13 Sep, 2018 4 commits
-
-
Francesco Montorsi authored
Add new HWM tests and more detailed documentation
-
Luca Boccassi authored
fix static build with libatomic
-
Fabrice Fontaine authored
Create RELICENSE/FabriceFontaine.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
Fabrice Fontaine authored
Commit 2ec5a33f added support to link with -latomic if needed however using LDFLAGS doesn't work when statically linking because LDFLAGS is added before LIBS Detection of atomic fails with: configure:23230: /accts/mlweber1/instance-2/output/host/bin/sparc-linux-g++ -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static -pedantic -Werror -Wall -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -Wno-long-long -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static -latomic conftest.cpp -lrt -lpthread -lstdc++ >&5 /tmp/ccgrvVTg.o: In function `main': conftest.cpp:(.text.startup+0x10): undefined reference to `__atomic_fetch_add_4' collect2: error: ld returned 1 exit status So use LIBS instead of LDFLAGS Fixes: - http://autobuild.buildroot.net/results/c471d6b1061a8516f7772735e471db68a32965aaSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 10 Sep, 2018 3 commits
-
-
Luca Boccassi authored
RELICENSE: Christoph Schulz
-
Christoph Schulz authored
-
Constantin Rack authored
CMake cleanup
-
- 09 Sep, 2018 2 commits
-
-
Christoph Schulz authored
- Lowercase all commands - Unify indent to 2 spaces - Remove spaces around brackets - Remove repitition of condition in else(...) and endif(...) Note: (re-)running CMake did not change the content of the generated files
-
Christoph Schulz authored
-
- 01 Sep, 2018 2 commits
-
-
Luca Boccassi authored
RELICENSE: Byron Mallett
-
Byron Mallett authored
Added relicensing permission from Byron Mallett
-
- 31 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Solution: fix them
-
Byron Mallett authored
* Added SO_REUSEPORT socket option for UDP multicast recv ports
-
- 24 Aug, 2018 2 commits
-
-
Luca Boccassi authored
Revert "Problem: test_proxy not yet using unity"
-
Simon Giesecke authored
This reverts commit fd27324e.
-
- 23 Aug, 2018 5 commits
-
-
Constantin Rack authored
Migrate tests to unity, reduce duplication
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: merge into a single test_use_fd and reduce code duplication by extracting common functions
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity
-