summaryrefslogtreecommitdiff
path: root/gio/kqueue
Commit message (Expand)AuthorAgeFilesLines
* kqueue: Fix unlocked access to shared variablePhilip Withnall2020-11-201-2/+3
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-122-4/+4
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-102-3/+0
* kqueue: Do not return early from _kqsub_cancelTing-Wei Lan2019-11-271-5/+2
* Add NOTE_REVOKE to the list of the monitoring eventsAlex Samorukov2019-11-111-1/+1
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-242-4/+4
* build: Drop use of G_DISABLE_DEPRECATED from the build systemPhilip Withnall2019-05-301-1/+1
* build: Drop autotools supportPhilip Withnall2019-01-151-21/+0
* gio: Don't redefine GKqueueFileMonitorRyan Schmidt2018-08-311-2/+2
* Merge branch 'wip/lantw/freebsd-kqueue-complex' into 'master'Philip Withnall2018-06-194-76/+289
|\
| * kqueue: Use the worker context to schedule rescanning of missing filesTing-Wei Lan2018-06-171-1/+5
| * kqueue: Make it possible to pass file monitor testsTing-Wei Lan2018-06-174-75/+284
* | Merge branch 'wip/lantw/freebsd-meson-builds' into 'master'Philip Withnall2018-06-111-1/+1
|\ \
| * | kqueue: Make _ke_is_excluded staticTing-Wei Lan2018-06-071-1/+1
| |/
* | kqueue: Only fallback to polling on /media and /run/mediaTing-Wei Lan2018-06-071-1/+1
|/
* kqueue: Fix typo that breaks the build in previous commitXavier Claessens2018-05-181-1/+1
* kqueue: Fix -Wdeclaration-after-statement errorsXavier Claessens2018-05-181-19/+35
* kqueue/meson: add missing dependencyHavard Graff2018-05-031-0/+1
* Reorder operations in _kqsub_cancel() to prevent races.Martin Pieuchot2018-04-231-14/+14
* kqueue: Multiple fixes and simplificationsMartin Pieuchot2018-03-1316-1402/+363
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-211-1/+1
* kqueue: Fix invalid emission of G_FILE_MONITOR_EVENT_MOVED eventPhilip Withnall2017-11-281-1/+3
* meson: Minor modernizationsPatrick Griffis2017-07-131-1/+2
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-1/+3
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-131-0/+15
* gio: Always purge kqueue subs from missing listSteven McDonald2017-03-091-10/+5
* kqueue: add a bit of extra paranoia on cancelRyan Lortie2015-06-051-1/+4
* kqueue backend: port to new GLocalFileMonitor APIRyan Lortie2015-03-209-442/+49
* docs: fix up docs issues in gio/Xavier Claessens2015-02-052-3/+3
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-6/+6
* kqueue: Don't use doc commentsMatthias Clasen2014-02-011-20/+14
* kqueue: fix a potential deadlockAntoine Jacoutot2013-12-261-0/+1
* Rework the build system for a new tests approachRyan Lortie2013-05-311-4/+2
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-212-4/+4
* Fix visibility for glib/ and gio/ submodulesRyan Lortie2013-01-181-0/+1
* kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuseRyan Lortie2013-01-133-6/+4
* gio-kqueue: use O_EVTONLY on MacOSAntoine Jacoutot2012-11-172-0/+9
* GFileMonitor: Add kqueue(3) support to GIOAntoine Jacoutot2012-11-1519-0/+2879