summaryrefslogtreecommitdiff
path: root/lib/librefuse
AgeCommit message (Expand)Author
2019-04-11Avoid marking up semicolons.wiz
2019-04-10Use the equivalent FUSE_VERSION. Probably a more adequately named macro for thismaya
2019-04-10provide fuse_versionmaya
2016-11-20fuse_main(3): Support general fuse options via fuse_parse_cmdline(3)pho
2016-11-20fuse_lowlevel.h: new file, currently only contains fuse_parse_cmdline(3) and ...pho
2016-11-17Change the way how puffs_fuse_node_create() behaves.pho
2016-11-16Major rework of fuse_opt_parse(3) so that it supports all the functionality o...pho
2016-11-15fuse_opt_match(3): Support every form of templates, not just the simple strcm...pho
2016-11-14Add missing macrospho
2016-11-14Implement missing fuse_opt_add_opt(3) and fuse_opt_add_opt_escaped(3)pho
2016-01-23Define _KERNTYPES for things that need it.christos
2016-01-22Needs stdint.h.dholland
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2012-12-30FUSE seems to allow short writes without errors but PUFFS doesn't. Worktron
2012-03-21These directories default to WARNS?=5matt
2011-11-24Set eofflag in puffs_fuse_node_readdir() from librefuse.manu
2011-07-09Call the FUSE init operation before we try to access the file-system.tron
2011-07-09Don't ignore "userdata" argument in "fuse_main_real". This can crashtron
2011-03-01fuse_opt_parse() was using uninitialized struct fuse_opt_option::data,soda
2010-05-21bump major of libs NEEDING libpuffspooka
2009-04-19PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodatechristos
2009-03-05fix typo (s/stucture/structure/)msaitoh
2009-01-26sign-compare fixlukem
2009-01-19fix -Wsign-compare issuelukem
2009-01-11bump shared libraries.christos
2008-08-01Add API version 2.6 variant of fuse_setup.dillo
2008-01-14Remove puffs_ops from fuse_operations, no reason for it to be there.pooka
2008-01-14return -ret from statfspooka
2007-12-27Uncommit accidentally committed PUFFS_FLAG_OPDUMP.pooka
2007-12-12puffs_fuse_node_create: if create() is specified set S_IFREG explicitlyxtraeme
2007-11-30Rototill.pooka
2007-11-27Remove "puffs_cid" from the puffs interface following l-removalpooka
2007-11-08I've written more than a fair share of this to see my name up inpooka
2007-11-05Pull the daemonizing code out of the library mainloop into the filepooka
2007-11-05Header cleanup: don't need defs.h to do a few includes for us. Also,pooka
2007-11-05* Fix pthread key creation to depend on if it hasn't been created beforepooka
2007-10-28Use puffs prepost ops for setting pid/lwpid instead of separatepooka
2007-10-23revert 1.77, MULTITHREADED_REFUSE has problemspooka
2007-10-21Get rid of MULTITHREADED_REFUSE for context queries. We can simplypooka
2007-10-21Use new puffs features to provide correct caller info instead ofpooka
2007-10-06Use a two clause license for all the code I contributed.xtraeme
2007-09-24Add refuse paper to SEE ALSOpooka
2007-08-25Now that we don't dump operations by default, might as well detachpooka
2007-08-12In case a file system doesn't provide st_blksize, default to DEV_BSIZE.pooka
2007-07-18get rid of DBG=pooka
2007-07-18Don't stay on the foreground and dump operations by default.pooka
2007-07-17* add mntfromname parameter to puffs_init()pooka
2007-07-01adapt: **newnode etc. pointers -> struct puffs_newinfopooka
2007-07-01adapt: pid -> const struct puffs_cid *pooka