aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* util: Add own prototype for __clone2() on ia642023_02_27.c538ee8Stefano Brivio2023-02-271-0/+9
* contrib/apparmor: Split profile into abstractions, use themStefano Brivio2023-02-273-60/+89
* qrap: Generate -netdev as JSONAndrea Bolognani2023-02-271-1/+5
* qrap: Introduce machine-specific PCI address baseAndrea Bolognani2023-02-271-10/+24
* qrap: Drop args in JSON formatAndrea Bolognani2023-02-271-0/+5
* qrap: Fix support for pc machinesAndrea Bolognani2023-02-271-1/+1
* qrap: Fix limits for PCI addressesAndrea Bolognani2023-02-271-2/+2
* log, conf, tap: Define die() as err() plus exit(), drop cppcheck workaroundsStefano Brivio2023-02-274-18/+12
* doc/demo: Fix and suppress ShellCheck warningsStefano Brivio2023-02-271-1/+3
* Fix definitions of SOCKET_MAX, TCP_MAX_CONNSStefano Brivio2023-02-274-5/+7
* tcp: Avoid (theoretical) resource leak (CWE-772) Coverity warningStefano Brivio2023-02-271-0/+3
* tcp: Avoid false (but convoluted) positive Coverity CWE-476 warningStefano Brivio2023-02-271-1/+1
* tcp, tcp_splice: Get rid of false positive CWE-394 Coverity warning from fls()Stefano Brivio2023-02-272-12/+24
* treewide: Disable gcc strict aliasing rules as needed, drop workaroundsStefano Brivio2023-02-274-33/+29
* tcp: Suppress knownConditionTrueFalse cppcheck false positiveStefano Brivio2023-02-271-0/+9
* log: Send identifier string in log messages, openlog() won't work for usStefano Brivio2023-02-271-7/+5
* conf, udp: Allow any loopback address to be used as resolverStefano Brivio2023-02-272-10/+16
* conf: Split add_dns{4,6}() out of get_dns()Stefano Brivio2023-02-271-35/+51
* udp: Actually use host resolver to forward DNS queriesStefano Brivio2023-02-271-2/+2