summaryrefslogtreecommitdiff
path: root/lib/librefuse
AgeCommit message (Expand)Author
2023-04-21Fix incorrect test for FUSE_USE_VERSION 34abs
2022-01-29librefuse: default_log_func is __printfliketnn
2022-01-23librefuse: fix lint warnings about void function returning a valuerillig
2022-01-22Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZEpho
2022-01-22lib/librefuse: Implement all sorts of compat tweaks to appease various file s...pho
2022-01-22Zero-clear the fuse_context in fuse_destroy(3)pho
2022-01-22Add some missing struct fields, structs, and constants that are part of the APIpho
2022-01-22Support the FUSE option -hopho
2022-01-22Implement some missing functions that are part of the APIpho
2022-01-22Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatib...pho
2022-01-22Cosmetic changespho
2022-01-22Change the way how FUSE_*_VERSION are handledpho
2022-01-22Implement a dummy pathconf() which always returns EINVALpho
2022-01-22Do not call fuse_operations.getattr() before initializing filesystempho
2022-01-22Increase the warning level to spot more mistakespho
2022-01-22lib/librefuse: Add support for legacy types and functionspho
2022-01-22lib/librefuse: Add stub functions for FUSE polling APIpho
2022-01-22lib/librefuse: Implement data buffer API appeared on FUSE 2.9pho
2022-01-22lib/librefuse: Implement FUSE session API and its signal handling functionalitypho
2022-01-22lib/librefuse: Implement logging API appeared on FUSE 3.7pho
2021-12-04librefuse: Preparation of a proper API versioning; no more #ifdef woes in use...pho
2021-12-01Revert my previous change to struct fuse_optpho
2021-12-01Use correct types for the fields of struct fuse_optpho
2021-11-30Move the call of fuse_operations::init() from fuse_new() to fuse_loop()pho
2021-10-30refuse(3): Simplify reallocation logic with reallocarr.nia
2019-09-23Restore binary compatibility by using the statvfs90 structure internally.christos
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