1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-27 00:49:15 -05:00
Commit Graph

818 Commits

Author SHA1 Message Date
Bill Zissimopoulos 99a1e331b5 dll: eventlog: move source under Application and other improvements 2016-06-16 13:29:37 -07:00
Bill Zissimopoulos 68d79b0c3b dll: convert all initialization to the initonce pattern 2016-06-16 12:17:38 -07:00
Bill Zissimopoulos b695ef8ad8 dll: fuse: only use the environment's malloc prior to fsp_fuse_loop
- this allows an environment like Cygwin to safely call fork prior to fuse_loop/fuse_loop_mt
2016-06-15 23:12:08 -07:00
Bill Zissimopoulos b8ec5ba019 dll: fuse: improve signal handling under Cygwin 2016-06-15 11:21:41 -07:00
Bill Zissimopoulos 958f694b6f dll: fuse: Cygwin signal handling support 2016-06-14 21:36:08 -07:00
Bill Zissimopoulos 007ec8f360 dll: fuse: testing 2016-06-13 01:15:42 -07:00
Bill Zissimopoulos 00976b92b8 dll: fuse: remove PersistentAcls options; it is always enabled 2016-06-13 00:52:48 -07:00
Bill Zissimopoulos 9b56b3a420 dll: fuse: testing 2016-06-12 23:27:28 -07:00
Bill Zissimopoulos adecc6fb25 dll: fuse: testing 2016-06-12 21:37:51 -07:00
Bill Zissimopoulos b71d086ea7 dll: fuse: testing 2016-06-12 21:22:23 -07:00
Bill Zissimopoulos 382a6675da dll: fuse: testing 2016-06-12 16:47:40 -07:00
Bill Zissimopoulos cbf8079324 dll: fuse: testing 2016-06-12 15:53:12 -07:00
Bill Zissimopoulos 1124e24a61 dll: fuse_intf: ReadDirectory reimplementation 2016-06-12 15:09:38 -07:00
Bill Zissimopoulos c6bab18947 dll: fuse: testing 2016-06-11 17:10:27 -07:00
Bill Zissimopoulos 3310a4300e dll: fuse: testing 2016-06-11 15:47:28 -07:00
Bill Zissimopoulos 6347803392 dll: fuse: testing 2016-06-11 14:35:02 -07:00
Bill Zissimopoulos 259bd84cc9 dll: fuse: testing 2016-06-11 14:08:05 -07:00
Bill Zissimopoulos 6bc3ec7c8a dll: fuse: testing 2016-06-11 13:37:02 -07:00
Bill Zissimopoulos cf66fc3931 dll: fuse_intf: eliminate <fcntl.h> dependency 2016-06-11 00:26:40 -07:00
Bill Zissimopoulos 8a5218b273 dll: fuse_intf: Flush implementation 2016-06-10 23:54:25 -07:00
Bill Zissimopoulos e3ffa209eb dll: fuse_intf: Flush implementation 2016-06-10 23:51:21 -07:00
Bill Zissimopoulos a8f0f58d35 dll: fuse_intf: Write implementation 2016-06-10 23:40:09 -07:00
Bill Zissimopoulos beeae73c79 dll: fuse_intf: Write implementation 2016-06-10 23:36:19 -07:00
Bill Zissimopoulos 2aa683177e dll: fuse: rename fuseintf to fuse_intf 2016-06-10 23:19:13 -07:00
Bill Zissimopoulos 0437218691 dll: fuseintf: Read implementation 2016-06-10 23:13:46 -07:00
Bill Zissimopoulos 8a37cb9c36 dll: fuseintf: SetAllocationSize, SetFileSize 2016-06-10 22:59:28 -07:00
Bill Zissimopoulos 32912b587f dll: fuseintf: SetBasicInfo implementation 2016-06-10 22:14:23 -07:00
Bill Zissimopoulos fb6a139c85 dll: fuseintf: CanDelete improvements 2016-06-10 21:30:59 -07:00
Bill Zissimopoulos 267ed97d36 dll: fuseintf: Rename implementation 2016-06-10 21:21:11 -07:00
Bill Zissimopoulos 53289f0c74 dll: fuseintf: SetVolumeLabel implementation 2016-06-10 18:44:34 -07:00
Bill Zissimopoulos a4f687c635 dll: fuseintf: CanDelete implementation 2016-06-10 18:42:18 -07:00
Bill Zissimopoulos 55336e3dcf dll: fuseintf: Overwrite implementation 2016-06-10 17:32:51 -07:00
Bill Zissimopoulos 90d868c58f dll: fuseintf: GetVolumeInfo 2016-06-10 17:10:08 -07:00
Bill Zissimopoulos e0386db270 dll: fuseintf: SetSecurity implementation 2016-06-10 17:00:42 -07:00
Bill Zissimopoulos 3490a379b0 dll: fuseintf: GetSecurity implementation 2016-06-10 16:18:49 -07:00
Bill Zissimopoulos 009728e2b7 dll: fuseintf: ReadDirectory implementation 2016-06-10 16:02:28 -07:00
Bill Zissimopoulos 240bdfeb39 dll: fuseintf: ReadDirectory implementation 2016-06-10 15:24:35 -07:00
Bill Zissimopoulos ea8ed690f6 dll: fuseintf: ReadDirectory implementation 2016-06-10 00:41:30 -07:00
Bill Zissimopoulos 662df6544f dll: fuseintf: GetFileInfo implementation 2016-06-09 22:06:23 -07:00
Bill Zissimopoulos 15363e0256 dll: fuseintf: Cleanup implementation 2016-06-09 21:47:36 -07:00
Bill Zissimopoulos c74f34eaf0 dll: fuseintf: Create implementation 2016-06-09 17:14:00 -07:00
Bill Zissimopoulos bc777f2d91 dll: fuseintf: Open, Close implementation 2016-06-09 16:14:08 -07:00
Bill Zissimopoulos a9868ba883 dll: fuse: implementation checkpoint 2016-06-09 16:03:40 -07:00
Bill Zissimopoulos 9d42c625cc dll: fuse: implementation checkpoint 2016-06-09 15:40:34 -07:00
Bill Zissimopoulos afc498ba6e dll: fuse: include 0 -> STATUS_SUCCESS errno translation 2016-06-09 14:58:08 -07:00
Bill Zissimopoulos e222c3ae72 dll: fuse: implementation checkpoint 2016-06-09 12:50:53 -07:00
Bill Zissimopoulos 90039ecd72 dll: fuse: implementation checkpoint 2016-06-09 10:16:20 -07:00
Bill Zissimopoulos 8f0f5b3d9e dll: fsp_fuse_op_enter, fsp_fuse_op_leave 2016-06-08 22:45:26 -07:00
Bill Zissimopoulos 0e8d694bdd dll: FSP_FILE_SYSTEM_OPERATION_GUARD now returns NTSTATUS 2016-06-08 22:15:24 -07:00
Bill Zissimopoulos b0b15dff05 dll: fuse: refactor fuse_op to fuse_intf 2016-06-08 21:36:18 -07:00