summaryrefslogtreecommitdiff
path: root/programs/gvfs-mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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