- Sep 27, 2019
-
-
Christophe Massiot authored
-
Arnaud de Turckheim authored
Depending on the skew value and announce periodicity, the master expiration date might be reset all the time. In this case multilive will never get up.
-
- Nov 20, 2018
-
-
Christophe Massiot authored
-
- Jul 01, 2018
-
-
Christophe Massiot authored
-
- Jun 12, 2018
-
-
Christophe Massiot authored
-
- Dec 11, 2017
-
-
Clément Vasseur authored
struct ip is available on Apple systems.
-
Clément Vasseur authored
Fix this warning from glibc: /usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] Keep _BSD_SOURCE for backward compatibility.
-
Clément Vasseur authored
-
- Nov 30, 2017
-
-
Clément Vasseur authored
-
Clément Vasseur authored
-
- Jul 22, 2017
-
-
Christophe Massiot authored
-
- Jul 16, 2017
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- Jul 15, 2017
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- Apr 21, 2017
-
-
Christophe Massiot authored
-
- Jan 31, 2017
-
-
Christophe Massiot authored
-
- Dec 29, 2016
-
-
Christophe Massiot authored
-
- Dec 21, 2016
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
This is required to be set and be equal to write size on FreeBSD. Note that despite documentation says it should be in host order, it only works if specified in network order commit b551ed495bcc508e614fd14a25912301b1122a17 Author: Dmitry Marakasov <amdmi3@amdmi3.ru> Date: Fri Oct 7 17:32:44 2016 +0300
-
Christophe Massiot authored
commit 4bc7d9cf77864ea32367cd80e37daa2ea1c630eb Author: Dmitry Marakasov <amdmi3@amdmi3.ru> Date: Fri Oct 7 17:30:42 2016 +0300
-
Christophe Massiot authored
commit e7e736d85ca80bb6e5b9c9694a1c002d1875b5c0 Author: Dmitry Marakasov <amdmi3@amdmi3.ru> Date: Fri Oct 7 17:22:59 2016 +0300
-
Christophe Massiot authored
commit e55acfd1a11b2891e8bb467ac8e147ef58a82ce1 Author: Dmitry Marakasov <amdmi3@amdmi3.ru> Date: Fri Oct 7 17:22:12 2016 +0300
-
Christophe Massiot authored
commit 8afbeacfce52d43b7ffb92eead2fccfab7f575ba Author: Dmitry Marakasov <amdmi3@amdmi3.ru> Date: Fri Oct 7 17:19:05 2016 +0300
-
- Nov 13, 2016
-
-
Christophe Massiot authored
-
- Nov 12, 2016
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- Oct 15, 2016
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- Jul 06, 2016
-
-
Christophe Massiot authored
-
- Apr 04, 2016
-
-
Christophe Massiot authored
-
- Mar 20, 2016
-
-
Jörg Krause authored
only available with uClibc if the C library is build with NPTL support (sets __UCLIBC_HAS_THREADS_NATIVE__) and __UCLIBC_HAS_ADVANCED_REALTIME__ set. Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks>
-
Jörg Krause authored
Defining _GNU_SOURCE is required to get proper member names in `struct udphdr` when building against musl. Build error: util.c: In function 'RawFillHeaders': util.c:481:9: error: 'struct udphdr' has no member named 'source' udph->source = htons(portsrc); ^ util.c:482:9: error: 'struct udphdr' has no member named 'dest' udph->dest = htons(portdst); ^ util.c:483:9: error: 'struct udphdr' has no member named 'len' udph->len = htons(sizeof(struct udphdr) + len); ^ util.c:484:9: error: 'struct udphdr' has no member named 'check' udph->check = 0; Including <sys/types.h> in needed for mode_t, otherwise musl build fails: util.h:91:1: error: unknown type name 'mode_t' Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks>
-
Jörg Krause authored
Otherwise building multicat in a static context fails: aggregartp.c:381: undefined reference to `pthread_self' Signed-off-by:
Jörg Krause <joerg.krause@embedded.rocks>
-
- Oct 05, 2015
-
-
Christophe Massiot authored
-
- Sep 01, 2015
-
-
Christophe Massiot authored
-
- Aug 01, 2015
-
-
Christophe Massiot authored
-