Systemd/src/import
Zbigniew Jędrzejewski-Szmek 3dad3203ab importd: remove IN_SET to avoid ambiguity
clang warns:
../src/import/importd.c:254:70: warning: 'break' is bound to current loop, GCC binds it to the enclosing loop [-Wgcc-compat]
                while ((e < t->log_message + t->log_message_size) && IN_SET(*e, 0, '\n'))
                                                                     ^
Let's just play it safe and not use IN_SET here.
2017-11-01 23:09:05 +01:00
..
curl-util.c Fix missing space in comments (#5439) 2017-02-24 18:14:02 +01:00
curl-util.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
export-raw.c tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
export-raw.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
export-tar.c tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
export-tar.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
export.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
import-common.c tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
import-common.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
import-compress.c tree-wide: use !IN_SET(..) for a != b && a != c && … 2017-10-02 13:09:56 +02:00
import-compress.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
import-pubring.gpg import: add image verification using gpg 2015-01-21 04:03:54 +01:00
import-raw.c tree-wide: fix incorrect uses of %m 2017-05-13 15:42:26 -04:00
import-raw.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
import-tar.c tree-wide: fix incorrect uses of %m 2017-05-13 15:42:26 -04:00
import-tar.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
import.c import: don't log "fake" errno values 2016-07-22 21:25:09 -04:00
importd.c importd: remove IN_SET to avoid ambiguity 2017-11-01 23:09:05 +01:00
meson.build build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
org.freedesktop.import1.conf importd: drop dkr support 2015-12-10 16:54:41 +01:00
org.freedesktop.import1.policy.in importd: add API for exporting container/VM images 2015-03-09 18:02:23 +01:00
org.freedesktop.import1.service import: introduce new mini-daemon systemd-importd, and make machinectl a client to it 2015-01-22 04:02:07 +01:00
pull-common.c tree-wide: remove unused variables 2017-04-28 23:56:44 +02:00
pull-common.h importd: automatically download .roothash in addition to .nspawn for raw downloads 2016-12-21 19:09:31 +01:00
pull-job.c tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
pull-job.h importd: support SUSE style checksums (#5206) 2017-04-24 20:37:11 +02:00
pull-raw.c importd: log more information when renaming files 2017-06-26 20:32:40 +02:00
pull-raw.h importd: automatically download .roothash in addition to .nspawn for raw downloads 2016-12-21 19:09:31 +01:00
pull-tar.c importd: log more information when renaming files 2017-06-26 20:32:40 +02:00
pull-tar.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
pull.c importd: automatically download .roothash in addition to .nspawn for raw downloads 2016-12-21 19:09:31 +01:00
qcow2-util.c tree-wide: use IN_SET macro (#6977) 2017-10-04 16:01:32 +02:00
qcow2-util.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
test-qcow2.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00