summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendafp.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-221-0/+1
* daemon: Use "Backups not supported" consistentlyMayank Sharma2019-03-211-2/+2
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-4/+4
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-1/+1
* daemon: Move random string generation into shared libRoss Lagerwall2015-02-091-11/+2
* afp: Fix some memory leaksRoss Lagerwall2014-08-141-0/+3
* afp: Report number of bytes copiedRoss Lagerwall2014-06-041-12/+24
* afp: Remove unused variableRoss Lagerwall2013-12-091-1/+0
* afp: Don't free the handle if truncate failsRoss Lagerwall2013-12-061-1/+0
* afp: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+42
* afp: missing enumeration value warning fixOndrej Holy2013-11-211-20/+18
* afp: Report number of bytes used on the filesystemRoss Lagerwall2013-11-141-0/+6
* afp: Allow seek past end of fileAlexander Larsson2013-10-081-35/+27
* Don't include jargon in mount display names and messagesWilliam Jon McCann2012-08-301-2/+2
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-0/+4
* afp: Always close fork when doing close_write()Carl-Anton Ingmarsson2012-08-091-11/+3
* afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson2012-08-091-12/+12
* afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.hCarl-Anton Ingmarsson2012-08-091-0/+1
* afp: make fields private in GVfsAfpServerCarl-Anton Ingmarsson2012-08-091-4/+7
* afp: logout from server on unmountCarl-Anton Ingmarsson2012-08-091-0/+19
* 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