summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpserver.c
Commit message (Expand)AuthorAgeFilesLines
* Use shorter strings for prompt dialog titlesJonas Dreßler2021-01-151-10/+5
* afp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-2/+4
* afp: Try to find credentials even if user is not specifiedOndrej Holy2019-01-041-16/+16
* Remove workaround for directory / folder iconswip/rishi/issue-2Debarshi Ray2018-08-141-3/+4
* daemon: Don't use deprecated private structure APIsOndrej Holy2018-07-101-8/+5
* afp: Port GVfsAfpServer to GTaskOndrej Holy2017-11-281-94/+49
* afp: Prevent usage of uninitialized variableOndrej Holy2017-09-291-3/+3
* Fix translator commentsPiotr Drąg2017-01-281-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-7/+7
* Mark files as untrashable for main backendsOndrej Holy2015-09-231-0/+1
* afp: Use UTF-8 for volume namesRoss Lagerwall2014-09-271-6/+6
* afp: Fix some memory leaksRoss Lagerwall2014-08-141-0/+2
* Use typographic quotes just like the other stringsGil Forcada2012-09-071-1/+1
* afp: Fix error message (-Wformat-security)Jasper St. Pierre2012-09-041-1/+1
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-1/+7
* Use human friendly error messages.William Jon McCann2012-08-231-30/+45
* afp: fixup retrieval of user id and uuid.Carl-Anton Ingmarsson2012-08-141-20/+56
* afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson2012-08-091-7/+23
* afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson2012-08-091-68/+119
* afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson2012-08-091-0/+175
* 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-81/+149
* afp: logout from server on unmountCarl-Anton Ingmarsson2012-08-091-0/+38
* Use a worker thread in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-091-54/+17
* afp: append _sync to g_vfs_afp_connection_[open|close]Carl-Anton Ingmarsson2012-08-091-2/+2
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* afp: Add a comment for translatorsTomas Bzatek2012-06-221-0/+1
* afp: use the UTF-8 server name for password dialogs when it's availableCarl-Anton Ingmarsson2012-04-221-2/+6
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-221-179/+320
* afp: change g_vfs_afp_connection_get_server_info to g_vfs_afp_query_server_infoCarl-Anton Ingmarsson2012-01-221-2/+2
* afp: move retrieval of volumes into GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-2/+138
* afp: more string fixes after André's reviewCarl-Anton Ingmarsson2012-01-221-4/+4
* afp: move get_vol_parms to GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-0/+170
* afp: move retrieval of server parameters into GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-56/+117
* afp: output the textual representation of undhandled error codesCarl-Anton Ingmarsson2012-01-221-7/+3
* afp: remove unused and crashy handling of Attention messagesCarl-Anton Ingmarsson2011-08-291-76/+0
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-261-2/+2
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-261-12/+38
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-251-38/+12
* afp: replace some tabs with spacesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-251-2/+4
* afp: mount volumes as the user who is logged in in the afpbrowse backendCarl-Anton Ingmarsson2011-08-251-1/+9
* afp: use g_strcmp0 instead of g_str_equal in g_slist_find_customCarl-Anton Ingmarsson2011-08-251-5/+5
* afp: better error handling when server doesn't support anonymous loginCarl-Anton Ingmarsson2011-08-251-12/+16
* afp: retreive and store the user id for the logged in userCarl-Anton Ingmarsson2011-08-251-2/+7
* afp: convert g_vfs_afp_connection_queue_command to the standard GIO async pat...Carl-Anton Ingmarsson2011-08-251-5/+17
* afp: receive and print out server messagesCarl-Anton Ingmarsson2011-08-251-0/+65
* afp: work on file enumerationCarl-Anton Ingmarsson2011-08-251-0/+1
* afp: use UTF-8 ServerName if availableCarl-Anton Ingmarsson2011-08-251-3/+5