2006-10-02 11:37  braga

	* configure.ac: Version 0.9.

2006-10-02 11:36  braga

	* ftpfs.h: Better debug output.

2006-09-29 15:58  braga

	* tests/ftpfs-ls_unittest.c: Fix warning in test compilation.

2006-09-29 15:47  braga

	* ftpfs-ls.c, ftpfs.c: Some style fixes to keep all lines < 80
	  characters.

2006-09-29 15:37  braga

	* ftpfs-ls.c: Fix bug 1564785: Doesn't compile if fuse >
	  2.6.0_pre2.

2006-09-27 02:34  braga

	* ftpfs.c: Patch by linuxfun (linuxfun at users.sourceforge.net) to
	  enable chmod and chown.

2006-06-06 13:57  braga

	* ftpfs.c, ftpfs.h, doc/curlftpfs.1: Patch by Jui-Nan Lin to enable
	  utf8 support.

2006-05-25 03:29  braga

	* configure.ac: Version 0.8.

2006-05-21 16:37  braga

	* ftpfs.c: Use "LIST -a" to show dotfiles.

2006-05-20 15:35  braga

	* ftpfs.c: Better error handling for getdir and read.

2006-05-20 15:09  braga

	* ftpfs-ls.c, ftpfs-ls.h, ftpfs.h, tests/ftpfs-ls_unittest.c: Added
	  copyright information to files.

2006-05-20 04:40  braga

	* ftpfs.c: Do not let the buffer grow indefinitely for read-only
	  files. Reset range. We only need to read one byte to know that
	  the open succeeded.

2006-05-16 01:53  braga

	* ftpfs.c: Fix the bug where we could perform on a dead connection.

2006-05-14 23:40  braga

	* ftpfs-ls.c, ftpfs.c: Fix memory leaks.

2006-04-30 21:22  braga

	* configure.ac, ftpfs.c, ftpfs.h: Add initial support for doing
	  read on demand from FTP servers. This makes us depend on very
	  recent libcurl versions.

2006-04-27 22:36  braga

	* ftpfs-ls.c, tests/ftpfs-ls_unittest.c: Correct bug with file
	  times. Reported by Andreas Jackisch.

2006-04-26 14:29  braga

	* ftpfs.c, ftpfs.h, doc/curlftpfs.1: Added no_verify_peer option to
	  disable the verification of SSL certificates.

2006-04-24 22:11  braga

	* ftpfs.c: Fix Bug #1475625. Patch submitted by Victor Chen.

2006-04-13 18:31  braga

	* doc/curlftpfs.1: Correct manpage identation.

2006-04-13 18:10  braga

	* configure.ac: Version 0.7.

2006-04-13 17:35  braga

	* doc/curlftpfs.1: Correct spelling errors.

2006-04-13 17:16  braga

	* Makefile.am, configure.ac, ftpfs.c, doc/Makefile.am,
	  doc/curlftpfs.1: Add manpage documentation.

2006-04-12 23:54  braga

	* ftpfs.c, ftpfs.h: Add mutex guard for filesystem operations.

2006-04-12 15:52  braga

	* ftpfs.c: Automatically append the ftp:// prefix if not passed in
	  the host.

2006-04-12 15:50  braga

	* ftpfs-ls.c: Make root dir have at least one link. Otherwise samba
	  did not see it correctly.

2006-04-10 19:31  braga

	* ftpfs.c: SKIP_PASV_IP is not defined in older version of libcurl.

2006-04-10 19:23  braga

	* configure.ac: Version 0.6.

2006-04-10 19:22  braga

	* ftpfs.c, ftpfs.h: Added options for doing active ftp.

2006-04-10 17:15  braga

	* ftpfs-ls.c: Corrected compiler warnings.

2006-04-04 22:36  braga

	* Makefile.am, cache.h, configure.ac, ftpfs-ls.c, ftpfs-ls.h,
	  ftpfs.c, ftpfs.h, tests/Makefile.am, tests/ftpfs-ls_unittest.c,
	  tests/run_tests.sh: Separated ftp listing parser module. It now
	  supports Windows NT listings. Added unittests for the listing
	  parser module.

2006-03-23 09:07  braga

	* configure.ac: Version 0.5.

2006-03-23 08:54  braga

	* ftpfs.c: Removed SSLv2 option because it's insecure. Added
	  options to choose SSL level and a warning to old libcurl versions
	  that try to connect even to hosts that don't support SSL.
	  Corrected cacert description. Added option to not verify the host
	  with SSL. Changed libcurl version checking to runtime. Set blocks
	  and blocksize in getattr to make the du program work. Thanks a
	  lot to Nikos Mavrogiannopoulos to all the help with SSL.

2006-03-18 23:07  braga

	* configure.ac: Version 0.4.

2006-03-18 23:06  braga

	* ftpfs.c: Added NOBODY to save some listings in rmdir, mkdir,
	  unlink and rename. Added lots of libcurl options. This makes us
	  support SSL and proxies, among lots of other things.

2006-03-15 19:50  braga

	* ftpfs.c: Corrected ftpfs_rename, ftpfs_mkdir, ftpfs_rmdir and
	  ftpfs_unlink when we mount a subdirectory instead of the FTP
	  root.

2006-03-15 19:44  braga

	* acinclude.m4: Adds libcurl M4 macro because some dummy redhats
	  don't install it even with devel package.

2006-03-15 10:46  braga

	* configure.ac: Version 0.3.

2006-03-13 19:38  braga

	* configure.ac: Better handling of dependencies.

2006-03-13 16:12  braga

	* ftpfs.c: Corrected problem when FTP server returned a "total"
	  line before the files themselves. Added option to not use EPSV.

2006-03-11 18:31  braga

	* compat/Makefile.am: [no log message]

2006-03-11 18:25  braga

	* Makefile.am, configure.ac: Changed autotools to use libtool
	  because it doesn't support files in subdirectories.

2006-03-11 16:03  braga

	* configure.ac: Version 0.2.

2006-03-11 16:02  braga

	* ftpfs.c: Added usage information. Abort earlier if parameters
	  incorrect.

2006-03-11 16:00  braga

	* README: Added some documentation to README.

2006-03-10 23:33  braga

	* ftpfs.c: Corrected file listing parser to work with files with
	  spaces in the name.

2006-02-23 16:23  braga

	* configure.ac: Correcting package name and version.

2006-02-23 16:11  braga

	* INSTALL, Makefile.am, cache.c, cache.h, configure.ac, ftpfs.c,
	  AUTHORS, COPYING, ChangeLog, NEWS, README, compat/fuse_opt.c,
	  compat/fuse_opt.h: Initial release.

2006-02-23 16:11  braga

	* INSTALL, Makefile.am, cache.c, cache.h, configure.ac, ftpfs.c,
	  AUTHORS, COPYING, ChangeLog, NEWS, README, compat/fuse_opt.c,
	  compat/fuse_opt.h: Initial revision

