summaryrefslogtreecommitdiff
path: root/gio/gunixmounts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor common code into create_unix_mount_point ()Mario Sanchez Prada2016-07-261-55/+72
* Implemented _g_get_unix_mount_points() based on libmountMario Sanchez Prada2016-07-261-0/+116
* Refactor common code into create_unix_mount_entry ()Mario Sanchez Prada2016-07-261-54/+39
* Implemented _g_get_unix_mounts() based on libmountMario Sanchez Prada2016-07-261-12/+95
* Use libmount to find the path of the fstab fileMario Sanchez Prada2016-07-261-0/+7
* gio: Add filename type annotationsChristoph Reiter2016-06-041-5/+5
* gio: Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* Trivial: fix a comment typoMatthias Clasen2015-06-041-1/+1
* Make GUnixMountMonitor per-contextRyan Lortie2015-03-021-130/+131
* gunixmounts: move GUnixMountMonitor codeRyan Lortie2015-03-021-29/+27
* gunixmounts.c: add fold markersRyan Lortie2015-03-021-0/+30
* Deprecate g_unix_mount_monitor_set_rate_limit()Ryan Lortie2015-03-021-9/+9
* Rename g_unix_mount_monitor_new() to _get()Ryan Lortie2015-03-021-10/+31
* GUnixMounts: Improve efficiency in polling casePatrick Welche2014-08-271-27/+15
* GUnixMounts: Fall back to polling on systems without mtabPatrick Welche2014-08-191-14/+89
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-3/+3
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-1/+1
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-1/+1