glib/gio/inotify
Philip Withnall 56c013cb6e inotify: Use IN_NONBLOCK to avoid a fcntl() syscall where possible
The `inotify_init1()` API has supported this flag for a long time
(possibly since it was first introduced, although I haven’t bothered
doing the archaeology).

This saves a syscall when first connecting to inotify.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2023-03-23 14:11:36 +00:00
..
ginotifyfilemonitor.c gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERT 2019-03-08 19:46:21 +00:00
ginotifyfilemonitor.h gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-helper.c inotify: Fix some enum comparisons to integers 2019-10-08 13:49:40 +01:00
inotify-helper.h gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-kernel.c inotify: Use IN_NONBLOCK to avoid a fcntl() syscall where possible 2023-03-23 14:11:36 +00:00
inotify-kernel.h gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-missing.c gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-missing.h gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-path.c inotify: Fix a memory leak 2021-06-03 19:04:48 +02:00
inotify-path.h gio/inotify/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify-sub.c inotify: Avoid empty root directory string 2023-02-03 08:38:51 +00:00
inotify-sub.h inotify: fix segfault on watching hard links 2018-04-18 15:09:44 +01:00
meson.build fix underspecified dependencies on generated headers 2023-02-06 23:00:04 -05:00