summaryrefslogtreecommitdiff
path: root/daemon/gvfsdaemonutils.h
Commit message (Collapse)AuthorAgeFilesLines
* google: Report progress for file transfers from local filesystemOndrej Holy2020-12-011-0/+9
| | | | | | | | | Google backend doesn't report progress from push job. As a consequence, Nautilus shows wierd time estimations when moving/copying file from local filesystem. Let's add custom splice function and report progress from it. Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/463
* build: Make GCR optionalRoss Lagerwall2015-06-171-2/+0
| | | | | | | | Make using GCR optional by compiling with --disable-gcr. This makes gvfs strict when checking SSL certificates, so don't silently disable it if the library is not found, only disable it if --disable-gcr is given. https://bugzilla.gnome.org/show_bug.cgi?id=750706
* daemon: Add function to confirm certificateRoss Lagerwall2015-04-091-0/+7
| | | | | | | | | | | | Add a utility function to present a certificate to the user during a mount to confirm whether to continue or not. This adds a dependency on Gcr, to parse information from the certificate. Based on a patch by Ondrej Holy. https://bugzilla.gnome.org/show_bug.cgi?id=526582
* daemon: Move seek type conversion to shared libraryRoss Lagerwall2015-02-091-0/+2
| | | | | | | Since converting a GSeekType into an lseek type is repeated in a few places, move it into shared code. https://bugzilla.gnome.org/show_bug.cgi?id=738967
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-7/+0
| | | | | | | | | | | Port of most of the gvfs core, few bits still missing. Lot of debug prints around, will be removed in further commits. Same amount of TODOs and FIXMEs. Notes: * kill serials? * get rid of mainloops where applicable (copy/move progress callback, enumerator) * fix keyring integration * use gdbus builtin fd passing within gvfsdaemon.c, kill the extra_fd stuff
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Rename gvfs_file_info_populate_names() toAlexander Larsson2008-02-291-8/+8
| | | | | | | | | | | | | 2008-02-29 Alexander Larsson <alexl@redhat.com> * daemon/gvfsdaemonutils.[ch]: Rename gvfs_file_info_populate_names() to gvfs_file_info_populate_names_as_local() and add docs explaining when to use this function and when not to. svn path=/trunk/; revision=1449
* add functions that are supposed to set default values on a remote fileBenjamin Otte2008-02-281-0/+9
| | | | | | | | | | | | | | | | | | | 2008-02-28 Benjamin Otte <otte@gnome.org> * daemon/gvfsdaemonutils.c: (gvfs_file_info_populate_default), (gvfs_file_info_populate_names), (gvfs_file_info_populate_content_types): * daemon/gvfsdaemonutils.h: add functions that are supposed to set default values on a remote file info structure, so we don't duplicate the code across multiple backends. * daemon/gvfsbackendftp.c: (ftp_error_set_from_response), (ftp_connection_new), (file_info_get_flags), (file_info_query): use it. svn path=/trunk/; revision=1425
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
| | | | | | | | | | | | 2007-11-01 Christian Kellner <gicmo@gnome.org> * client/*.[ch]: * common/*.[ch]: * daemon/*.[ch]: * test/*.[ch]: Add copyright information to source files. svn path=/trunk/; revision=1007
* Move code shared between client and daemon to common directoryAlexander Larsson2007-09-131-6/+0
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1169730469 +0100 svn path=/trunk/; revision=263
* Implement get_infoAlexander Larsson2007-09-131-1/+2
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1168620303 +0100 svn path=/trunk/; revision=234
* Further work on new dbus modelAlexander Larsson2007-09-131-1/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165831898 +0100 svn path=/trunk/; revision=221
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-12/+14
| | | | | | | | Daemon side only. Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165492556 +0100 svn path=/trunk/; revision=219
* Allow multiple backend in one daemonAlexander Larsson2007-09-131-0/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1164972080 +0100 svn path=/trunk/; revision=207
* Handle seq_nrAlexander Larsson2007-09-131-0/+1
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1163513123 +0100 svn path=/trunk/; revision=148
* Add utility function to create error replyAlexander Larsson2007-09-131-8/+10
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161871762 +0200 svn path=/trunk/; revision=136
* More work on daemon scheduling etcAlexander Larsson2007-09-131-1/+6
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161615951 +0200 svn path=/trunk/; revision=119
* Add some daemon side dbus utilsAlexander Larsson2007-09-131-0/+15
Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161263040 +0200 svn path=/trunk/; revision=111