summaryrefslogtreecommitdiff
path: root/programs/gvfs-mount.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Add g_drive_is_removable() supportOndrej Holy2016-05-201-0/+1
* gvfs-mount: Abort login if EOF is receivedRoss Lagerwall2015-01-211-3/+27
* gvfs-mount: Allow mounting as an anonymous userRoss Lagerwall2015-01-211-20/+56
* gvfs-mount: allow specifying G_MOUNT_UNMOUNT_FORCEOndrej Holy2014-10-131-2/+8
* gvfs-mount: Handle the ask-question signalRoss Lagerwall2014-05-101-0/+31
* Report gvfs version when --version is usedRoss Lagerwall2014-04-111-0/+8
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-12/+6
* Remove calls to g_type_init(), bump GLib required versionColin Walters2012-10-301-2/+0
* Add support for getting symbolic iconsWilliam Jon McCann2012-08-301-5/+32
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* programs: Return proper exit value when something failsTomas Bzatek2012-07-201-5/+22
* Reorder some optionsMatthias Clasen2012-06-291-1/+1
* Apply some love to the gvfs utilitiesMatthias Clasen2012-06-291-5/+26
* gvfs-mount: add new -e option to eject a mountDavid Zeuthen2012-05-151-0/+49
* Support get_sort_key() in out-of-process volume monitors and gvfs-mount(1)David Zeuthen2011-10-181-0/+13
* Add translation context. Reported by Jorge González. Fixes bug #592926.Kjartan Maraas2011-05-241-0/+1
* Add "default location" support for mountsChristian Kellner2009-11-261-1/+10
* Remove dead codeMatthias Clasen2009-09-111-2/+0
* Fix up various errors with i18n of programs/*.cAlexander Larsson2009-08-241-156/+157
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-2/+5
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-171-1/+15
* Make gvfs-mount print should_automount for GVolume objectsDavid Zeuthen2009-06-121-7/+8
* Implement --device option for gvfs-mount.David Zeuthen2009-02-261-1/+99
* Use the new support for shadow mounts instead ofAlexander Larsson2008-12-011-6/+246
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-291-7/+20
* Provide infrastructure for out of process volume monitors and port the halDavid Zeuthen2008-07-081-0/+22
* Unbreak the gphoto2 backend by allowing automounting.David Zeuthen2008-04-071-1/+35
* Add icon fallbacks for encrypted drives/media. (#525153)Christian Kellner2008-04-021-2/+39
* ANSIfication Same.Kjartan Maraas2008-03-071-2/+2
* don't mess up my terminal when entering passwordsBenjamin Otte2008-02-271-0/+3
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-2/+1
* Update for the new mount flag argument.Alexander Larsson2008-02-111-2/+2
* Remove debug spew.Alexander Larsson2008-01-241-3/+33
* Make g_mount_source_ask_password_async () public and addChristian Kellner2008-01-171-4/+40
* Fix crash if no mount in volume.Alexander Larsson2008-01-111-4/+7
* Handle error reply from list_mounts.Alexander Larsson2008-01-101-12/+196
* Add g_mount_source_get_operation() that lets you handle a remoteAlexander Larsson2008-01-091-4/+2
* Update to new unmount flag apiAlexander Larsson2007-12-201-1/+1
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-191-2/+49
* Update to new gio flag enum types/valuesAlexander Larsson2007-12-141-4/+4
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Update for g_mount_for_location to g_file_mount_enclosing_volume change.Alexander Larsson2007-12-131-2/+2
* Moved the gio tools from gio-standaloneAlexander Larsson2007-11-271-0/+207
* Split out gio into its own moduleAlexander Larsson2007-09-131-184/+0
* Rename g_file_get_for_XXX to g_file_new_for_XXXAlexander Larsson2007-09-131-1/+1
* Finish implementing daemon version of file_mount_mountableAlexander Larsson2007-09-131-4/+44
* Add cancellation to mount operationsAlexander Larsson2007-09-131-1/+1
* Convert g_file_read_async() to new async API modelAlexander Larsson2007-09-131-2/+2
* Update mounting APIsAlexander Larsson2007-09-131-5/+9
* Added manual mount operationAlexander Larsson2007-09-131-0/+140