summaryrefslogtreecommitdiff
path: root/gio/gunixmounts.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-03GUnixMountPoint: expose optionsDavid Zeuthen1-0/+28
2011-09-29GUnixFileMonitor: Clean up /proc/mounts monitoringDavid Zeuthen1-18/+27
2011-09-29GUnixFileMonitor: Use /proc/mounts for monitoring mount changesDavid Zeuthen1-5/+48
2011-09-21gunixmounts: exempt entries with "none" mountpointRyan Lortie1-2/+4
2011-09-20gunixmounts: Fix compilation on BSDAntoine Jacoutot1-0/+1
2011-09-04Avoid getmntinfoPatrick Welche1-18/+36
2011-08-12In addition to /media and $HOME, also show mounts in $XDG_USER_DIRDavid Zeuthen1-2/+6
2011-07-20Add some blacklisted mount directoriesRyan Lortie1-0/+7
2011-07-18Avoid failing arguments to statfs() test on systems which use statvfs.Patrick Welche1-3/+29
2011-06-04Fix links in gio docsMatthias Clasen1-1/+1
2011-01-07Fix and update GI annotations for 'Volumes and Drives'Pavel Holejsovsky1-9/+11
2010-11-16GIO: Hide mounts having a path element starting with dotTomas Bzatek1-0/+4
2010-09-24Add a lot of missing annotationsJohan Dahlin1-3/+3
2010-09-24[introspection] Move over annotationsJohan Dahlin1-2/+2
2010-07-08Be a bit more picky when deciding if mounts are internalMatthias Clasen1-4/+5
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-15Correct some documentation mistakes in gunixmounts.cMatthias Clasen1-13/+13
2010-05-08Doc improvementsMatthias Clasen1-4/+4
2009-02-25Bug 570073 – Add support for reading filesystems on InterixAlexander Larsson1-0/+65
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2009-01-19Some cleanupsMatthias Clasen1-107/+119
2008-12-31Add notes about being UNIX-specificMatthias Clasen1-1/+4
2008-12-12fix leak that occurs when multiple mount entries match the requested pathRyan Lortie1-1/+1
2008-12-08Hide ecryptfs mounts, so that the desktop does not show both the mount andMatthias Clasen1-0/+1
2008-12-08Use g_access() to check accessibility of local devices. Patch by MartinMatthias Clasen1-1/+11
2008-08-15Add zfs to ignore_fs array in guess_system_internal: Fix for #542156.Padraig O'Briain1-0/+1
2008-08-11gfilenamecompleter.c glocaldirectorymonitor.c gmountoperation.cSven Neumann1-2/+2
2008-07-21doc fixesMatthias Clasen1-0/+2
2008-07-15Use g_strcmp0 instead of rolling our ownMatthias Clasen1-19/+6
2008-07-02Fix a doc typoMatthias Clasen1-3/+3
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer1-3/+2
2008-04-28Avoid displaying mounts in a subdirectory not accessible to the userDavid Zeuthen1-1/+18
2008-04-04Don't list the user directory as a mount, fix potential issue when otherSebastien Bacher1-4/+1
2008-03-19consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (Closes: #523338)Sebastien Bacher1-1/+2
2008-03-14Add g_unix_mount_monitor_set_rate_limit() function (#521946)David Zeuthen1-1/+28
2008-03-14Avoid redudant tests (#521851) Patch from Josselin MouetteAlexander Larsson1-19/+2
2008-03-06Fix sparse warnings (#519489)Alexander Larsson1-1/+0
2008-02-25Remove type guessing, instead just display mounts in /media and in ~/.Alexander Larsson1-15/+17
2008-02-10Consistently use getmntent_r() and fall back to getmntent(). (#515492)Matthias Clasen1-6/+38
2008-01-16Corrected some typos in the documentation: occured -> occurred. its ->Murray Cumming1-1/+1
2008-01-14Add GError to file monitor callsAlexander Larsson1-2/+2
2008-01-10add rpc_pipefs to systemfs list (#508309).Frederic Crozat1-0/+1
2008-01-09Add g_unix_mount_guess_should_display and use for unix volume monitorAlexander Larsson1-0/+34
2008-01-09Add g_themed_icon_new_with_default_fallbacksAlexander Larsson1-2/+2
2008-01-03Add /usr/local to list of internal mountpointsAlexander Larsson1-0/+1
2007-12-30More doc updatesMatthias Clasen1-0/+16
2007-12-18Fix up includes in section docsMatthias Clasen1-0/+1
2007-12-17Namespace waste reduction, move some g_get_unix_mount functions to theMatthias Clasen1-8/+8
2007-12-17Add missing #ifdef fixing OSX build. (#503334, patch from Richard Hult)Alexander Larsson1-0/+2