summaryrefslogtreecommitdiff
path: root/gio/inotify
AgeCommit message (Expand)Author
2023-10-04Use g_once_init_{enter,leave}_pointer where appropriateAlex Richardson
2023-04-19gmodule: Define a gmodule include dependency and use it in gio modulesMarco Trevisan (Treviño)
2023-03-23inotify: Use IN_NONBLOCK to avoid a fcntl() syscall where possiblePhilip Withnall
2023-03-16Merge branch 'fix-monitor-root-directory-fail' into 'main'Philip Withnall
2023-02-06fix underspecified dependencies on generated headersEli Schwartz
2023-02-03inotify: Avoid empty root directory stringwangrong
2022-11-14gio: Use hidden symbol visibility in static librariesSimon McVittie
2022-10-13Do not define GIO_COMPILATION for executablesXavier Claessens
2021-07-26Port internal uses to use g_source_set_static_name()Philip Withnall
2021-06-03inotify: Fix a memory leakGaël Bonithon
2020-12-16Fix missing initializer warning in gio/inotify/inotify-kernel.c:ik_source_new()Emmanuel Fleury
2019-10-08inotify: Fix some enum comparisons to integersPhilip Withnall
2019-08-24minor typos in the documentation (a/an)Дилян Палаузов
2019-06-14Merge branch 'drop-g-disable-deprecated' into 'master'Philip Withnall
2019-06-04Include <sys/filio.h> for FIONREADMaya Rashish
2019-05-30build: Drop use of G_DISABLE_DEPRECATED from the build systemPhilip Withnall
2019-03-08gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall
2019-01-15build: Drop autotools supportPhilip Withnall
2018-07-09gio: Link inotify file monitor to GLib and GObjectPhilip Withnall
2018-04-18inotify: Further fixes for hard link monitoring supportPhilip Withnall
2018-04-18inotify: fix segfault on watching hard linksRyan Lortie
2018-03-28Initialize boolean variableEmmanuele Bassi
2018-02-21Remove HAVE_CONFIG_H defs and usesErnestas Kulik
2017-11-28inotify: Add missing commasPhilip Withnall
2017-11-28inotify: Don’t propagate unrecognised events to GLocalFileMonitorPhilip Withnall
2017-11-28inotify: Ignore IN_Q_OVERFLOW eventsPhilip Withnall
2017-08-03Consistently save errno immediately after the operation setting itPhilip Withnall
2017-07-13meson: Minor modernizationsPatrick Griffis
2017-07-13meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan
2017-07-13meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller
2017-05-29gio/inotify/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-01-04License headers: "the Gnome Library" -> "this library"Sébastien Wilmet
2015-08-20Remove unused filesMatthias Clasen
2015-08-20Add more directory monitoring testsMatthias Clasen
2015-08-19inotify: Fix handling of paired events for atomic replaceMatthias Clasen
2015-03-26inotify: fix move event matching accountingRyan Lortie
2015-03-20inotify: implement "boredom" algorithmRyan Lortie
2015-03-20inotify: send CHANGES_DONE when new files 'appear'Ryan Lortie
2015-03-20substantially rework file monitorsRyan Lortie
2015-03-20inotify: rewrite inotify-kernelRyan Lortie
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann
2014-02-14configure.ac: tweak inotify checkRyan Lortie
2014-01-31Updated FSF's addressDaniel Mustieles
2013-10-03inotify: stop using constructor()Ryan Lortie
2013-07-28Use GLIB_PRIVATE_CALL macroMatthias Clasen
2013-07-28inotify: don't assume mainloop is runningRyan Lortie
2013-06-02Remove some unused inotify codeMatthias Clasen
2013-05-31Rework the build system for a new tests approachRyan Lortie
2013-01-21inotify: fix a memleakCosimo Cecchi
2013-01-18Remove a few more G_GNUC_INTERNAL usersRyan Lortie