summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Work around problems with type registering when the common code is used inAlexander Larsson2008-03-042-0/+51
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-042-39/+44
* Fix memory leaks.Carlos Garcia Campos2008-03-041-1/+1
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-033-11/+50
* Treat DBus output paramaters that contain "" as NULL. It fixes the sftpCarlos Garcia Campos2008-03-021-3/+3
* use the right names for dbus version macrosBenjamin Otte2008-02-291-1/+1
* 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
* Only use dbus_watch_get_unix_fd for dbus >= 1.1.1Alexander Larsson2008-02-251-2/+8
* Unlock lock if returning early.Alexander Larsson2008-02-221-7/+18
* Add ask_question supportAlexander Larsson2008-02-202-9/+247
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-194-8/+4
* Detect gnome-keyringAlexander Larsson2008-02-182-10/+27
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-112-6/+10
* Fix up indentation Don't unref file from g_file_icon_get_file().Alexander Larsson2008-02-081-25/+24
* Remove SEEK_CUR from channel protocol. This doesn't work with readahead,Alexander Larsson2008-02-041-3/+2
* Add shared path canonicalization: g_mount_spec_canonicalize_path()Alexander Larsson2008-01-312-0/+62
* Fix warningsAlexander Larsson2008-01-211-1/+0
* Do the initial mount tracker call sync so that the volume monitor isAlexander Larsson2008-01-211-20/+9
* Ensure that mount_prefix is never NULL. It should be "/" in that case.Alexander Larsson2008-01-181-1/+5
* Make g_mount_source_ask_password_async () public and addChristian Kellner2008-01-172-81/+197
* Add upload operation (requires latest glib)Alexander Larsson2008-01-171-0/+1
* Implement unmount_mountable and eject_mountable on client side.Alexander Larsson2008-01-112-2/+2
* Handle error reply from list_mounts.Alexander Larsson2008-01-101-10/+17
* Add g_mount_source_get_operation() that lets you handle a remoteAlexander Larsson2008-01-093-45/+170
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-192-3/+6
* Update for gio API changes (removal of GFileAttributeValue).Alexander Larsson2007-12-142-41/+96
* Update to new gio flag enum types/valuesAlexander Larsson2007-12-142-2/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-149-11/+9
* Code cleanups from Kjartan Maraas.Alexander Larsson2007-11-162-2/+2
* Add unmount operation and unregister mount mounttracker callAlexander Larsson2007-11-141-0/+2
* Handle NULL callback in _g_dbus_connection_call_asyncAlexander Larsson2007-11-141-3/+8
* Make sure we somewhat cleanly handle the various dbus daemons going down.Alexander Larsson2007-11-141-0/+3
* Add required includes for solaris Patch from Damien CarberyAlexander Larsson2007-11-131-0/+2
* Add new functionsAlexander Larsson2007-11-127-488/+31
* Ansi C fixes from Jens GranseuerAlexander Larsson2007-11-071-1/+1
* Remove use of old giotypes.h headerAlexander Larsson2007-11-062-1/+3
* use the correct gmountoperationdbus.h namingSebastien Bacher2007-11-021-1/+1
* Add copyright information to source files.Christian Kellner2007-11-0117-0/+374
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-312-21/+75
* Handle threads not being initializedAlexander Larsson2007-10-301-7/+14
* Add registerFuse callAlexander Larsson2007-10-262-1/+7
* Make to_uri_scheme return const string.Alexander Larsson2007-10-252-3/+3
* Increase password dialog timeout to 30 minutesAlexander Larsson2007-10-241-2/+3
* Actually assign the mount_prefix in the GMountSpecAlexander Larsson2007-10-241-1/+1
* Ensure GDaemonFile mount specs are actually unique. When a non-uniqueAlexander Larsson2007-10-232-2/+8
* Update to use the gurifuncs.h from gio. Fix filename parsing to handle ~/xAlexander Larsson2007-10-222-178/+6
* Add user_visible to mount info Reorder args so that new stuff comes at theAlexander Larsson2007-10-192-2/+6
* Implement using DEFINE_DYNAMIC_TYPE Actually register GDaemonVolumeMonitorAlexander Larsson2007-10-191-4/+6