index
:
platform/upstream/systemd
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/ivi
kdbus-integration
ref/for/tizen
ref/for/tizen_3.0
ref/heads/sandbox/lstelmach/unit-load-244
sandbox/adrians/CVE-fix
sandbox/adrians/dirty-upgrade-to-232
sandbox/adrians/dirty-upgrade-to-233
sandbox/adrians/upgrade-to-234
sandbox/adrians/upgrade-to-235
sandbox/adrians/upgrade-to-236
sandbox/adrians/upgrade-to-237
sandbox/adrians/upgrade-to-238
sandbox/adrians/upgrade-to-239
sandbox/adrians/upgrade-to-240
sandbox/adrians/upgrade-to-241
sandbox/adrians/upgrade-to-242
sandbox/adrians/upgrade-to-243
sandbox/adrians/upgrade-to-244
sandbox/adrians/upgrade-to-245
sandbox/akazmin/hwasan_build
sandbox/akazmin/tizen6_asan
sandbox/chanwoochoi/tizen_dev
sandbox/denis13/LTO
sandbox/ibaravy/isan
sandbox/jihochu/5.0
sandbox/jlaako/multiseat
sandbox/jobol/v219
sandbox/kkrosman/cynara-bus-proxyd
sandbox/klewandowski/nosmack
sandbox/klewandowski/systemd-shutdown
sandbox/klewandowski/upgrade-v231
sandbox/leemgs/test
sandbox/lstelmach/exec-timing
sandbox/lstelmach/kdbus-integration-216
sandbox/lstelmach/kdbus-integration-217
sandbox/lstelmach/kdbus-tizen-next
sandbox/lstelmach/system-privileged
sandbox/lstelmach/systemd-upgrade-231
sandbox/lstelmach/systemd-upgrade-233
sandbox/lstelmach/tizen-cleanup
sandbox/lstelmach/tizen-cleanup-wo-kdbus
sandbox/lstelmach/tizen-cleanup-wo-kdbus-on-v255
sandbox/lstelmach/tizen-next
sandbox/mbloch/stdout
sandbox/mkashkarov/tizen_6.0_build
sandbox/mmajewski2/stdout
sandbox/mwereski/tizen
sandbox/mzielinska3/cynara_integration
sandbox/sdx/dev212
sandbox/sebuns2/skip_empty_link_file
sandbox/silas.jeon/RO_3.0_notyet
sandbox/songinha/history
sandbox/songinha/tizen
sandbox/upgrade-to-241
sandbox/vbarinov/asan
sandbox/vbarinov/newcompilerfix
sandbox/vbarinov/nogold
systemd_212
systemd_v216
tizen
tizen-v204-backup
tizen_208
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_dev
tizen_dev_kdbus
tizen_ivi_genivi
tizen_ivi_release
upgrade-to-244
upstream
upstream_old
Domain: System / System Framework;
Hyotaek Shim <hyotaek.shim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-27
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
7
-0
/
+19
2019-03-20
Merge pull request #12024 from poettering/bindtoifindex
Zbigniew Jędrzejewski-Szmek
1
-4
/
+6
2019-03-19
util: move ERRNO_IS_xyz macros to errno-util.h
Lennart Poettering
1
-0
/
+1
2019-03-18
tree-wide: port various users over to socket_bind_to_ifindex()
Lennart Poettering
1
-4
/
+6
2019-03-14
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
1
-0
/
+1
2019-03-13
resolved: if we can't append EDNS OPT RR, then indicate truncation to stub cl...
Lennart Poettering
1
-7
/
+8
2019-03-13
resolved: don't let EDNS0 OPT dgram size affect TCP
Lennart Poettering
1
-3
/
+3
2019-03-13
resolved: don't follow cnames if we already noticed truncation
Lennart Poettering
1
-10
/
+12
2019-03-13
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
3
-1
/
+4
2019-03-13
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
3
-1
/
+4
2019-03-04
Merge pull request #11841 from keszybz/dns-packet-speedup
Lennart Poettering
6
-46
/
+77
2019-03-04
resolved: when adding RR to an answer, avoid comparing keys twice
Zbigniew Jędrzejewski-Szmek
2
-28
/
+21
2019-03-04
resolve: split the RR comparison function in two
Zbigniew Jędrzejewski-Szmek
2
-10
/
+20
2019-03-04
resolved: use a temporary Set to speed up dns question parsing
Zbigniew Jędrzejewski-Szmek
3
-8
/
+36
2019-03-04
tests: use the test helpers in more places
Zbigniew Jędrzejewski-Szmek
2
-7
/
+4
2019-02-21
resolve: fix null pointer dereferences
Yu Watanabe
1
-1
/
+1
2019-02-20
Merge pull request #11512 from poettering/resolved-stub-pipeline
Zbigniew Jędrzejewski-Szmek
7
-61
/
+94
2019-02-18
resolved: correctly prove the non-existense of wildcard
Alexander Tsoy
1
-28
/
+44
2019-02-18
resolved: use standard paths for .dnssd files
Zbigniew Jędrzejewski-Szmek
1
-11
/
+4
2019-02-18
resolved: add missing spdx header
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2019-02-16
resolve: drop unnecessary %n fields from dns_resource_record_to_string()
Yu Watanabe
1
-16
/
+8
2019-02-15
resolved: keep stub stream connections up for as long as client wants
Lennart Poettering
4
-41
/
+38
2019-02-15
resolved: add comment to dns_stream_complete() about its 'error' argument
Lennart Poettering
1
-0
/
+4
2019-02-15
resolved: only call complete() with zero argument in LLMNR client cases
Lennart Poettering
1
-1
/
+5
2019-02-15
resolved: restart stream timeout whenever we managed to read or write something
Lennart Poettering
1
-2
/
+14
2019-02-15
llmnr: add comment why we install no complete() handler on stream
Lennart Poettering
1
-0
/
+2
2019-02-15
transaction: simplify handling if we get an unexpected DNS packet via TCP
Lennart Poettering
1
-7
/
+3
2019-02-15
stream: track type of DnsStream object
Lennart Poettering
6
-9
/
+27
2019-02-15
stream: follow coding style, don't use degrade-to-bool for checking numeric v...
Lennart Poettering
1
-1
/
+1
2019-01-26
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
1
-1
/
+1
2019-01-23
Correct more spelling errors.
Chris Lamb
1
-1
/
+1
2019-01-22
resolved: preferably route single-label lookups to unicast DNS scopes with se...
Lennart Poettering
1
-7
/
+23
2019-01-17
tree-wide: make sure to flush/close all bus connections when our daemons exit
Lennart Poettering
1
-1
/
+1
2019-01-15
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
1
-2
/
+2
2019-01-08
timesyncd,resolved,machinectl: drop calls to sd_event_get_exit_code()
Zbigniew Jędrzejewski-Szmek
1
-3
/
+1
2019-01-07
tree-wide: always declare bitflag enums the same way
Lennart Poettering
1
-5
/
+5
2018-12-21
resolved: read DNS default route option from networkd
Lennart Poettering
1
-0
/
+25
2018-12-21
resolvectl: add support for reading/writing per-link 'default-route' boolean
Lennart Poettering
1
-1
/
+61
2018-12-21
resolvectl: minor whitespace fix
Lennart Poettering
1
-1
/
+1
2018-12-21
resolved: add bus API to set per-link "default route" boolean
Lennart Poettering
3
-0
/
+58
2018-12-21
resolved: add an explicit way to configure whether a link is useful as defaul...
Lennart Poettering
5
-23
/
+66
2018-12-21
resolved: rework dns_server_limited_domains(), replace by dns_scope_has_route...
Lennart Poettering
5
-34
/
+51
2018-12-21
resolved: bind .local domains to mDNS with DNS_SCOPE_YES, similar LLMNR
Lennart Poettering
1
-8
/
+46
2018-12-21
resolved: rework how we determine which scope to send a query to
Lennart Poettering
3
-20
/
+47
2018-12-21
resolved: add comment, explaining when Scope variables are copied from Link
Lennart Poettering
1
-0
/
+2
2018-12-21
resolved: rename_DNS_SCOPE_INVALID → _DNS_SCOPE_MATCH_INVALID
Lennart Poettering
1
-1
/
+1
2018-12-21
resolved: check dns_over_tls_mode in link_needs_save()
Lennart Poettering
1
-1
/
+2
2018-12-21
resolved: use structured initialization for DnsScope
Lennart Poettering
1
-6
/
+8
2018-12-18
resolved: mention which RRs we query when requesting them to authenticate som...
Lennart Poettering
1
-6
/
+6
2018-12-18
resolved: only attempt non-answer SOA RRs if they are parents of our query
Lennart Poettering
1
-0
/
+8
[next]