summaryrefslogtreecommitdiff
path: root/daemon/gvfsafputils.h
Commit message (Collapse)AuthorAgeFilesLines
* afp: Use UTF-8 for volume namesRoss Lagerwall2014-09-271-2/+2
| | | | | | | | | | | | Use UTF-8 for volume names since volume names are encoded as UTF-8 for protocol versions 3.0 and higher. This prevents seeing volume names like: "John’s Public Folder" Since the volume name comes as a pascal string with UTF-8 encoding, extend the function to read pascal strings with the ability to read pascal strings encoded as UTF-8. https://bugzilla.gnome.org/show_bug.cgi?id=733996
* afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson2012-08-091-0/+60
|
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-221-2/+8
|
* afp: output the textual representation of undhandled error codesCarl-Anton Ingmarsson2012-01-221-0/+90
add a new function afp_result_to_gerror which does a generic AfpResultCode to GError mapping