summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* afp: use goffset in g_vfs_afp_reply_seekCarl-Anton Ingmarsson2011-08-252-3/+3
* afp: skip undocumented pad bytes after UTF8Name_offsetCarl-Anton Ingmarsson2011-08-251-0/+2
* afp: get UID and GID using FPGetUserInfoCarl-Anton Ingmarsson2011-08-252-24/+126
* 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-252-18/+146
* afp: s/Access denied/Permission denied/Carl-Anton Ingmarsson2011-08-251-7/+7
* afp: better error handling when server doesn't support anonymous loginCarl-Anton Ingmarsson2011-08-252-12/+17
* 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-252-0/+13
* afp: fix bug when sending DsiTickle commandsCarl-Anton Ingmarsson2011-08-251-2/+1
* afp: print some debug upon DSI_CLOSE_SESSION and DSI_TICKLECarl-Anton Ingmarsson2011-08-251-32/+51
* afp: small cosmetic changeCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: fix problem with creating new directories outside the volume root di...Carl-Anton Ingmarsson2011-08-251-8/+42
* afp: fix problem with creating new files outside the volume root directoryCarl-Anton Ingmarsson2011-08-251-31/+92
* afp: add get_filedir_parms utility functionCarl-Anton Ingmarsson2011-08-251-61/+131
* afp: set afp::node-id attribute if requestedCarl-Anton Ingmarsson2011-08-251-0/+8
* afp: set unix privilegies if availableCarl-Anton Ingmarsson2011-08-252-16/+41
* afp: retreive and store the user id for the logged in userCarl-Anton Ingmarsson2011-08-255-9/+65
* afp: don't send commands which have been cancelledCarl-Anton Ingmarsson2011-08-251-6/+27
* afp: convert g_vfs_afp_connection_queue_command to the standard GIO async pat...Carl-Anton Ingmarsson2011-08-255-243/+354
* afp: implement query_fs_infoCarl-Anton Ingmarsson2011-08-252-56/+316
* afp: use GAsyncResult in open_forkCarl-Anton Ingmarsson2011-08-251-66/+110
* afp: use randomized names for temporary filesCarl-Anton Ingmarsson2011-08-251-9/+39
* afp: make close_fork use GAsyncResult and try to always remove temporary filesCarl-Anton Ingmarsson2011-08-251-32/+96
* afp: use GSimpleAsyncResult in the create_file utility functionCarl-Anton Ingmarsson2011-08-251-33/+71
* afp: fix invalid unrefCarl-Anton Ingmarsson2011-08-251-3/+3
* afp: implement seek_on_writeCarl-Anton Ingmarsson2011-08-251-41/+160
* afp: delete temporary fileCarl-Anton Ingmarsson2011-08-252-9/+45
* afp: receive and print out server messagesCarl-Anton Ingmarsson2011-08-253-26/+103
* afp: implement basic file replaceCarl-Anton Ingmarsson2011-08-252-236/+380
* afp: dispatch DSI_WRITE repliesCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: use switch instead of case where it makes senseCarl-Anton Ingmarsson2011-08-251-126/+115
* afp: add write support for newly created filesCarl-Anton Ingmarsson2011-08-251-4/+154
* afp: normalize utf-8 strings from the serverCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: add support for renaming of files and direcotriesCarl-Anton Ingmarsson2011-08-252-0/+114
* afp: add g_vfs_afp_command_put_[byte|int|uint] functions and use theseCarl-Anton Ingmarsson2011-08-254-100/+129
* afp: use put_pathname everywhereCarl-Anton Ingmarsson2011-08-251-39/+9