summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add "default location" support for mountsChristian Kellner2009-11-262-2/+13
* [common] Loading icon and title on Blu-ray video discsBastien Nocera2009-11-093-3/+264
* Fix creating mount_spec from stringTomas Bzatek2009-10-081-1/+1
* Fix a ref leakMatthias Clasen2009-09-111-0/+1
* Avoid deadlock when pulling resolved dns-sd record from cacheTomas Bzatek2009-08-181-2/+11
* Canonicalize mount prefix to prevent mountspec matching issuesTomas Bzatek2009-08-181-2/+2
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-084-4/+366
* Implement a dbus based metadata get callAlexander Larsson2009-06-251-0/+1
* Remove spew from gmountspec changesAlexander Larsson2009-06-251-1/+0
* Make g_mount_spec_to_string generate a "nicer" stringAlexander Larsson2009-06-251-26/+38
* Fix up GFileInfo marshallingAlexander Larsson2009-06-251-3/+6
* (de)marshal the attribute status in GFileInfoAlexander Larsson2009-06-253-7/+25
* Support (de)marshalling of new GFileInfo keys (invalid & stringv)Alexander Larsson2009-06-252-9/+99
* Add gvfsd-metadata update daemonAlexander Larsson2009-06-231-0/+8
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-173-15/+5
* Use new race-free cancellable signal connect APIs (#572844)Alexander Larsson2009-05-151-5/+4
* Bug 575728 – crash in Open Folder: mountin a crypto volumeAlexander Larsson2009-03-183-1/+49
* Updated .xdg-volume-info format as per bug 551403: + Group name is "VolumeAlexander Larsson2009-03-051-11/+36
* Bug 564003 – gvfs Cygwin patchesAlexander Larsson2009-03-051-0/+3
* Bug 551403 – Support Reading Volume Icon/Name Information fromDavid Zeuthen2009-03-023-0/+765
* Bug 569712 – Write comments for translators!Alexander Larsson2009-03-021-9/+9
* Bug 569712 – Write comments for translators!Alexander Larsson2009-03-021-0/+16
* Remove unused functions. Pointed out by Tommi Rantala.Alexander Larsson2009-03-022-63/+0
* 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