summaryrefslogtreecommitdiff
path: root/gio/gunixmounts.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Add cache to g_unix_mount_points_get()rim2022-02-161-2/+29
* gunixmounts: Drop references to pamconsole mount optionPhilip Withnall2021-10-211-3/+0
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-1/+1
* gunixmounts: Document when g_unix_mount_at() returns NULLPhilip Withnall2021-06-091-0/+2
* gunixmounts: Document NULL return value for g_unix_mount_for()Philip Withnall2021-06-091-0/+3
* Add nullable annotations in GUnixMountEntrySophie Herold2021-04-181-2/+2
* gunixmounts: Add stubs for QNXs13412021-01-191-0/+25
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* gunixmounts: Add g_unix_mount_point_atOndrej Holy2020-08-051-0/+46
* glocalfile: Remove redundant private headerOndrej Holy2020-06-181-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gunixmounts: Remove pending sources when finalizingOndrej Holy2020-02-181-0/+6
* gunixmounts: Prevent race when mtab file changedOndrej Holy2020-02-181-1/+13
* gunixmounts: Prevent invalid time_read timestampsOndrej Holy2020-02-181-0/+1
* gunixmounts: Make GUnixMountMonitor thread-safeOndrej Holy2020-02-181-5/+31
* build: no --export-dynamic ldflags for SolarisAlan Coopersmith2019-10-041-1/+1
* gunixmounts: Handle Solaris name of mnt_mntopts in place of mnt_optsAlan Coopersmith2019-10-041-0/+3
* gio: ensure default va_marshaller is usedChristian Hergert2019-06-171-2/+2
* gunixmounts: Return the last matching mount for same mount pathOndrej Holy2019-03-221-2/+13
* gunixmounts: Don't treat ZFS as a system internal fsAntónio Fernandes2018-11-261-1/+0
* gunixmounts: Mark mounts as system internal instead of filtering outOndrej Holy2018-10-231-4/+29
* gio: Add g_unix_mount_get_root_pathOndrej Holy2018-10-231-1/+38
* gunixmounts: Stop considering cifs/nfs as system file systemsPhilip Withnall2018-06-201-4/+0
* gio: Add g_unix_mount_get_optionsOndrej Holy2018-05-161-0/+37
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-3/+3
* gunixmounts: Allow root to display mounts under /run/media/$usernamePhilip Withnall2018-03-131-7/+18
* build: Drop fallback checks for libmount versions without pkg-configPhilip Withnall2018-02-131-1/+1
* gunixmounts: Skip accumulated events from file monitorOndrej Holy2018-01-301-1/+18
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-1/+1
* Build with old libmount tooColin Walters2017-11-011-2/+2
* gio: Add API for identifying system FS types and device pathsPhilip Withnall2017-10-261-9/+62
* gunixmounts: Update list of virtual file systems to ignorePhilip Withnall2017-10-131-2/+28
* Fix variable-scoping to avoid declaring on platforms where not usedDaniel Macks2017-10-111-2/+7
* gunixmounts: Fix mount points generationOndrej Holy2017-10-021-1/+1
* gio/gunixmounts.c: Don't use mtime to monitor mounts on /proc/Nelson Benítez León2017-09-221-4/+29
* gunixmounts: Add missing const qualifier for mtab pathOndrej Holy2017-08-031-10/+10
* gunixmounts: Prevent "mounts-changed" race if /etc/mtab is usedOndrej Holy2017-08-031-1/+9
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gunixmounts: Prevent unwanted automount requestsOndrej Holy2017-05-091-3/+0
* gunixmounts: Speed up mtab processing with libmountOndrej Holy2017-05-091-10/+6
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* Make GUnixMountEntry and GUnixMountPoint boxed typesChristoph Reiter2017-03-281-6/+68
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* gunixmounts: Fix crash if path doesn't existOndrej Holy2016-11-221-2/+5
* gunixmounts: Add g_unix_mount_for() supportOndrej Holy2016-10-121-0/+35
* gunixmounts: Fix /proc/self/mountinfo monitoringOndrej Holy2016-09-291-4/+4
* gunixmounts: Ensure that libmount's context gets freed on early returnsMario Sanchez Prada2016-07-281-4/+6
* gunixmounts: Do not leak libmount tables in _g_get_unix_mounts()Mario Sanchez Prada2016-07-281-5/+1
* Monitor /proc/self/mountinfo when using libmountMario Sanchez Prada2016-07-261-4/+28