summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: introduce _SOURCE_BOOTTIME_TIMESTAMP fieldYu Watanabe2024-06-181-3/+11
* sd-journal: realign flagsYu Watanabe2024-06-181-3/+3
* logs-show: do not use _SOURCE_MONOTONIC_TIMESTAMP fieldYu Watanabe2024-06-181-0/+6
* varlink-idl: fix typoYu Watanabe2024-06-181-2/+2
* Merge pull request #33376 from yuwata/strv_sort_uniqLuca Boccassi2024-06-1813-26/+106
|\
| * tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()Yu Watanabe2024-06-1710-26/+15
| * strv: introduce strv_sort_uniq()Yu Watanabe2024-06-173-0/+91
* | Merge pull request #32724 from bluca/dynamic_user_no_private_tmpLuca Boccassi2024-06-1816-57/+224
|\ \
| * | portable: drop explicit PrivateTmp=yes from profilesLuca Boccassi2024-06-173-3/+0
| * | core: do not imply PrivateTmp with DynamicUser, create a private tmpfs insteadLuca Boccassi2024-06-1713-54/+224
* | | Merge pull request #33377 from yuwata/strbuf-cleanupsLuca Boccassi2024-06-171-16/+17
|\ \ \
| * | | strbuf: use _cleanup_ attribute at one more placeYu Watanabe2024-06-171-7/+5
| * | | strbuf: several cleanupsYu Watanabe2024-06-171-6/+7
| * | | strbuf: use CMP() macroYu Watanabe2024-06-171-3/+5
| | |/ | |/|
* | | Merge pull request #33375 from yuwata/trivial-follow-upsLuca Boccassi2024-06-172-3/+3
|\ \ \
| * | | json: const char *func() -> const char* func()Yu Watanabe2024-06-171-2/+2
| * | | core/mount: suffix function name with parenYu Watanabe2024-06-171-1/+1
| |/ /
* | | Merge pull request #33374 from YHNdnzj/coverity-fixes-1Luca Boccassi2024-06-172-16/+13
|\ \ \
| * | | core/service: fix accept-socket deserializationMike Yuan2024-06-171-4/+4
| * | | core: cast ignored retval of deserialize_* to voidMike Yuan2024-06-172-8/+7
| * | | core/socket: use FOREACH_ARRAY at one more placeMike Yuan2024-06-171-4/+2
* | | | Merge pull request #32559 from poettering/varlink-commentsLuca Boccassi2024-06-1710-35/+474
|\ \ \ \
| * | | | creds: add comments to credential encryption/decryption method callsLennart Poettering2024-06-171-0/+24
| * | | | varlink: parse comments tooLennart Poettering2024-06-172-10/+94
| * | | | varlink: add concept for embedding comments into IDL structuresLennart Poettering2024-06-174-24/+204
| * | | | strv: add new helper strv_rebreak_lines() with a simple line breaking algorithmLennart Poettering2024-06-173-0/+150
| * | | | utf8: export utf8_char_console_width()Lennart Poettering2024-06-172-1/+2
* | | | | Merge pull request #32872 from YHNdnzj/pidref-inodeMike Yuan2024-06-173-18/+66
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | pidref: record pidfd inode number in PidRef structMike Yuan2024-06-143-21/+48
| * | | | pidref: introduce pidfd_inode_ids_supported helperMike Yuan2024-06-141-2/+23
* | | | | logind: tweakletsLennart Poettering2024-06-171-1/+4
* | | | | pretty-print: take console glyph width into account when drawing progress barLennart Poettering2024-06-171-3/+4
| |_|/ / |/| | |
* | | | Merge pull request #33355 from YHNdnzj/shutdown-cadLuca Boccassi2024-06-173-62/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | shutdown: re-enable CAD handling in kernel at startMike Yuan2024-06-151-0/+5
| * | | shutdown: clean up sync_with_progress a bitMike Yuan2024-06-151-38/+29
| * | | string-util: modernize first_word a bitMike Yuan2024-06-151-20/+9
| * | | core/manager: correct alignment in manager_handle_ctrl_alt_delMike Yuan2024-06-151-4/+5
* | | | Merge pull request #33363 from YHNdnzj/service-serialization-cleanupLuca Boccassi2024-06-172-85/+66
|\ \ \ \
| * | | | core/service: use r to store parsed int valuesMike Yuan2024-06-161-12/+8
| * | | | core/service: drop unused bus_name_ownerMike Yuan2024-06-162-19/+1
| * | | | core/service: also serialize/dump status_errnoMike Yuan2024-06-161-0/+14
| * | | | core/service: use serialize_usec where appropriate, drop redundant debug logMike Yuan2024-06-161-57/+46
* | | | | string-util: introduce string_is_safe_ascii helperMike Yuan2024-06-162-1/+5
* | | | | basic/utf8: modernize ascii_is_valid_n, make ascii_is_valid static inlineMike Yuan2024-06-162-20/+10
* | | | | basic/utf8: modernize utf8_is_valid_n a bitMike Yuan2024-06-162-9/+9
|/ / / /
* | | | Merge pull request #33214 from keszybz/system-clock-epochMike Yuan2024-06-1613-190/+226
|\ \ \ \
| * | | | manager: add structured log message about clock bumpZbigniew Jędrzejewski-Szmek2024-06-152-9/+31
| * | | | timesyncd: simplify handling of timestampsZbigniew Jędrzejewski-Szmek2024-06-151-26/+21
| * | | | manager: apply clock epoch on updates tooZbigniew Jędrzejewski-Szmek2024-06-153-10/+14
| * | | | manager: use max of: compile epoch, epoch file, timesyncd fileZbigniew Jędrzejewski-Szmek2024-06-151-7/+17