summaryrefslogtreecommitdiff
path: root/common/gmountsource.c
Commit message (Expand)AuthorAgeFilesLines
* gmountsource: Fix deadlocks in synchronous APIwip/oholy/gmountsource-deadlockOndrej Holy2019-04-091-39/+29
* client: Use g_cond_wait in a loopOndrej Holy2017-05-231-5/+8
* gmountsource: Return "aborted" flag consistentlyOndrej Holy2016-11-011-2/+2
* common: Port GMountSource to GTaskOndrej Holy2016-11-011-101/+96
* common: Increase mount timeout to 30 minutesRoss Lagerwall2015-03-111-4/+5
* gmountsource: Always use NULL-terminated arraysTomas Bzatek2012-09-041-8/+0
* mount-op: adapt to guint64->gint64 API changeCosimo Cecchi2012-08-211-4/+4
* gdbus: Remove debug printsTomas Bzatek2012-07-311-8/+0
* gdbus: More errors to stripTomas Bzatek2012-07-311-0/+3
* gdbus: Properly suffix functions doing sync proxy creationTomas Bzatek2012-07-311-8/+9
* gdbus: Reword GVariant argumentsTomas Bzatek2012-07-311-2/+2
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-311-1/+1
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-242/+234
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* common: add support show-unmount-progress signal to GMountOperationDBusCosimo Cecchi2012-07-131-0/+61
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-0/+6
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-32/+28
* mountsource: Fix leaks of GSimpleAsyncResultCarl-Anton Ingmarsson2011-08-221-0/+3
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-4/+250
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-171-4/+2
* Bug 575728 – crash in Open Folder: mountin a crypto volumeAlexander Larsson2009-03-181-1/+35
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-231-25/+0
* Always set password to non-NULL, but keep user/domain as NULL if notAlexander Larsson2008-03-051-3/+4
* Work around problems with type registering when the common code is used inAlexander Larsson2008-03-041-0/+25
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-39/+42
* Treat DBus output paramaters that contain "" as NULL. It fixes the sftpCarlos Garcia Campos2008-03-021-3/+3
* Set out parameters for questions, too.Benjamin Otte2008-02-271-5/+5
* Set out parameters even in error case.Benjamin Otte2008-02-271-5/+5
* make errors say "Internal Error" instead of failingBenjamin Otte2008-02-261-4/+6
* Add ask_question supportAlexander Larsson2008-02-201-9/+228
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-4/+1
* Detect gnome-keyringAlexander Larsson2008-02-181-8/+23
* Make g_mount_source_ask_password_async () public and addChristian Kellner2008-01-171-81/+180
* Add g_mount_source_get_operation() that lets you handle a remoteAlexander Larsson2008-01-091-29/+157
* Update to new gio flag enum types/valuesAlexander Larsson2007-12-141-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-161-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Increase password dialog timeout to 30 minutesAlexander Larsson2007-10-241-2/+3
* Allow NULL pointers for some out argumentsAlexander Larsson2007-09-131-7/+14
* Add defines for GMountOperation dbus opsAlexander Larsson2007-09-131-1/+1
* Update gvfs mounting to the new APIsAlexander Larsson2007-09-131-262/+16
* Remove G_IO_ERROR_INTERNAL_ERROR and replace with FAILED or more specific errorsAlexander Larsson2007-09-131-1/+1
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Initial work on allowing manual mountsAlexander Larsson2007-09-131-1/+16
* Added manual mount operationAlexander Larsson2007-09-131-0/+453