summaryrefslogtreecommitdiffstats
path: root/src/dissect (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: check meson feature flag earlyMike Yuan2024-11-131-7/+8
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-5/+5
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-4/+4
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-23/+24
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-34/+35
* dissect-tool: allow systemd-dissect to talk to mountfsdLennart Poettering2024-04-061-63/+135
* dissect-image: make dissected_image_acquire_metadata() operate within a usern...Lennart Poettering2024-04-061-1/+1
* dissect: fix memory leakAntonio Alvarez Feijoo2024-03-261-1/+2
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
* basic: Add some sha256 helper functionsAdrian Vovk2024-02-131-18/+1
* dissect: add --make-archive option to convert DDI to tarballLennart Poettering2024-01-251-3/+197
* dissect: show image name separately from filenameLennart Poettering2024-01-231-1/+4
* dissect: fix typoAntonio Alvarez Feijoo2024-01-191-1/+1
* dissect-image: introduce new get_common_dissect_directory() helperLennart Poettering2024-01-181-12/+5
* src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-2/+2
* dissect: add assert to guide static analysisLuca Boccassi2024-01-041-0/+2
* dissect: port to vpick for selecting imageLennart Poettering2024-01-031-0/+11
* Merge pull request #30591 from yuwata/device-utilLuca Boccassi2024-01-011-15/+2
|\
| * tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-221-15/+2
* | tree-wide: insert space after for and switchYu Watanabe2023-12-241-1/+1
|/
* dissect-tool: hide device column if it's a short-lived loopback deviceLennart Poettering2023-12-131-0/+5
* dissect-tool: show sector/image size from DissectedImage objectLennart Poettering2023-12-131-8/+7
* dissect-tool: right-align the partition numberLennart Poettering2023-12-131-1/+1
* dissect: set dash as ersatz stringLennart Poettering2023-11-151-0/+1
* dissect: right-align size column in --discover tableLennart Poettering2023-11-151-0/+2
* dissect: move helpers for categorizing DDIs into generic codeLennart Poettering2023-10-111-11/+10
* dissect: allow confext/sysext to be in the same imageLennart Poettering2023-10-111-29/+57
* dissect: image size can be unset, suppres in JSON output thenLennart Poettering2023-10-111-2/+2
* dissect: show architecture in JSON output tooLennart Poettering2023-10-111-0/+3
* dissect: port to new JSON_BUILD_STRV_ENV_PAIR()Lennart Poettering2023-10-111-45/+4
* dissect: don't show non-JSON arch + sector size in JSON modeLennart Poettering2023-10-101-6/+6
* dissect-image: optionally allow mounting via new kernel mount API in two stepsLennart Poettering2023-10-021-3/+21
* dissect: Set SYSTEMD_DISSECT_DEVICE to path of loop deviceDaan De Meyer2023-08-171-0/+5
* copy: Add support for creating subvolumes to copy_tree_at()Daan De Meyer2023-08-141-2/+2
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-3/+4
* meson: move declarations of dissect and friendsYu Watanabe2023-07-311-0/+16
* confext: add dissect tool support for confext imagesMaanya Goenka2023-07-141-19/+23
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-1/+0
* dissect: add new verbs to brief version of cmline in --helpLennart Poettering2023-07-071-2/+4
* dissect: Add --mtree-hash= optionDaan De Meyer2023-07-061-1/+11
* dissect: Allow a few verbs to operate on directories as well as image filesDaan De Meyer2023-07-061-86/+120
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-1/+1
* copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()Daan De Meyer2023-06-061-1/+1
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* dissect: use pager for --helpZbigniew Jędrzejewski-Szmek2023-05-301-0/+2
* tree-wide: code spelling fixesFrantisek Sumsal2023-04-201-1/+1
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-9/+3
* dissect: disallow empty partition tablesLennart Poettering2023-04-051-1/+2
* dissect: add new --validate commandLennart Poettering2023-04-051-0/+48