2013-01-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	* parsehtml.c (startElement): Use strcasecmp to match "href".
	* extract.c (extract): Use strdupa for temporary strings. Ignore
	absolute URLs. Drop internal refs and form data instead of ignoring
	the whole link. Stop trying to resolve directory names.

2013-01-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	* netfs.c: Call pthread_mutex_lock and pthread_mutex_unlock instead of
	* Makefile.am: Link -lpthread instead of -lthreads.

2012-09-30  Cyril Roelandt  <tipecaml@gmail.com>
2013-01-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>

	* http.c (fill_dirnode): Fix URL parsing, add 1 to conn_req size in
	cases which will need an additional trailing slash.

2012-09-30  Cyril Roelandt  <tipecaml@gmail.com>

	* netfs.c (netfs_attempt_utimes): Copy atime and mtime timespec
	structures into node->nn_stat.st_atim/st_mtim.
	(netfs_attempt_set_size, netfs_attempt_statfs, netfs_attempt_read,
	netfs_attempt_write): Fix prototype.

2006-01-12  Manuel Menal  <mmenal@hurdfr.org>

	* Makefile.am (httpfs_LDADD): correct linking order to fix pthread
	problem.
	* configure.in: update, add libxml2 dependency.
	* httpfs.h: define HTTPFS_SERVER_NAME/VERSION.
	* httpfs.c: export netfs_server_{name,version}.

2002-05-06  James Morrison  <jim@squirrel>

	* NOTES: license corrections.
	* NOTES: new file.

2002-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>

	* Makefile.am: Add INCLUDES.  Configure with 
	configure --includedir=/include/libxml2 on Debian GNU/Hurd.
	* httpfs.c: Ran through indent.
	(main): Use error to exit.  Check return values of mallocs.

