summaryrefslogtreecommitdiff
path: root/client/test-uri-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Add test case for Bug 772849Ondrej Holy2016-12-121-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=772849
* Remove obsolte obexftp codeOndrej Holy2015-03-041-2/+0
|
* Add a few more test URIsBastien Nocera2008-10-021-0/+2
| | | | | | | | | 2008-10-02 Bastien Nocera <hadess@hadess.net> * client/test-uri-utils.c: Add a few more test URIs svn path=/trunk/; revision=2039
* Fix parsing of IPv6-style hostnames to not find the port in the pathBastien Nocera2008-03-051-4/+6
| | | | | | | | | | | | | | | | | 2008-03-05 Bastien Nocera <hadess@hadess.net> * client/gvfsuriutils.c (g_vfs_decode_uri): Fix parsing of IPv6-style hostnames to not find the port in the path section of the URI, fixes browing browsing ObexFTP on Nokia Series 60 phones which show drive letters as directories in the root (eg. "C:") (Closes: #520314) * client/test-uri-utils.c (main): Add test for the above, and another test for the IPv4-style URIs svn path=/trunk/; revision=1558
* add test for obex URIs Require expat for the obexftp backendBastien Nocera2008-02-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2008-02-27 Bastien Nocera <hadess@hadess.net> * client/test-uri-utils.c: add test for obex URIs * configure.ac: Require expat for the obexftp backend * daemon/Makefile.am: * daemon/gvfsbackendobexftp-cap-parser.c: * daemon/gvfsbackendobexftp-cap-parser.h: * daemon/gvfsbackendobexftp-fl-parser.c: * daemon/gvfsbackendobexftp-fl-parser.h: Added ObexFTP folder listing and capability parser from gnome-vfs-obexftp, ported to gio * daemon/gvfsbackendobexftp.c: * daemon/gvfsbackendobexftp.h: * daemon/obexftp-marshal.list: * daemon/obexftp.mount.in: Add read-only ObexFTP backend (Closes: #509621) svn path=/trunk/; revision=1406
* Add test program for the functions in gvfsuriutils.cBastien Nocera2008-01-231-0/+55
2008-01-23 Bastien Nocera <hadess@hadess.net> * client/test-uri-utils.c: (main): * client/Makefile.am: Add test program for the functions in gvfsuriutils.c * client/gvfsuriutils.c: (g_vfs_decode_uri): Fix parsing of IPv6 URIs where the host is in brackets svn path=/trunk/; revision=1171