summaryrefslogtreecommitdiffstats
path: root/src/shared/local-addresses.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-17tree-wide: use read_full_virtual_file() where appropriateLennart Poettering8-12/+12
2021-03-17update TODOLennart Poettering1-0/+4
2021-03-17doc/RELEASE.md: document hwdb update stepLuca Boccassi1-11/+12
2021-03-17man: Specify that only d-bus methods can be answered asyncigo958621-2/+3
2021-03-17hwdb: unifying receiver match keys for Logitech MX ErgoDan Sanders1-1/+3
2021-03-17cg_unified_cached: return ENOMEDIUM if we cannot find a known hierarchyMike Gilbert1-1/+7
2021-03-16dhcp6: fix wrong length for IA_PD dhcp6 optionYu Watanabe1-2/+2
2021-03-16journald: restore syslog priority *with* facility bits for stream connections...Lennart Poettering1-7/+25
2021-03-16journald: use log_warning_errno() where appropriateLennart Poettering1-16/+8
2021-03-16sd-event: re-check new epoll events when a child event is queuedYu Watanabe1-36/+103
2021-03-16meson.build: make xinitrcdir configurableFranck Bui2-1/+3
2021-03-16po: Translated using Weblate (Korean)simmon1-79/+25
2021-03-15resolved: don't flush answer RRs on CNAME redirect too earlyLennart Poettering1-3/+4
2021-03-15resolved: match CNAME replies to right questionLennart Poettering1-1/+1
2021-03-15resolved: add helper for dumping DnsQuestion, similar to what we have for Dns...Lennart Poettering2-0/+20
2021-03-15resolved: show TTLs in answer dumpLennart Poettering1-3/+2
2021-03-15resolved: use DNS_ANSWER_MASK_SECTIONS where appropriateLennart Poettering1-1/+1
2021-03-15resolved: let's tweak how we calculate TTL leftLennart Poettering1-2/+11
2021-03-15resolved: take shortest TTL of all of RRs in answer as cache lifetimeLennart Poettering1-16/+44
2021-03-15resolved: drop unnecessary local variableLennart Poettering1-3/+3
2021-03-15resolved: fix indentationLennart Poettering1-1/+1
2021-03-15resolved: use dns_answer_isempty() where appropriateLennart Poettering1-1/+1
2021-03-15resolved: rebreak a few commentsLennart Poettering1-12/+7
2021-03-15resolved: add new helper dns_answer_min_ttl()Lennart Poettering2-0/+21
2021-03-15man: specify that ProtectProc= does not work with root/cap_sys_ptraceLuca Boccassi1-2/+5
2021-03-15man: DNS/NTP servers received from DHCP server are concatenated with the stat...Yu Watanabe1-9/+4
2021-03-13boot: Move console declarations to missing_efi.hDaan De Meyer3-61/+69
2021-03-13fstab-util: fix typo in commentYu Watanabe1-1/+1
2021-03-12ask-password-api: fix error handling on invalid unicode characterKevin Backhouse1-2/+2
2021-03-12sd-event: fix error handlingLennart Poettering1-1/+1
2021-03-12sd-event: add a simple test for checking the timeout parameter of sd_event_wa...Lennart Poettering1-0/+22
2021-03-12man: mention network-online.target in discussion of rc.localZbigniew Jędrzejewski-Szmek1-7/+21
2021-03-12man: fix html links to two external man pagesZbigniew Jędrzejewski-Szmek2-2/+2
2021-03-12man: sd_bus_message_reply()→sd_bus_message_send()Zbigniew Jędrzejewski-Szmek1-1/+1
2021-03-12man: also refname rc-local.service to the generator man pageZbigniew Jędrzejewski-Szmek2-2/+4
2021-03-11Update resolvectl.xmlulf-f1-1/+1
2021-03-11Revert "sd-event: re-check new epoll events when a child event is queued"Frantisek Sumsal1-101/+36
2021-03-11sd-event: re-check new epoll events when a child event is queuedYu Watanabe1-36/+101
2021-03-11test: add log messagesYu Watanabe1-0/+12
2021-03-11NEWS: update contributors list for v248-rc3v248-rc3Zbigniew Jędrzejewski-Szmek1-27/+31
2021-03-11basic/group-util: optimize alloca useZbigniew Jędrzejewski-Szmek2-7/+11
2021-03-11docs: more markupZbigniew Jędrzejewski-Szmek1-5/+5
2021-03-11repart: fix the loop dev support checkFrantisek Sumsal1-1/+1
2021-03-11install: refactor find_symlinks() and don't search for symlinks recursivelyMichal Sekletar1-107/+96
2021-03-11man: shorten list of partition types a bitLennart Poettering1-44/+5
2021-03-11dissect: fix trivial typoLennart Poettering1-1/+1
2021-03-11dissect-image: fix volatile imagesLennart Poettering1-6/+4
2021-03-11dissect-image: clean up meaning of DISSECT_IMAGE_MKDIRLennart Poettering2-13/+13
2021-03-11fstab-generator: get rid of fstab_extract_values()Zbigniew Jędrzejewski-Szmek3-38/+7
2021-03-11shared/fstab-util: teach fstab_filter_options() a mode where all values are r...Zbigniew Jędrzejewski-Szmek7-121/+169