summaryrefslogtreecommitdiff
path: root/common/gmountspec.c
Commit message (Expand)AuthorAgeFilesLines
* common: Handle mount_prefix by g_mount_spec_setOndrej Holy2016-08-291-0/+7
* client: remove GVfsUriMountInfoGiovanni Campagna2014-01-201-9/+30
* Fix use of uninitialized valuesTomas Bzatek2012-12-071-1/+1
* gmountspec: Make sure to free the GVariantIterJasper St. Pierre2012-08-251-0/+2
* gdbus: Reword GVariant argumentsTomas Bzatek2012-07-311-5/+5
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-311-1/+3
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-78/+28
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Fix creating mount_spec from stringTomas Bzatek2009-10-081-1/+1
* Canonicalize mount prefix to prevent mountspec matching issuesTomas Bzatek2009-08-181-2/+2
* 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
* Patch from David ZeuthenAlexander Larsson2008-10-211-2/+105
* Plug a tiny memory leakMatthias Clasen2008-08-301-0/+1
* Don't allow setting a null parameter in mountspec (coming from broken backend)Tomas Bzatek2008-05-271-0/+3
* add g_return_if_fail here - I had SEGVs sometime later due to values beingBenjamin Otte2008-03-041-0/+3
* Fix memory leaks.Carlos Garcia Campos2008-03-041-1/+1
* Add shared path canonicalization: g_mount_spec_canonicalize_path()Alexander Larsson2008-01-311-0/+60
* Ensure that mount_prefix is never NULL. It should be "/" in that case.Alexander Larsson2008-01-181-1/+5
* Add new functionsAlexander Larsson2007-11-121-6/+23
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* 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-231-2/+7
* Don't pass the contained signature when creating a DBus struct. Since DBusSebastian Dröge2007-09-251-2/+2
* Add g_mount_spec_get_unique_forAlexander Larsson2007-09-131-0/+33
* Finish implementing daemon version of file_mount_mountableAlexander Larsson2007-09-131-3/+27
* Add g_mount_spec_equal and g_mount_spec_hashAlexander Larsson2007-09-131-0/+30
* Add g_mount_spec_copy and g_mount_spec_set_mount_prefixAlexander Larsson2007-09-131-0/+27
* Add g_mount_spec_set_with_lenAlexander Larsson2007-09-131-4/+19
* Make g_mount_spec_set handle setting an already set keyAlexander Larsson2007-09-131-0/+13
* More work on mounting. Automount of smb now works (test).Alexander Larsson2007-09-131-6/+14
* Add g_mount_spec_get_typeAlexander Larsson2007-09-131-0/+16
* Initial client side work for new mount trackerAlexander Larsson2007-09-131-7/+24
* Add type arg to g_mount_spec_newAlexander Larsson2007-09-131-2/+5
* Make GMountSpec refcountedAlexander Larsson2007-09-131-11/+21
* Add g_mount_spec_matchAlexander Larsson2007-09-131-19/+62
* Starting to work on actually registering the backends as mountedAlexander Larsson2007-09-131-0/+180