summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-11Fix build against libpthreadgopherfs/masterSamuel Thibault
* Makefile (HURDLIBS): Add -lshouldbeinlibc * gopherfs.h: Include <pthread.h> instead of <cthreads.h>, use pthread functions instead of cthreads functions.
2010-10-12Fix reading bug on some gopher servers.Manuel Menal
* netfs.c (netfs_attempt_read): try reading until the requested amount or EOF is reached. Close file descriptor.
2010-10-11Fix remaining bugs, implement missing (basic features), clean up code.Manuel Menal
2010-09-19Fix accessing atime and mtimeSamuel Thibault
* netfs.c (netfs_attempt_utimes): Assign `*atime' and `*mtime' instead of `atime' and `mtime'.
2010-09-19Add clean and install make targetsSamuel Thibault
* Makefile (INSTALL): New variable. clean: New target. install: New target.
2010-09-19Fix stat time fields accessSamuel Thibault
* netfs.c (netfs_attempt_utimes): Directly assign `*atime' and `*mtime' to `node->nn_stat.st_atim' and `node->nn_stat.st_mtim' instead of accessing `st_atime', `st_atime_usec', `st_mtime', and `st_mtime_usec' fields.
2006-04-11Update to new libnetfs. (Manuel)Manuel Menal
2006-04-11Applied patch from Ben Asselstine: added a new option to specify a port.Manuel Menal
2002-04-16 * node.c (gopherfs_make_netnode): Try to free all allocations onJames A. Morrison
failure. * Makefile: Remove dependancy on Makeconf * Added the Changelog
2002-04-16Merge from vendor branch notgnu:James A. Morrison
Import gopherfs
2002-04-16Import gopherfsJames A. Morrison