index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
socket-util.c
Age
Commit message (
Expand
)
Author
2016-11-07
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-10-06
sd-device/networkd: unify code to get a socket for issuing netdev ioctls on
Lennart Poettering
2016-09-27
basic: fix for IPv6 status (#4224)
Susant Sahani
2016-07-22
core: add a concept of "dynamic" user ids, that are allocated as long as a se...
Lennart Poettering
2016-06-15
socket-util: Run the fallback when the kernel complains about the null buffer...
Kai Ruhnau
2016-06-15
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
2016-05-09
util-lib: add new ifname_valid() call that validates interface names
Lennart Poettering
2016-05-06
core: rework how we flush incoming traffic when a socket unit goes down
Lennart Poettering
2016-02-24
treewide: fix typos and then/that use
Torstein Husebø
2016-02-16
networkd: FIONREAD is not reliable on some sockets
Lennart Poettering
2016-02-10
coredump: rework coredumping logic
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-22
Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...
Daniel Mack
2015-12-10
Use /proc/net/sockstat6 to detect IPv6 support
Jorgen Schaefer
2015-12-03
journal: unbreak sd_journal_sendv
Zbigniew Jędrzejewski-Szmek
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
journal-remote: split-mode=host, remove port from journal filename
Klearchos Chaloulos
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-26
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
util-lib: move ether_addr_to_string() into ether-addr-util.c
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-07-31
basic: fix error/memleak in socket-util
David Herrmann
2015-07-29
socket-util: library calls shouldn't log on their own
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers