summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpconnection.c
Commit message (Expand)AuthorAgeFilesLines
* afp: convert pascal strings into utf-8Carl-Anton Ingmarsson2012-04-221-1/+4
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-221-0/+40
* afp: change g_vfs_afp_connection_get_server_info to g_vfs_afp_query_server_infoCarl-Anton Ingmarsson2012-01-221-88/+85
* afp: do some string fixes and add some translator commentsCarl-Anton Ingmarsson2012-01-221-1/+1
* afp: make GVfsAfpName an opaque typeCarl-Anton Ingmarsson2012-01-221-0/+8
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-261-5/+11
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-261-70/+57
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-251-11/+5
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-251-57/+70
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-251-49/+49
* afp: fix some leaks of GSimpleAsyncResultsCarl-Anton Ingmarsson2011-08-251-4/+6
* afp: read directly into the given read bufferCarl-Anton Ingmarsson2011-08-251-15/+53
* afp: add a read_all_async functionCarl-Anton Ingmarsson2011-08-251-32/+120
* afp: avoid useless copy when writingCarl-Anton Ingmarsson2011-08-251-74/+198
* afp: fix compile warningsCarl-Anton Ingmarsson2011-08-251-3/+4
* afp: fix bug where we accidentaly popped two requests from the send queueCarl-Anton Ingmarsson2011-08-251-1/+0
* afp: use goffset in g_vfs_afp_reply_seekCarl-Anton Ingmarsson2011-08-251-2/+2
* 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: 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-251-91/+147
* afp: fix invalid unrefCarl-Anton Ingmarsson2011-08-251-3/+3
* afp: delete temporary fileCarl-Anton Ingmarsson2011-08-251-5/+8
* afp: receive and print out server messagesCarl-Anton Ingmarsson2011-08-251-26/+19
* afp: dispatch DSI_WRITE repliesCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: normalize utf-8 strings from the serverCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: add g_vfs_afp_command_put_[byte|int|uint] functions and use theseCarl-Anton Ingmarsson2011-08-251-25/+64
* afp: fixup some indenting issuesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: add read supportCarl-Anton Ingmarsson2011-08-251-5/+11
* afp: add g_vfs_afp_reply_read_(u)int64Carl-Anton Ingmarsson2011-08-251-0/+28
* afp: print some debug code when we receive a DSIAttention packetCarl-Anton Ingmarsson2011-08-251-7/+43
* afp: remove unused enumsCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: query and set time created/modification time on filesCarl-Anton Ingmarsson2011-08-251-2/+5
* afp: read the invisible attribute and set the fileinfo accordinglyCarl-Anton Ingmarsson2011-08-251-1/+4
* afp: get basic file browsing workingCarl-Anton Ingmarsson2011-08-251-26/+5
* afp: work on file enumerationCarl-Anton Ingmarsson2011-08-251-16/+26
* afp: use UTF-8 ServerName if availableCarl-Anton Ingmarsson2011-08-251-0/+12
* afp: read UTF-8 Server Name from server infoCarl-Anton Ingmarsson2011-08-251-0/+97
* afp: write our own data reading functions instead of relying on GDataInputStreamCarl-Anton Ingmarsson2011-08-251-41/+170
* afp: work on query_infoCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: answer tickle messagesCarl-Anton Ingmarsson2011-08-251-46/+75
* afp: implement user authentication using Diffie-Hellman 1Carl-Anton Ingmarsson2011-08-251-11/+54
* afp: volume browsing now worksCarl-Anton Ingmarsson2011-08-251-21/+34
* afp: try to enumerate volumesCarl-Anton Ingmarsson2011-08-251-98/+494
* afp: work on mountingCarl-Anton Ingmarsson2011-08-251-101/+273
* afp: add GVfsAfpConnection which handles the DSI connectionCarl-Anton Ingmarsson2011-08-251-0/+306