summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendafp.c
Commit message (Expand)AuthorAgeFilesLines
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-221-2358/+285
* afp: Add support for making backups when server has support for FPExchangeFilesCarl-Anton Ingmarsson2012-01-221-20/+63
* afp: fix leak of AfpHandle::tmp_filenameCarl-Anton Ingmarsson2012-01-221-0/+1
* afp: more string fixes after André's reviewCarl-Anton Ingmarsson2012-01-221-7/+8
* afp: move get_vol_parms to GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-149/+5
* afp: move retrieval of server parameters into GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-40/+18
* afp: do some string fixes and add some translator commentsCarl-Anton Ingmarsson2012-01-221-4/+6
* afp: output the textual representation of undhandled error codesCarl-Anton Ingmarsson2012-01-221-55/+38
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-261-8/+24
* afp: change open_fork to be able to return file information for the opened forkCarl-Anton Ingmarsson2011-08-251-34/+66
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-251-24/+8
* 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-251-1/+127
* 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-251-4/+227
* 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-251-0/+8
* 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: fix some memoryleaksCarl-Anton Ingmarsson2011-08-251-23/+21
* afp: fix some leaks of GSimpleAsyncResultsCarl-Anton Ingmarsson2011-08-251-24/+28
* afp: read directly into the given read bufferCarl-Anton Ingmarsson2011-08-251-5/+3
* 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-251-3/+1
* afp: small indent fixCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: implement enumerate for AfpVersion < 3.1Carl-Anton Ingmarsson2011-08-251-35/+46
* afp: small indenting fixesCarl-Anton Ingmarsson2011-08-251-5/+5
* 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-251-61/+373
* 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: remove debug printCarl-Anton Ingmarsson2011-08-251-1/+0
* afp: implement setting of G_FILE_ATTRIBUTE_UNIX_[MODE|UID|GID]Carl-Anton Ingmarsson2011-08-251-2/+201
* afp: set G_FILE_ATTRIBUTE_ACCESS_CAN_[READ|WRITE|EXECUTE] from unix privsCarl-Anton Ingmarsson2011-08-251-1/+43
* afp: skip undocumented pad bytes after UTF8Name_offsetCarl-Anton Ingmarsson2011-08-251-0/+2
* afp: get UID and GID using FPGetUserInfoCarl-Anton Ingmarsson2011-08-251-2/+94
* afp: don't use FPExchangeFiles if the server doesn't support itCarl-Anton Ingmarsson2011-08-251-2/+8
* afp: implement replace for files where we can't create a temporary fileCarl-Anton Ingmarsson2011-08-251-18/+145
* afp: s/Access denied/Permission denied/Carl-Anton Ingmarsson2011-08-251-7/+7
* afp: don't reference non existing variableCarl-Anton Ingmarsson2011-08-251-4/+0
* afp: remove retrieval of UserID since we're not going to use itCarl-Anton Ingmarsson2011-08-251-40/+2
* afp: set proper error message for some more FPEnumerateExt2 errorsCarl-Anton Ingmarsson2011-08-251-0/+12