summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-16Fix 64b buildstarfs/masterSamuel Thibault
2023-10-03Fix buildSamuel Thibault
2023-10-03Fix buildSamuel Thibault
2020-08-03Merge branch 'tarfs/master' of ↵Samuel Thibault
ssh://git.savannah.gnu.org/srv/git/hurd/incubator into tarfs
2017-01-02Really update accessing refcountSamuel Thibault
2017-01-02Update accessing refcountSamuel Thibault
2014-01-15Add missing breakPino Toscano
* tarfs.c (tarfs_get_args): Add missing break.
2013-11-10Merge remote-tracking branch 'origin/tarfs/master' into tarfsSamuel Thibault
2013-11-10Fix reading tar contentCyril Roelandt
* tar.c (tar_get_next_record): Allocate a buffer.
2013-08-30Add missing format string for errorPino Toscano
A call to `error' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * debug.c (debug_set_file): Add format string in invocation of error.
2013-07-08Merge remote-tracking branch 'origin/tarfs/master' into tarfsSamuel Thibault
2013-07-08Rename sate parameter into state.Samuel Thibault
* tarfs.c (tarfs_parse_opts): Rename sate parameter into state.
2013-07-08Gracefully handle the errors using argp_error instead of errorCyril Roelandt
* tarfs.c (tarfs_parse_opts): Gracefully handle the errors using argp_error instead of error.
2013-03-16Fix typo in variable namePino Toscano
* zipstores.c (ZIP (stream_write_init)): Use ZERR instead of ERR.
2013-02-11Fix build against libpthreadSamuel Thibault
* Makefile (LDFLAGS): Replace -lthreads with -lpthread. * cache.c: Use pthread functions instead of cthreads functions. * cache.h: Likewise. * debug.c: Likewise. * netfs.c: Likewise. * tarfs.c: Likewise. * tarfs.h: Likewise. * tarlist.c: Likewise. * zipstores.c: Likewise.
2010-09-20Make tarfs actually work againManuel Menal
* tar.c: Import newer mc snapshot. (strconcat): New function. (tar_header_hook): Replace `off_t' parameter of function type with `struct archive *'. (tar_get_next_record): Initialize `buf' to NULL and n to 0 before calling `store_read'. * tar.c: Import newer mc snapshot. (struct archive): New structure. * tarfs.c (tar_header_hook): Replace `off_t' parameter of function type with `struct archive *'. (tarfs_add_header): Likewise. Pass `archive->current_tar_position' instead of `offset' to `tar_make_item'. Call `tar_fill_stat' instead of `tar_header2stat'.
2010-09-19Fix make installSamuel Thibault
* Makefile (install): Create target directory, prepend $(DESTDIR) in front of $(HURD).
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-03-08Fixed value of `st_blocks' (Ben Asselstine).Ludovic Courtès
2006-03-08Updated my email address (Ludovic).Ludovic Courtès
2006-03-08Applied patch from Ben Asselstine; passes `ustar-all-quickest.tar' now.Ludovic Courtès
2003-01-31Merge from vendor branch tarfs:Ludovic Courtès
Initial commit of a libnetfs-based tarfs including a gzip/bzip2 store.
2003-01-31Initial commit of a libnetfs-based tarfs including a gzip/bzip2 store.Ludovic Courtès