summaryrefslogtreecommitdiff
path: root/src/test/test-socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test: add support for in_addr_is_multicast testsSusant Sahani2017-02-241-0/+19
* socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2Susant Sahani2017-01-241-2/+1
* network: accept colons in network interface names, normally used for alias in...peoronoob2017-01-231-1/+2
* socket-util: add AF_VSOCK address familyStefan Hajnoczi2017-01-101-0/+26
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-4/+4
* resolved: support IPv6 DNS servers on the local linkLennart Poettering2016-06-061-0/+51
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-0/+25
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-0/+17
* test: fix failing test-socket-util when running with ipv6.disable=1 kernel paramMarcin Bachry2015-11-111-22/+19
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* test-socket-util: add test for in_addr_is_null()Daniel Mack2015-07-311-0/+15
* test-socket-util: add test for in_addr_to_stringRonny Chevalier2015-04-081-0/+19
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-4/+4
* tests: add tests for socket-util.cRonny Chevalier2014-08-181-0/+50
* test-socket-util: silence warningsThomas Hindoe Paaboel Andersen2014-07-161-3/+3
* shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek2014-07-151-0/+55
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-101-0/+1
* networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering2014-06-181-0/+82
* tests: add test-socket-utilRonny Chevalier2014-06-161-0/+145