- 0aa8730 coccinelle: always use SYNTHETIC_ERRNO() macro by Yu Watanabe · 4 years ago
- a61c0bd coccinelle: add one more rule to use return value of log_xxx_errno() by Yu Watanabe · 4 years ago
- 44e66de coccinelle: introduce drop-braces transformation by Frantisek Sumsal · 4 years, 2 months ago
- 7e97526 coccinelle: check for invalid errno comparisons by Frantisek Sumsal · 4 years, 2 months ago
- 4476431 coccinelle: correctly resolve our own macros by Frantisek Sumsal · 4 years, 2 months ago
- 135a986 coccinelle: skip strjoin transformation in test_strjoin() by Frantisek Sumsal · 4 years, 2 months ago
- 1813613 coccinelle: limit the # of expressions in in_set/not_in_set by Frantisek Sumsal · 4 years, 2 months ago
- cb60571 coccinelle: skip the xsprintf transformation on man pages by Frantisek Sumsal · 4 years, 2 months ago
- aad54db coccinelle: disable flags-set where it doesn't make sense by Frantisek Sumsal · 4 years, 2 months ago
- 473de9b coccinelle: fix the equals-null transformation by Frantisek Sumsal · 4 years, 2 months ago
- 3bc3c73 coccinelle: drop the custom isomorphisms by Frantisek Sumsal · 4 years, 2 months ago
- 14eb328 execute: use empty_to_root() a bit more by Lennart Poettering · 4 years, 2 months ago
- de7fef4 tree-wide: use set_ensure_put() by Zbigniew Jędrzejewski-Szmek · 4 years, 6 months ago
- e4ff039 tree-wide: formatting tweaks reported by Coccinelle by Frantisek Sumsal · 4 years, 7 months ago
- 9228fef tree-wide: use empty-to-root a bit more by Lennart Poettering · 5 years ago
- 1d3fe30 Use sd_event_source_disable_unref() by Zbigniew Jędrzejewski-Szmek · 6 years ago
- ccd5294 coccinelle: further restrict certain transformations by Frantisek Sumsal · 6 years ago
- 1f72479 coccinelle: exclude JsonVariant* from the IN_SET transformation by Frantisek Sumsal · 6 years ago
- 4a4eaad coccinelle: exclude certain paths from the transformations by Frantisek Sumsal · 6 years ago
- 60d9959 coccinelle: ignore function transformations causing recursion by Frantisek Sumsal · 6 years ago
- 33af88c coccinelle: ignore macro transformations in the macros themselves by Frantisek Sumsal · 6 years ago
- 17e3e37 coccinelle: avoid matching 'errno' as a file descriptor by Frantisek Sumsal · 6 years ago
- b3fd7b5 coccinelle: add explicit statement isomorphisms by Frantisek Sumsal · 6 years ago
- 3661dc3 Merge pull request #12217 from keszybz/unlocked-operations by Lennart Poettering · 6 years ago
- 2fe2112 Add open_memstream_unlocked() wrapper by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 02e23d1 Add fdopen_unlocked() wrapper by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 41f6e62 Make fopen_temporary and fopen_temporary_label unlocked by Zbigniew Jędrzejewski-Szmek · 6 years ago
- fdeea3f Add fopen_unlocked() wrapper by Zbigniew Jędrzejewski-Szmek · 6 years ago
- cc5549c scripts: use 4 space indentation by Zbigniew Jędrzejewski-Szmek · 6 years ago
- ca7410f coccinelle: add coccinelle script for empty_or_dash() use by Lennart Poettering · 6 years ago
- 1913062 nspawn-oci: use SYNTHETIC_ERRNO by Zbigniew Jędrzejewski-Szmek · 6 years ago
- cb31086 tree-wide: more IOVEC_MAKE() conversions by Lennart Poettering · 6 years ago
- 5cfa2c3 tree-wide: use IOVEC_MAKE() at many places by Lennart Poettering · 6 years ago
- 020b394 tree-wide: use SWAP_TWO a bit more by Lennart Poettering · 6 years ago
- 886cf31 coccinelle: also mark previous synthetic errnos as such by Zbigniew Jędrzejewski-Szmek · 6 years ago
- baaa35a coccinelle: make use of SYNTHETIC_ERRNO by Zbigniew Jędrzejewski-Szmek · 6 years ago
- f20db19 cocci: simplify some if checks by Lennart Poettering · 6 years ago
- 6dd91b3 tree-wide: CMP()ify all the things by Lennart Poettering · 6 years ago
- 5d904a6 tree-wide: drop !! casts to booleans by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 3b253ad cocinelle: use GNU parallel to run spatch by Zbigniew Jędrzejewski-Szmek · 6 years ago
- 12b74c3 tools: make various scripts find the top-levle git dir automatically by Lennart Poettering · 6 years ago
- d94a24c Add macro for checking if some flags are set by Zbigniew Jędrzejewski-Szmek · 7 years ago
- 00bfe67 coccinelle: add option to make changes in place by Zbigniew Jędrzejewski-Szmek · 7 years ago
- 31d31f2 coccinelle: run spatch just on version-controlled files by Zbigniew Jędrzejewski-Szmek · 7 years ago
- 57ea45e util-lib: introduce new empty_or_root() helper (#8746) by Lennart Poettering · 7 years ago
- 61f1196 coccinelle: fix typo in file name (#8640) by Alexander Kurtz · 7 years ago
- 849b610 run-coccinelle.sh: use set -x for showing command line of "spatch" by Lennart Poettering · 7 years ago
- c10d6bd macro: introduce new TAKE_FD() macro by Lennart Poettering · 7 years ago
- ae2a15b macro: introduce TAKE_PTR() macro by Lennart Poettering · 7 years ago
- 43dc7aa coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd) by Lennart Poettering · 7 years ago
- be6b0c2 coccinelle: make use of DIV_ROUND_UP() wherever appropriate by Lennart Poettering · 7 years ago
- 8419d45 coccinelle: similar to reallocarray() let's also systematically use malloc_multiply() by Lennart Poettering · 7 years ago
- 62d74c7 coccinelle: add reallocarray() coccinelle script by Lennart Poettering · 7 years ago
- 340c01b coccinelle: slightly improve run-coccinelle.sh by Lennart Poettering · 7 years ago
- e7685a7 util: add new safe_close_above_stdio() wrapper by Lennart Poettering · 7 years ago
- 4384284 coccinelle: drop empty-if.cocci script by Lennart Poettering · 7 years ago
- db4a47e coccinelle: O_NDELAY → O_NONBLOCK by Lennart Poettering · 7 years ago
- 6b44a12 cocci: there's not ENOTSUP, there's only EOPNOTSUPP by Lennart Poettering · 7 years ago
- ad5d4b1 cocci: use strempty() at more places by Lennart Poettering · 7 years ago
- a45d712 tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can by Lennart Poettering · 7 years ago
- 7e985c6 coccinelle: beef up isempty() checks (#7729) by Lennart Poettering · 7 years ago
- f1d3406 tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#7645) by Lennart Poettering · 7 years ago
- 6731924 coccinelle: automatically rewrite memset() to zero() or memzero() where we can by Lennart Poettering · 7 years ago
- fbd0b64 tree-wide: make use of new STRLEN() macro everywhere (#7639) by Lennart Poettering · 7 years ago
- 234519a tree-wide: drop a few == NULL and != NULL comparison by Lennart Poettering · 7 years ago
- a8ea93a core: use empty_to_null() where we can by Lennart Poettering · 7 years ago
- 3708254 coccinelle: improve run-coccinelle.sh to take list of scripts to run by Lennart Poettering · 7 years ago
- 2d0bc68 coccinelle: add a run-coccinelle.sh script that runs all scripts by Lennart Poettering · 7 years ago
- a2d61f0 coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found by Lennart Poettering · 7 years ago
- 7b943bb tree-wide: use strv_isempty() instead of strv_length() == 0 by Lennart Poettering · 7 years ago
- ec2ce0c tree-wide: use `!IN_SET(..)` for `a != b && a != c && …` by Andreas Rammhold · 7 years ago
- 3742095 tree-wide: use IN_SET where possible by Andreas Rammhold · 7 years ago
- 605405c tree-wide: drop NULL sentinel from strjoin by Zbigniew Jędrzejewski-Szmek · 8 years ago
- 3b31988 tree-wide: introduce free_and_replace helper by Zbigniew Jędrzejewski-Szmek · 8 years ago
- 6b430fd tree-wide: use mfree more by Zbigniew Jędrzejewski-Szmek · 8 years ago
- 8e38570 tree-wide: htonl() is weird, let's use htobe32() instead (#3538) by Lennart Poettering · 8 years ago
- 81d6210 tree-wide: remove useless NULLs from strjoina by Zbigniew Jędrzejewski-Szmek · 9 years ago
- d054f0a tree-wide: use xsprintf() where applicable by Daniel Mack · 9 years ago
- b3e3bb1 coccinelle: additional errno.cocci hunk by Michal Schmidt · 9 years ago
- 351825c coccinelle: errno.cocci improvements by Michal Schmidt · 9 years ago
- de89612 Add Coccinelle patch for strempty() usage by Daniel Mack · 9 years ago
- ed0d402 util: add safe_closedir() similar to safe_fclose() by Lennart Poettering · 9 years ago
- 525d3cc tree-wide: take benefit of the fact that hashmap_free() returns NULL by Lennart Poettering · 9 years ago
- 6796073 tree-wide: make use of the fact that strv_free() returns NULL by Lennart Poettering · 9 years ago
- 01da201 Merge pull request #1218 from poettering/safe-fclose by Daniel Mack · 9 years ago
- 74ca738 util: introduce safe_fclose() and port everything over to it by Lennart Poettering · 9 years ago
- 5725551 tree-wide: replace while(1) by for(;;) everywhere by Lennart Poettering · 9 years ago
- 1f6b411 tree-wide: update empty-if coccinelle script to cover empty-while and more by Lennart Poettering · 9 years ago
- 94c156c tree-wide: make use of log_error_errno() return value in more cases by Lennart Poettering · 9 years ago
- ece174c tree-wide: drop {} from one-line if blocks by Lennart Poettering · 9 years ago
- 76ef789 tree-wide: make use of log_error_errno() return value by Lennart Poettering · 9 years ago
- 3cc2aff tree-wide: don't do assignments within if checks by Lennart Poettering · 9 years ago
- 7f6e12b tree-wide: drop redundant if checks before safe_close() by Lennart Poettering · 9 years ago
- 66e4058 tree-wide: make more code use safe_close() by Lennart Poettering · 9 years ago
- a1e58e8 tree-wide: use coccinelle to patch a lot of code to use mfree() by Lennart Poettering · 9 years ago