systemd 238
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJancJ4AAoJEMVMozbP61V+nHYP/2LNgloIklHQRwrv67yYTG/W
+/LszK/bl/t2JWbgrZhh9jDEWTq9TqF8mnsRutclxDpr9BEPAIrT2zS5DMb+h0MY
BZWBD8ejuqujkU+yYwwvsnre3NmJ8YSTCHUGxmJCm5rEzl6+xdawslNDXXiLK0I3
mgX7YmJeiD2OKxvFUsNcdft3zNX4zrqT1cK2QIazaI09ae6vVEFZ2DODIuieWUlo
7/UXoakqIo3bxx8GegPzGPLBQ6XWhBHBiyH0ar2mNpBkgpen8Epdj/bK+WDU3kua
Yb8SZTPE1G6bs3de3lvAGEuzM2Qmw7OowT32KlxPqw7mriTm8zPA30G6B1r0V3/X
j5EvIj2UPjo4EXbMkyYpJPZUw/d7sq8k9qOgLAATyGi3H8AUaxqAse/C5eZt6mVZ
6elEXPbhSwU7vUsH3GjN7Zt1MBD64Ly2lVzBBRqgbfKXD+lC43BWky1xv5JfqAxV
jY6PkBKB9Tq1kQZhjfYNDdIdu3Wq2kjGciZCMVdmsbeB7OW4K9wQKRx20+gt22KV
gLyGU/UFI/Xd701/iEhg3kBhUR4nKjuAez8fLuWbfMlTJLD2IaTVZImond8q0SxD
NuU//fe9SQFB6gnL4sV08C64LrhEA08A/HT5HdQWohdM9/RzdZ5WMovKXvC+aAp4
UttcU+NvxZLvwZjUu+2C
=epEt
-----END PGP SIGNATURE-----
  1. 8419d45 coccinelle: similar to reallocarray() let's also systematically use malloc_multiply() by Lennart Poettering · 7 years ago
  2. 62d74c7 coccinelle: add reallocarray() coccinelle script by Lennart Poettering · 7 years ago
  3. 340c01b coccinelle: slightly improve run-coccinelle.sh by Lennart Poettering · 7 years ago
  4. e7685a7 util: add new safe_close_above_stdio() wrapper by Lennart Poettering · 7 years ago
  5. 4384284 coccinelle: drop empty-if.cocci script by Lennart Poettering · 7 years ago
  6. db4a47e coccinelle: O_NDELAY → O_NONBLOCK by Lennart Poettering · 7 years ago
  7. 6b44a12 cocci: there's not ENOTSUP, there's only EOPNOTSUPP by Lennart Poettering · 7 years ago
  8. ad5d4b1 cocci: use strempty() at more places by Lennart Poettering · 7 years ago
  9. a45d712 tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can by Lennart Poettering · 7 years ago
  10. 7e985c6 coccinelle: beef up isempty() checks (#7729) by Lennart Poettering · 7 years ago
  11. f1d3406 tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#7645) by Lennart Poettering · 7 years ago
  12. 6731924 coccinelle: automatically rewrite memset() to zero() or memzero() where we can by Lennart Poettering · 7 years ago
  13. fbd0b64 tree-wide: make use of new STRLEN() macro everywhere (#7639) by Lennart Poettering · 7 years ago
  14. 234519a tree-wide: drop a few == NULL and != NULL comparison by Lennart Poettering · 7 years ago
  15. a8ea93a core: use empty_to_null() where we can by Lennart Poettering · 7 years ago
  16. 3708254 coccinelle: improve run-coccinelle.sh to take list of scripts to run by Lennart Poettering · 7 years ago
  17. 2d0bc68 coccinelle: add a run-coccinelle.sh script that runs all scripts by Lennart Poettering · 7 years ago
  18. a2d61f0 coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found by Lennart Poettering · 7 years ago
  19. 7b943bb tree-wide: use strv_isempty() instead of strv_length() == 0 by Lennart Poettering · 7 years ago
  20. ec2ce0c tree-wide: use `!IN_SET(..)` for `a != b && a != c && …` by Andreas Rammhold · 7 years ago
  21. 3742095 tree-wide: use IN_SET where possible by Andreas Rammhold · 7 years ago
  22. 605405c tree-wide: drop NULL sentinel from strjoin by Zbigniew Jędrzejewski-Szmek · 8 years ago
  23. 3b31988 tree-wide: introduce free_and_replace helper by Zbigniew Jędrzejewski-Szmek · 8 years ago
  24. 6b430fd tree-wide: use mfree more by Zbigniew Jędrzejewski-Szmek · 8 years ago
  25. 8e38570 tree-wide: htonl() is weird, let's use htobe32() instead (#3538) by Lennart Poettering · 8 years ago
  26. 81d6210 tree-wide: remove useless NULLs from strjoina by Zbigniew Jędrzejewski-Szmek · 9 years ago
  27. d054f0a tree-wide: use xsprintf() where applicable by Daniel Mack · 9 years ago
  28. b3e3bb1 coccinelle: additional errno.cocci hunk by Michal Schmidt · 9 years ago
  29. 351825c coccinelle: errno.cocci improvements by Michal Schmidt · 9 years ago
  30. de89612 Add Coccinelle patch for strempty() usage by Daniel Mack · 9 years ago
  31. ed0d402 util: add safe_closedir() similar to safe_fclose() by Lennart Poettering · 9 years ago
  32. 525d3cc tree-wide: take benefit of the fact that hashmap_free() returns NULL by Lennart Poettering · 9 years ago
  33. 6796073 tree-wide: make use of the fact that strv_free() returns NULL by Lennart Poettering · 9 years ago
  34. 01da201 Merge pull request #1218 from poettering/safe-fclose by Daniel Mack · 9 years ago
  35. 74ca738 util: introduce safe_fclose() and port everything over to it by Lennart Poettering · 9 years ago
  36. 5725551 tree-wide: replace while(1) by for(;;) everywhere by Lennart Poettering · 9 years ago
  37. 1f6b411 tree-wide: update empty-if coccinelle script to cover empty-while and more by Lennart Poettering · 9 years ago
  38. 94c156c tree-wide: make use of log_error_errno() return value in more cases by Lennart Poettering · 9 years ago
  39. ece174c tree-wide: drop {} from one-line if blocks by Lennart Poettering · 9 years ago
  40. 76ef789 tree-wide: make use of log_error_errno() return value by Lennart Poettering · 9 years ago
  41. 3cc2aff tree-wide: don't do assignments within if checks by Lennart Poettering · 9 years ago
  42. 7f6e12b tree-wide: drop redundant if checks before safe_close() by Lennart Poettering · 9 years ago
  43. 66e4058 tree-wide: make more code use safe_close() by Lennart Poettering · 9 years ago
  44. a1e58e8 tree-wide: use coccinelle to patch a lot of code to use mfree() by Lennart Poettering · 9 years ago