summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobqueryinforead.c
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-1/+1
| | | | | | | | | GVfs uses different forms of "Operation not supported" string, e.g. "Operation unsupported", "Operation not supported by backend". Let's use "Operation not supported" consistently as this is also used in GLib. https://gitlab.gnome.org/GNOME/gvfs/issues/170
* job: Add missing send_reply debug messagesOndrej Holy2018-03-201-1/+4
| | | | | | | GVfsJobQueryInfoRead and GVfsJobQueryInfoWrite doesn't print debug info in send_reply as other jobs. Let's add the missing debug messages. https://bugzilla.gnome.org/show_bug.cgi?id=794487
* job: Honor attribute mask in query infoOndrej Holy2016-02-091-1/+4
| | | | | | | | | Unwanted attributes are sent from some backends (e.g. ftp), because g_file_info_copy_info is used and thus source attribute matcher is replaced. Apply attribute mask before sending as it is done in gvfsjobeneumerate to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=745212
* 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>
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-0/+144
2009-02-27 Alexander Larsson <alexl@redhat.com> * common/Makefile.am: * common/gvfsfileinfo.[ch]: Add (de)marshalling functions for GFileInfos. * common/gvfsdaemonprotocol.h: Add protocol extensions for query info over streams * client/gdaemonfileinputstream.c: Support sync query_info. * daemon/Makefile.am: * daemon/gvfsjobqueryinforead.[ch]: * daemon/gvfsbackend.h: Added query info job and backend call for input streams * daemon/gvfsbackendtest.c: Implement query_info_on_read * daemon/gvfschannel.[ch]: Add g_vfs_channel_send_info * daemon/gvfsreadchannel.c: (read_channel_handle_request): Handle query info * test/Makefile.am: * test/test-query-info-stream.c: Add test for stream query info. svn path=/trunk/; revision=2257