summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* smb: Ignore read-only attribute for directoriesAndreas Heik2011-09-081-2/+3
* dav: Fix small memory leak (display_name)Christian Kellner2011-09-021-0/+1
* smb: Always check for existing file on renameTomas Bzatek2011-08-301-3/+21
* afp: remove unused and crashy handling of Attention messagesCarl-Anton Ingmarsson2011-08-291-76/+0
* ftp: Fix return value of try_get_settable_attributes() on failureChris Wulff2011-08-291-1/+1
* Ignore SIGPIPE signals to avoid process termination on cancelled transferTomas Bzatek2011-08-292-0/+10
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-263-10/+16
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-264-95/+128
* afp: change open_fork to be able to return file information for the opened forkCarl-Anton Ingmarsson2011-08-251-34/+66
* afp: make the afp backends optionalCarl-Anton Ingmarsson2011-08-251-3/+9
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-253-16/+10
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-254-128/+95
* afp: add set_unix_privs functionCarl-Anton Ingmarsson2011-08-251-72/+128
* afp: create file if it doesn't exist when doing replaceCarl-Anton Ingmarsson2011-08-251-73/+75
* afp: implement copyCarl-Anton Ingmarsson2011-08-251-5/+218
* afp: add copy_file function wrapping FPCopyFileCarl-Anton Ingmarsson2011-08-252-1/+129
* afp: add move_and_rename utility functionCarl-Anton Ingmarsson2011-08-251-35/+85
* afp: use FPGetFileDirParms when querying root volume infoCarl-Anton Ingmarsson2011-08-251-44/+32
* afp: query for and set G_FILE_OWNER_[USER|USER_REAL|GROUP]Carl-Anton Ingmarsson2011-08-252-4/+239
* afp: fail replace early if the given file is a directoryCarl-Anton Ingmarsson2011-08-251-10/+10
* afp: print errors for some more results from FPExchangeFilesCarl-Anton Ingmarsson2011-08-252-0/+9
* afp: check files etag when doing a replaceCarl-Anton Ingmarsson2011-08-251-4/+46
* afp: retrieve etag on close_writeCarl-Anton Ingmarsson2011-08-251-9/+65
* afp: use delete function to delete temporary fileCarl-Anton Ingmarsson2011-08-251-17/+1
* afp: change close_fork to take a gint16 fork_refnum parameterCarl-Anton Ingmarsson2011-08-251-7/+7
* afp: small cleanup in create_fileCarl-Anton Ingmarsson2011-08-251-27/+30
* afp: replace some tabs with spacesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-255-75/+76
* afp: fix some leaks of GSimpleAsyncResultsCarl-Anton Ingmarsson2011-08-253-32/+38
* afp: change update_cache to use a GIO like apiCarl-Anton Ingmarsson2011-08-251-51/+67
* afp: read directly into the given read bufferCarl-Anton Ingmarsson2011-08-253-21/+57
* afp: add a read_all_async functionCarl-Anton Ingmarsson2011-08-251-32/+120
* afp: print better error message when trying to delete an open fileCarl-Anton Ingmarsson2011-08-251-0/+4
* afp: avoid useless copy when writingCarl-Anton Ingmarsson2011-08-253-77/+201
* afp: mount volumes as the user who is logged in in the afpbrowse backendCarl-Anton Ingmarsson2011-08-252-3/+17
* afp: small indent fixCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: fix compile warningsCarl-Anton Ingmarsson2011-08-251-3/+4
* afp: implement enumerate for AfpVersion < 3.1Carl-Anton Ingmarsson2011-08-251-35/+46
* afp: small indenting fixesCarl-Anton Ingmarsson2011-08-252-6/+6
* afp: set etag from mod time and fix bug when retreiving afp::children-countCarl-Anton Ingmarsson2011-08-251-4/+13
* afp: return G_IO_ERROR_IS_DIRECTORY when trying to open a directory for readCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: implement moveCarl-Anton Ingmarsson2011-08-252-61/+377
* afp: add and use defines for afp specific file attributesCarl-Anton Ingmarsson2011-08-251-8/+15
* afp: fix renaming of files/directories outside of the root directoryCarl-Anton Ingmarsson2011-08-251-22/+55
* afp: fix bug where we accidentaly popped two requests from the send queueCarl-Anton Ingmarsson2011-08-251-1/+0
* afp: use g_strcmp0 instead of g_str_equal in g_slist_find_customCarl-Anton Ingmarsson2011-08-251-5/+5
* afp: remove debug printCarl-Anton Ingmarsson2011-08-251-1/+0
* afp: implement setting of G_FILE_ATTRIBUTE_UNIX_[MODE|UID|GID]Carl-Anton Ingmarsson2011-08-252-2/+202
* include gvfsdaemonprotocol.h in gvfsjobsetattribute.h since it uses GDbusAttr...Carl-Anton Ingmarsson2011-08-251-0/+1
* afp: set G_FILE_ATTRIBUTE_ACCESS_CAN_[READ|WRITE|EXECUTE] from unix privsCarl-Anton Ingmarsson2011-08-251-1/+43