summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpconnection.c
Commit message (Expand)AuthorAgeFilesLines
* afp: Fix afp backend crash when no username suppliedMayank Sharma2019-03-281-0/+6
* daemon: Don't use deprecated private structure APIsOndrej Holy2018-07-101-7/+3
* afp: Port GVfsAfpConnection to GTaskOndrej Holy2017-11-281-145/+71
* afp: Prevent comparsion between signed and unsignedOndrej Holy2017-11-281-2/+2
* afp: Change g_error to g_warning for read errorsOndrej Holy2015-08-291-4/+4
* Unify strings to ease translationFelix Möller2015-08-051-1/+1
* afp: exit silently if connection closedOndrej Holy2015-03-041-2/+4
* afp: Use UTF-8 for volume namesRoss Lagerwall2014-09-271-5/+23
* afp: Don't retry read if connection closesRoss Lagerwall2014-08-031-4/+25
* afp: Fix race between writing and readingRoss Lagerwall2014-07-171-9/+7
* afp: Disable Nagle's algorithmRoss Lagerwall2014-07-151-3/+16
* Fix use of uninitialized valuesTomas Bzatek2012-12-071-1/+1
* afp: fix g_vfs_afp_connection_get_max_request() not returning any valueCarl-Anton Ingmarsson2012-08-201-0/+2
* afp: use a separate request id counter for tickle requestsCarl-Anton Ingmarsson2012-08-091-1/+10
* afp: Fix crasher in GVfsAfpConnection when sending tickle requests.Carl-Anton Ingmarsson2012-08-091-0/+1
* afp: Fix issues with closing a GVfsAfpConnection.Carl-Anton Ingmarsson2012-08-091-20/+21
* afp: Fix invalid free in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-091-0/+1
* afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson2012-08-091-0/+6
* afp: use g_thread_new() instead of deprecated g_thread_create()Carl-Anton Ingmarsson2012-08-091-8/+2
* Use a worker thread in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-091-157/+393
* afp: append _sync to g_vfs_afp_connection_[open|close]Carl-Anton Ingmarsson2012-08-091-6/+6
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* 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