systemd 237
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJabfPCAAoJELY7IYecNIWwXE4QAK5jtbrbbiIl3tjWV+SG81Kz
HvusDHPx2PSJbrJPQvCbcoCvDMwyksE8T5XxqbC7gH6u4aWLOHIbDLR4sJ1JONB9
bxhtdORVrZ1PDDewLicVfEI+bLJkKk/DOhvmZLQoELieGezuViN5CJeFHIsybP2D
JKSeUwvAji7u6j656Lf8fTWwzNZ3NYtGm67WqDVp6cRHQZljANPhF7UJy6uuSWoh
nfzjHI78Nn3Pkw8LM8oDrKHZLF011NCxZ+7xrGqcQWSKKwAU9zJaOu8HhRsqiMYh
H2Hy3j4guXbW38gweMi2dZz/+3D6jiL6w8gW89QkkE8fNCNqUSIa91sUKJrTbcT+
hZvVZMLUnXdsY6M7/AhLqc6G5/+UWUnJsImHCmxXK8tj5GhPO+SGJ1OIVNmSiXw1
PChZHGPGLCisjH95sYBxqsYY2Ns2aau9bqA0cxWby4nFxJwxeeNGndPh+gHBiTq/
G5RA3iQQXzxYrMa+28chDwggC71XWPTU3xmelJ/JbuY9Y/RzSvcJdxfiVBV4eIW/
+6yDL/4GfS0GEBgSFvYNXJ9yWH7skrLmLmVlBxZjyiY5wZ6jiu1MiRP8IBz3Ho2n
NCLxWe+aZ8Fzd4bgltnKwi47pB8BT5HkNeJQ2eM6Z0VkAeQS5NLv4sfouTYxOZVc
wX+CFCEe0fMWjOvEZ1jH
=Xsva
-----END PGP SIGNATURE-----
  1. db4a47e coccinelle: O_NDELAY → O_NONBLOCK by Lennart Poettering · 7 years ago
  2. 6b44a12 cocci: there's not ENOTSUP, there's only EOPNOTSUPP by Lennart Poettering · 7 years ago
  3. ad5d4b1 cocci: use strempty() at more places by Lennart Poettering · 7 years ago
  4. a45d712 tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can by Lennart Poettering · 7 years ago
  5. 7e985c6 coccinelle: beef up isempty() checks (#7729) by Lennart Poettering · 7 years ago
  6. f1d3406 tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#7645) by Lennart Poettering · 7 years ago
  7. 6731924 coccinelle: automatically rewrite memset() to zero() or memzero() where we can by Lennart Poettering · 7 years ago
  8. fbd0b64 tree-wide: make use of new STRLEN() macro everywhere (#7639) by Lennart Poettering · 7 years ago
  9. 234519a tree-wide: drop a few == NULL and != NULL comparison by Lennart Poettering · 7 years ago
  10. a8ea93a core: use empty_to_null() where we can by Lennart Poettering · 7 years ago
  11. 3708254 coccinelle: improve run-coccinelle.sh to take list of scripts to run by Lennart Poettering · 7 years ago
  12. 2d0bc68 coccinelle: add a run-coccinelle.sh script that runs all scripts by Lennart Poettering · 7 years ago
  13. a2d61f0 coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it found by Lennart Poettering · 7 years ago
  14. 7b943bb tree-wide: use strv_isempty() instead of strv_length() == 0 by Lennart Poettering · 7 years ago
  15. ec2ce0c tree-wide: use `!IN_SET(..)` for `a != b && a != c && …` by Andreas Rammhold · 7 years ago
  16. 3742095 tree-wide: use IN_SET where possible by Andreas Rammhold · 7 years ago
  17. 605405c tree-wide: drop NULL sentinel from strjoin by Zbigniew Jędrzejewski-Szmek · 8 years ago
  18. 3b31988 tree-wide: introduce free_and_replace helper by Zbigniew Jędrzejewski-Szmek · 8 years ago
  19. 6b430fd tree-wide: use mfree more by Zbigniew Jędrzejewski-Szmek · 8 years ago
  20. 8e38570 tree-wide: htonl() is weird, let's use htobe32() instead (#3538) by Lennart Poettering · 8 years ago
  21. 81d6210 tree-wide: remove useless NULLs from strjoina by Zbigniew Jędrzejewski-Szmek · 9 years ago
  22. d054f0a tree-wide: use xsprintf() where applicable by Daniel Mack · 9 years ago
  23. b3e3bb1 coccinelle: additional errno.cocci hunk by Michal Schmidt · 9 years ago
  24. 351825c coccinelle: errno.cocci improvements by Michal Schmidt · 9 years ago
  25. de89612 Add Coccinelle patch for strempty() usage by Daniel Mack · 9 years ago
  26. ed0d402 util: add safe_closedir() similar to safe_fclose() by Lennart Poettering · 9 years ago
  27. 525d3cc tree-wide: take benefit of the fact that hashmap_free() returns NULL by Lennart Poettering · 9 years ago
  28. 6796073 tree-wide: make use of the fact that strv_free() returns NULL by Lennart Poettering · 9 years ago
  29. 01da201 Merge pull request #1218 from poettering/safe-fclose by Daniel Mack · 9 years ago
  30. 74ca738 util: introduce safe_fclose() and port everything over to it by Lennart Poettering · 9 years ago
  31. 5725551 tree-wide: replace while(1) by for(;;) everywhere by Lennart Poettering · 9 years ago
  32. 1f6b411 tree-wide: update empty-if coccinelle script to cover empty-while and more by Lennart Poettering · 9 years ago
  33. 94c156c tree-wide: make use of log_error_errno() return value in more cases by Lennart Poettering · 9 years ago
  34. ece174c tree-wide: drop {} from one-line if blocks by Lennart Poettering · 9 years ago
  35. 76ef789 tree-wide: make use of log_error_errno() return value by Lennart Poettering · 9 years ago
  36. 3cc2aff tree-wide: don't do assignments within if checks by Lennart Poettering · 9 years ago
  37. 7f6e12b tree-wide: drop redundant if checks before safe_close() by Lennart Poettering · 9 years ago
  38. 66e4058 tree-wide: make more code use safe_close() by Lennart Poettering · 9 years ago
  39. a1e58e8 tree-wide: use coccinelle to patch a lot of code to use mfree() by Lennart Poettering · 9 years ago