summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering2016-10-061-0/+17
* basic: fix for IPv6 status (#4224)Susant Sahani2016-09-271-1/+1
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-0/+14
* socket-util: Run the fallback when the kernel complains about the null buffer...Kai Ruhnau2016-06-151-1/+1
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-12/+10
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-0/+38
* core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering2016-05-061-0/+40
* treewide: fix typos and then/that useTorstein Husebø2016-02-241-1/+1
* networkd: FIONREAD is not reliable on some socketsLennart Poettering2016-02-161-0/+34
* coredump: rework coredumping logicLennart Poettering2016-02-101-2/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack2016-01-221-2/+2
|\
| * journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos2015-12-011-2/+2
* | Use /proc/net/sockstat6 to detect IPv6 supportJorgen Schaefer2015-12-101-9/+2
* | journal: unbreak sd_journal_sendvZbigniew Jędrzejewski-Szmek2015-12-031-2/+10
* | basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
|/
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-1/+183
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-261-19/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+10
* basic: fix error/memleak in socket-utilDavid Herrmann2015-07-311-1/+1
* socket-util: library calls shouldn't log on their ownLennart Poettering2015-07-291-3/+3
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+769