| Age | Commit message (Expand) | Author |
| 2016-11-20 | fuse_main(3): Support general fuse options via fuse_parse_cmdline(3) | pho |
| 2016-11-20 | fuse_lowlevel.h: new file, currently only contains fuse_parse_cmdline(3) and ... | pho |
| 2016-11-17 | Change the way how puffs_fuse_node_create() behaves. | pho |
| 2016-11-16 | Major rework of fuse_opt_parse(3) so that it supports all the functionality o... | pho |
| 2016-11-15 | fuse_opt_match(3): Support every form of templates, not just the simple strcm... | pho |
| 2016-11-14 | Add missing macros | pho |
| 2016-11-14 | Implement missing fuse_opt_add_opt(3) and fuse_opt_add_opt_escaped(3) | pho |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2016-01-22 | Needs stdint.h. | dholland |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-20 | Use Mt for email addresses. | wiz |
| 2012-12-30 | FUSE seems to allow short writes without errors but PUFFS doesn't. Work | tron |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2011-11-24 | Set eofflag in puffs_fuse_node_readdir() from librefuse. | manu |
| 2011-07-09 | Call the FUSE init operation before we try to access the file-system. | tron |
| 2011-07-09 | Don't ignore "userdata" argument in "fuse_main_real". This can crash | tron |
| 2011-03-01 | fuse_opt_parse() was using uninitialized struct fuse_opt_option::data, | soda |
| 2010-05-21 | bump major of libs NEEDING libpuffs | pooka |
| 2009-04-19 | PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodate | christos |
| 2009-03-05 | fix typo (s/stucture/structure/) | msaitoh |
| 2009-01-26 | sign-compare fix | lukem |
| 2009-01-19 | fix -Wsign-compare issue | lukem |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-08-01 | Add API version 2.6 variant of fuse_setup. | dillo |
| 2008-01-14 | Remove puffs_ops from fuse_operations, no reason for it to be there. | pooka |
| 2008-01-14 | return -ret from statfs | pooka |
| 2007-12-27 | Uncommit accidentally committed PUFFS_FLAG_OPDUMP. | pooka |
| 2007-12-12 | puffs_fuse_node_create: if create() is specified set S_IFREG explicitly | xtraeme |
| 2007-11-30 | Rototill. | pooka |
| 2007-11-27 | Remove "puffs_cid" from the puffs interface following l-removal | pooka |
| 2007-11-08 | I've written more than a fair share of this to see my name up in | pooka |
| 2007-11-05 | Pull the daemonizing code out of the library mainloop into the file | pooka |
| 2007-11-05 | Header 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 before | pooka |
| 2007-10-28 | Use puffs prepost ops for setting pid/lwpid instead of separate | pooka |
| 2007-10-23 | revert 1.77, MULTITHREADED_REFUSE has problems | pooka |
| 2007-10-21 | Get rid of MULTITHREADED_REFUSE for context queries. We can simply | pooka |
| 2007-10-21 | Use new puffs features to provide correct caller info instead of | pooka |
| 2007-10-06 | Use a two clause license for all the code I contributed. | xtraeme |
| 2007-09-24 | Add refuse paper to SEE ALSO | pooka |
| 2007-08-25 | Now that we don't dump operations by default, might as well detach | pooka |
| 2007-08-12 | In case a file system doesn't provide st_blksize, default to DEV_BSIZE. | pooka |
| 2007-07-18 | get rid of DBG= | pooka |
| 2007-07-18 | Don't stay on the foreground and dump operations by default. | pooka |
| 2007-07-17 | * add mntfromname parameter to puffs_init() | pooka |
| 2007-07-01 | adapt: **newnode etc. pointers -> struct puffs_newinfo | pooka |
| 2007-07-01 | adapt: pid -> const struct puffs_cid * | pooka |
| 2007-07-01 | adapt: pcn->pcn_cred is now a pointer | pooka |
| 2007-06-24 | Actually, keep PUFFS_KFLAG_NOCACHE and -o cache around as shorthand | pooka |
| 2007-06-24 | PUFFS_KFLAG_NOCACHE became two, so introduce the command line options | pooka |