summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-274-0/+322
* Dup string to avoid double free later.Alexander Larsson2009-01-291-1/+1
* use glib where it is requiredSebastien Bacher2009-01-201-1/+2
* Bug 562955 – parallel build doesn't workRyan Lortie2008-12-201-1/+1
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-012-6/+20
* Added. Added. Added. Added.Alexander Larsson2008-12-015-0/+1723
* Patch from David ZeuthenAlexander Larsson2008-10-216-3/+465
* Require glib 2.19.1 for GIcon serialization supportAlexander Larsson2008-10-211-88/+27
* Fix uninitialized memory read.Alexander Larsson2008-10-171-0/+1
* Reverse map fuse paths to gvfs uris in g_file_new_for_path().Alexander Larsson2008-09-261-0/+1
* Free returned strv with g_strfreev, not dbus_free_string_array. (#529596)Alexander Larsson2008-09-251-1/+1
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-233-57/+2
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-011-1/+2
* Plug a tiny memory leakMatthias Clasen2008-08-301-0/+1
* Plug some leaks on error pathsMatthias Clasen2008-08-252-0/+3
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-022-7/+7
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-292-0/+6
* Don't allow setting a null parameter in mountspec (coming from broken backend)Tomas Bzatek2008-05-271-0/+3
* Only free lock if it is non-NULL. Pointed out by Denis Leroy.Matthias Clasen2008-04-141-1/+2
* OpenBSB portability fixes. Patch from Jasper Lievisse AdriaanseAlexander Larsson2008-03-111-8/+11
* Include <sys/types.h> also (#520307)Alexander Larsson2008-03-061-0/+3
* Include sys/uio.h if availible (#520307)Alexander Larsson2008-03-061-0/+3
* Always set password to non-NULL, but keep user/domain as NULL if notAlexander Larsson2008-03-051-3/+4
* add g_return_if_fail here - I had SEGVs sometime later due to values beingBenjamin Otte2008-03-041-0/+3
* 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