summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* gvfsiconloadable: Duplicate caller's errorOndrej Holy2016-12-121-1/+1
* test: Add test case for Bug 772849Ondrej Holy2016-12-121-0/+1
* client: Escape ":[]" chars in host if it is not IPv6Ondrej Holy2016-12-121-6/+14
* gdaemonfile: Pass GFileCreateFlags in write operationsOndrej Holy2016-12-121-0/+1
* gdaemonfile: Remove dead codeOndrej Holy2016-12-121-5/+0
* client: Use sync methods instead of flushing dbusOndrej Holy2016-11-241-21/+11
* client: Port GDaemonFileInputStream to GTaskOndrej Holy2016-11-181-202/+95
* client: Port GVfsIconLoadable to GTaskOndrej Holy2016-11-011-64/+56
* client: Port GDaemonMount to GTaskOndrej Holy2016-11-011-50/+65
* Use Unicode in translatable stringsPiotr Drąg2016-10-033-10/+10
* fuse: Add GVFS_DEBUG_FUSE to enable debug outputOndrej Holy2016-05-252-87/+75
* Always add mount prefix in cached fuse pathsJens Georg2016-05-201-34/+29
* fuse: Ignore signals during exit procedureOndrej Holy2016-03-111-1/+47
* fuse: Avoid crashes when exitingOndrej Holy2016-03-111-9/+9
* fuse: Do not unref result of g_vfs_get_defaultOndrej Holy2016-03-071-1/+0
* fuse: Print file flags in vfs_write when debuggingOndrej Holy2016-01-051-0/+1
* Accept XDG_RUNTIME_DIR/bus as a valid D-Bus session/user busSimon McVittie2015-10-261-1/+2
* file monitor: Fix invalid readOndrej Holy2015-10-141-8/+4
* client: Use g_warning if proxy creation failedOndrej Holy2015-10-021-4/+7
* file monitor: Construct synchronouslyAlexander Larsson2015-09-301-83/+58
* gdaemonfile: fix typo from last commitCarlos Soriano2015-08-181-1/+1
* gdaemonfile: check for the correct cancellableCarlos Soriano2015-08-181-1/+1
* client: Suppress errors if daemon part is missingOndrej Holy2015-06-081-7/+3
* metadata: Get tree from udev via dbusOndrej Holy2015-06-013-40/+14
* client: Always set path[12]_out in create_proxy_for_file2Ross Lagerwall2015-05-201-7/+7
* metadata: remove unused dbus unset apiOndrej Holy2015-04-101-1/+1
* Don't return NULL from g_daemon_file_query_writable_namespaces()Christophe Fergeau2015-04-101-1/+4
* Rework code flow in g_daemon_file_query_writable_namespaces()Christophe Fergeau2015-04-101-15/+11
* Return proper type from g_daemon_file_monitor_{dir,file}Christophe Fergeau2015-04-101-2/+2
* Fix 'path[12]_out' leak in file_transfer()Christophe Fergeau2015-04-101-0/+2
* Always set 'path2_out' value in create_proxy_for_file2Christophe Fergeau2015-04-101-2/+7
* common: Increase mount timeout to 30 minutesRoss Lagerwall2015-03-111-1/+2
* Remove obsolte obexftp codeOndrej Holy2015-03-041-2/+0
* client: Strip remote dbus error when setting metadata failsRoss Lagerwall2015-01-061-0/+2
* metadata: don't crash if meta_tree_init failsOndrej Holy2015-01-062-67/+90
* client: Use the correct serial with file transfer cancellationRoss Lagerwall2014-11-183-6/+23
* client: Replace deprecated g_memmoveRoss Lagerwall2014-11-041-7/+1
* client: Fix up error handling in find_enclosing_mountRoss Lagerwall2014-11-041-7/+6
* client: Remove inconsistencies between async and sync variantsDebarshi Ray2014-10-291-1/+11
* client: Always set an error if we don't have a mountDebarshi Ray2014-10-291-0/+6
* fuse: Pass the correct flags when reopening output streamRoss Lagerwall2014-10-261-2/+2
* fuse: Close stream on release rather than flushRoss Lagerwall2014-10-261-44/+4
* fuse: Track the size of open files properlyRoss Lagerwall2014-10-261-4/+24
* fuse: Don't g_file_append_to unless O_APPEND is givenRoss Lagerwall2014-10-261-5/+12
* fuse: Truncate stream rather than path if possibleRoss Lagerwall2014-10-261-67/+82
* fuse: Use query_info_on_{read,write} if a stream is openRoss Lagerwall2014-10-261-61/+119
* client: Don't guard against g_object_new returning NULLDebarshi Ray2014-10-241-8/+3
* client: Check for G_FILE_COPY_NO_FALLBACK_FOR_MOVE when push/pullingRoss Lagerwall2014-10-171-0/+8
* client: increase dbus proxy timeout for unmountOndrej Holy2014-09-291-0/+3
* fuse: Don't map EISDIR to EXDEV when renamingRoss Lagerwall2014-08-091-6/+0