summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpserver.h
Commit message (Expand)AuthorAgeFilesLines
* afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson2012-08-091-0/+2
* afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson2012-08-091-2/+3
* afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson2012-08-091-0/+23
* afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.hCarl-Anton Ingmarsson2012-08-091-1/+2
* afp: make fields private in GVfsAfpServerCarl-Anton Ingmarsson2012-08-091-16/+17
* afp: logout from server on unmountCarl-Anton Ingmarsson2012-08-091-0/+4
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* afp: Prevent redefinition of GVfsAfpServer.Antoine Jacoutot2012-04-161-1/+0
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-221-10/+15
* afp: move retrieval of volumes into GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-0/+15
* afp: move get_vol_parms to GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-13/+23
* afp: move retrieval of server parameters into GVfsAfpServerCarl-Anton Ingmarsson2012-01-221-3/+8
* afp: retreive and store the user id for the logged in userCarl-Anton Ingmarsson2011-08-251-0/+1
* afp: work on file enumerationCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: use UTF-8 ServerName if availableCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: read UTF-8 Server Name from server infoCarl-Anton Ingmarsson2011-08-251-1/+1
* afp: write our own data reading functions instead of relying on GDataInputStreamCarl-Anton Ingmarsson2011-08-251-0/+1
* afp: split out server logic into a separate classCarl-Anton Ingmarsson2011-08-251-0/+83