- Jan 04, 2022
-
-
Karel Koci authored
This redirects czmq messages to logc. Note that at the moment this is only redirection. The configuration is not yet propagated from application log because LogC lacks chain implementation still.
-
Karel Koci authored
This adds welcome message that is send as soon as possible to the Sentinel proxy. This also extends tests to cover sender and to cover cases when data received are just simply invalid.
-
- Nov 26, 2021
-
-
Karel Koci authored
The original code was just wrong. This correctly extracts the first block section from changelog.
-
- May 14, 2021
-
-
Karel Koci authored
Added * support for parsing UDP and TCP protocols for IPv6 (for now without extensions headers) Changed * source files were reorganized in the repository
-
- May 10, 2021
-
-
Karel Koci authored
These are all protocols that are defined in netinet/in.h but they are not all available on all systems. Commenting out some subset is not exactly all right solution. This instead just wraps case with check if macro is defined.
-
Karel Koci authored
This is just so project is little bit better organized. We have now sources for recorder and fwlogs itself separate. This also changes how we load suites in unittests. We now use constructor to auto-inject suites without having to edit unittests.c.
-
- Oct 06, 2020
-
-
Karel Koci authored
Added * Initial version of fwlogs * IPv4 TCP and UCP support * Minimal IPv6 support
-
- Aug 18, 2020
-
-
Karel Koci authored
-