ivangalkin
ivangalkin
Hi @guwirth, @Bertk Hi All! this patch implements the symbol table for C++ files (US #1401). It uses free and open source Eclipse CDT parser (https://github.com/eclipse/cdt) in order to preprocess...
This PR makes server to be compilable on Darwin (as well as on BSD-like systems). The PR https://github.com/Netflix/dial-reference/pull/50 is required in order DIAL server to be able to start correctly....
Implementation of `get_local_address()` has several issues: 1. It resets the IP address (`ip_addr`) for every interface event if it's not the matching one. Solution - store address in a temporary...
``` nf_callbacks.c:130:13: error: implicit declaration of function 'kill' is invalid in C99 [-Werror,-Wimplicit-function-declaration] kill((pid_t)pid, SIGTERM); ```
``` DialDiscovery.cpp:317:19: error: variable-sized object may not be initialized char send_buf[strlen((char*)ssdp_msearch) + INET_ADDRSTRLEN + 256] = {0,}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Fix by means of replacing run-time length calculation with a compile-time...