CVS commit: src/lib/librefuse

2019-04-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 11 06:18:43 UTC 2019 Modified Files: src/lib/librefuse: refuse.3 Log Message: Avoid marking up semicolons. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/librefuse/refuse.3 Please note that diffs are

CVS commit: src/lib/librefuse

2019-04-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Apr 10 21:42:52 UTC 2019 Modified Files: src/lib/librefuse: refuse.c Log Message: Use the equivalent FUSE_VERSION. Probably a more adequately named macro for this To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/lib/librefuse

2019-04-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Apr 10 21:38:02 UTC 2019 Modified Files: src/lib/librefuse: fuse.h refuse.3 refuse.c Log Message: provide fuse_version To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/librefuse/fuse.h cvs rdiff -u -r1.13

CVS commit: src/lib/librefuse

2016-11-20 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sun Nov 20 13:28:32 UTC 2016 Modified Files: src/lib/librefuse: fuse.h refuse.3 refuse.c Log Message: fuse_main(3): Support general fuse options via fuse_parse_cmdline(3) * Prototypes for fuse_new(3), fuse_mount(3), and fuse_unmount

CVS commit: src/lib/librefuse

2016-11-17 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Thu Nov 17 14:20:26 UTC 2016 Modified Files: src/lib/librefuse: refuse.c Log Message: Change the way how puffs_fuse_node_create() behaves. In puffs "create" and "open" are two separate operations with atomicity achieved by locking t

CVS commit: src/lib/librefuse

2016-11-14 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Nov 15 00:34:19 UTC 2016 Modified Files: src/lib/librefuse: refuse.3 refuse_opt.c Log Message: fuse_opt_match(3): Support every form of templates, not just the simple strcmp case Also it should return 1 for successful matches,

CVS commit: src/lib/librefuse

2016-11-14 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Mon Nov 14 17:48:57 UTC 2016 Modified Files: src/lib/librefuse: refuse.3 Log Message: Add missing macros To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/librefuse/refuse.3 Please note that diffs are not publi

CVS commit: src/lib/librefuse

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 22 22:39:29 UTC 2016 Modified Files: src/lib/librefuse: fuse_opt.h Log Message: Needs stdint.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librefuse/fuse_opt.h Please note that diffs are not p

CVS commit: src/lib/librefuse

2012-12-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Dec 30 10:04:22 UTC 2012 Modified Files: src/lib/librefuse: refuse.c Log Message: FUSE seems to allow short writes without errors but PUFFS doesn't. Work around this by returning ENOSPC in case of a short write to avoid protocol

CVS commit: src/lib/librefuse

2011-11-23 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Nov 24 01:56:22 UTC 2011 Modified Files: src/lib/librefuse: refuse.c Log Message: Set eofflag in puffs_fuse_node_readdir() from librefuse. >From Evgeniy Ivanov To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 sr

CVS commit: src/lib/librefuse

2011-07-09 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jul 9 17:16:46 UTC 2011 Modified Files: src/lib/librefuse: refuse.c Log Message: Call the FUSE init operation before we try to access the file-system. This prevents a crash in "fuse_ext2" which I previously worked around with a

CVS commit: src/lib/librefuse

2011-07-09 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jul 9 14:50:01 UTC 2011 Modified Files: src/lib/librefuse: refuse.c Log Message: Don't ignore "userdata" argument in "fuse_main_real". This can crash a FUSE file-system that passes a non-NULL argument here. To generate a diff

CVS commit: src/lib/librefuse

2011-03-01 Thread Noriyuki Soda
Module Name:src Committed By: soda Date: Tue Mar 1 11:23:42 UTC 2011 Modified Files: src/lib/librefuse: refuse_opt.c Log Message: fuse_opt_parse() was using uninitialized struct fuse_opt_option::data, this bug made fuse_opt_proc_t not work, if it used first ``data'' argum

CVS commit: src/lib/librefuse

2009-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 19 22:25:29 UTC 2009 Modified Files: src/lib/librefuse: fuse_opt.h Log Message: PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodate C++ compilation To generate a diff of this commit: cvs rdif