1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-03-15 21:00:37 -05:00

Commit Graph

  • 3d9fc467ef tools: build.bat: winfsp-tests zip file Bill Zissimopoulos 2019-11-16 07:26:07 +00:00
  • 23b5c67913 shared: minimal.h: eliminate warning on VS2015 builds Bill Zissimopoulos 2019-11-07 16:08:41 -08:00
  • 4b5478e50c sys: dirctl: support directory marker as FUSE style next offset Bill Zissimopoulos 2019-11-05 22:14:16 -08:00
  • c7fc728ad0 build: bump version Bill Zissimopoulos 2019-11-04 19:26:45 -08:00
  • 254174b8e9 sys: avoid using FspFsextProvider unnecessarily Bill Zissimopoulos 2019-11-04 16:30:30 -08:00
  • 5110b3c5a1 sys: dirctl: support directory marker as FUSE style next offset Bill Zissimopoulos 2019-10-30 16:40:48 -07:00
  • 847eab3da4 tst: memfs-fuse3: #if0 ioctl v1.5B3 Bill Zissimopoulos 2019-10-21 20:21:36 -07:00
  • 5131ed5c01 Merge branch 'bdutro-o_append-fix' Bill Zissimopoulos 2019-10-21 20:14:02 -07:00
  • b513128cfe In Windows, Go clears any write-related flags when O_APPEND is specified. This causes WinFSP to think that any O_APPEND requests are actually read-only. This adds an additional check for the FILE_APPEND_DATA flag so that we can ensure the request is sent with at least O_WRONLY and O_APPEND set. Brett Dutro 2019-10-21 15:36:07 -05:00
  • 3fe69f2208 installer: add fsext development files Bill Zissimopoulos 2019-10-18 16:23:27 -07:00
  • 29fd9bf779 sys: fsext: allow multiple providers (up to 4) Bill Zissimopoulos 2019-10-18 16:00:31 -07:00
  • 3c391ca711 build: bump version to 2019.3 B3 Bill Zissimopoulos 2019-10-16 12:18:24 -07:00
  • 82a8545d8f tst: memfs-fuse3: fix narrow conversion on x86 builds Bill Zissimopoulos 2019-10-09 14:42:39 -07:00
  • 79be3e445a tst: memfs-fuse3: accurately compute current time Bill Zissimopoulos 2019-10-09 11:39:41 -07:00
  • b04266e0fe tools: run-tests: add memfs-fuse3 testing Bill Zissimopoulos 2019-10-08 04:35:28 +01:00
  • 25adfaec00 update Changelog Bill Zissimopoulos 2019-10-08 04:30:30 +01:00
  • ce20747534 tst: memfs-fuse3: testing Bill Zissimopoulos 2019-10-07 18:32:25 -07:00
  • d3d75bf977 tst: add memfs-fuse3 file system Bill Zissimopoulos 2019-10-07 13:49:04 -07:00
  • 6f1f1cda71 update Changelog Bill Zissimopoulos 2019-10-07 22:17:07 +01:00
  • 21dfeca124 update Changelog Bill Zissimopoulos 2019-10-07 22:15:29 +01:00
  • 6f585ce63e Merge pull request #251 from johntyner/feature/remove-fuse-prefix Bill Zissimopoulos 2019-10-07 14:05:18 -07:00
  • 8f90305726 add support for setting file system name without 'FUSE-' prefix John Tyner 2019-10-07 07:05:01 -07:00
  • 490d0577bb Revert "Remove 'FUSE-' prefix from file system name when using fuse interface" John Tyner 2019-10-07 06:47:02 -07:00
  • c9d3cb74c7 add John Tyner to contributors John Tyner 2019-09-25 16:20:50 -07:00
  • 7d2ff3afeb Remove 'FUSE-' prefix from file system name when using fuse interface John Tyner 2019-09-24 20:04:29 -07:00
  • c415c87195 dll: FspMountSet, FspMountRemove Bill Zissimopoulos 2019-09-24 15:34:01 -07:00
  • d161ca59a7 update Changelog Bill Zissimopoulos 2019-09-12 05:36:19 +01:00
  • bc03af3b2a doc: update FAQ, Known File Systems Bill Zissimopoulos 2019-09-12 04:54:40 +01:00
  • ed1543665c Merge pull request #248 from JohnOberschelp/master Bill Zissimopoulos 2019-09-10 22:32:58 -07:00
  • a99fa512d4 Fixed issues noted at the PR review John Oberschelp 2019-09-10 16:00:34 -07:00
  • a6800dd73d Fixed issues noted at the PR review John Oberschelp 2019-09-10 15:59:48 -07:00
  • aa9354773b Fixed issues noted at the PR review John Oberschelp 2019-09-10 15:58:35 -07:00
  • 05b37c744b sys,dll: only user mode sends MountManager IOCTL's Bill Zissimopoulos 2019-09-08 17:45:00 -07:00
  • 1d15c9546b Merge branch 'pvt-sqlfix2' Bill Zissimopoulos 2019-09-08 11:05:17 -07:00
  • 51b33f02aa Merge pull request #241 from JohnOberschelp/master Bill Zissimopoulos 2019-09-07 17:40:42 -07:00
  • 97ffa741b2 tst: volpath-test: fix silly mistake Bill Zissimopoulos 2019-09-07 11:56:34 -07:00
  • 073645db3b tst: fix tests broken by new mountmgr func Bill Zissimopoulos 2019-09-07 11:39:06 -07:00
  • fd9ac1c9e0 appveyor: WDK 1903 hackfix Bill Zissimopoulos 2019-09-06 20:56:37 -07:00
  • 62b08c3d1e appveyor: WDK 1903 hackfix Bill Zissimopoulos 2019-09-07 04:54:39 +01:00
  • 9436fd8402 sys: implement SectorSize queries Bill Zissimopoulos 2019-09-06 20:52:15 -07:00
  • de75454d50 sys: FspFsvolDeviceControl: disable mountdev handling on fsvol devices Bill Zissimopoulos 2019-09-06 15:43:20 -07:00
  • 430d7a5650 sys: FspMountdevMake: use non-repeatable (i.e. non UUIDv5) GUID when non-persistent mountdev Bill Zissimopoulos 2019-09-06 14:34:33 -07:00
  • 4655926d03 sys, dll: mount manager support Bill Zissimopoulos 2019-09-06 14:24:00 -07:00
  • 565caebe4c sys,dll: FspFileSystemSetMountPoint: mount manager support Bill Zissimopoulos 2019-09-05 19:58:14 -07:00
  • a47f853beb sys: mountdev: mount manager support Bill Zissimopoulos 2019-09-05 09:54:36 -07:00
  • 89ec3e6733 ku: UUID v5 generation Bill Zissimopoulos 2019-09-04 13:45:53 -07:00
  • dbdfaeee1f tst: winfsp-tests: GetVolumePathName testing Bill Zissimopoulos 2019-08-23 16:00:35 +01:00
  • 2c64d59001 Add common.h & persistence.cpp for Airfs to Product.wxs John Oberschelp 2019-08-09 15:58:12 -07:00
  • af8c74378e appveyor: hack to make WDK 1903 work on VS2015 John Oberschelp 2019-08-07 22:53:21 -07:00
  • 19c320350f Add persistence.cpp and common.h John Oberschelp 2019-08-03 17:55:29 -07:00
  • d60b1de430 Add persistence.cpp and common.h John Oberschelp 2019-08-03 17:54:26 -07:00
  • 6a7b6c77c6 Create common.h John Oberschelp 2019-08-03 12:22:57 -07:00
  • 16b1b2b349 Create persistence.cpp John Oberschelp 2019-08-03 12:19:56 -07:00
  • f181593f49 Add persistence to Airfs John Oberschelp 2019-08-03 11:52:47 -07:00
  • d2f42f4918 update Changelog v1.5B2 Bill Zissimopoulos 2019-07-11 03:17:33 -07:00
  • a73f1b9559 launcher: path transform language Bill Zissimopoulos 2019-07-09 13:26:07 -07:00
  • fb6893968a dll: fuse: add --UserName and --GroupName Bill Zissimopoulos 2019-07-08 15:12:26 -07:00
  • c97f2cb660 dotnet: add MountEx and fine-grained timeouts Bill Zissimopoulos 2019-07-07 12:12:04 -07:00
  • 3a12d928e5 dll: fuse: avoid calling fgetattr on directories Bill Zissimopoulos 2019-07-01 00:00:37 -07:00
  • 8fa337ae54 sys: fix issues found by static analyzer Bill Zissimopoulos 2019-06-28 16:19:58 -07:00
  • 7f084787e3 sys: fix issues found by static analyzer Bill Zissimopoulos 2019-06-28 15:21:36 -07:00
  • 369c0256f3 build: version.properties: update company name Bill Zissimopoulos 2019-06-25 17:11:01 -07:00
  • f25983853b tools: build.bat: update cert subject Bill Zissimopoulos 2019-06-25 17:09:34 -07:00
  • 757e23ded6 ku: kernel-mode testing and fixes Bill Zissimopoulos 2019-06-24 16:14:03 -07:00
  • ebb9b8b799 sys: FspVolumeTransact: remove erroneous ASSERT Bill Zissimopoulos 2019-06-23 11:07:01 -07:00
  • 804bcc3354 sys: FspVolumeTransactFsext: Bill Zissimopoulos 2019-06-22 15:40:48 -07:00
  • f5fde4c0bb sys: FspVolumeTransactFsext Bill Zissimopoulos 2019-06-22 15:18:16 -07:00
  • dcf7e4c5a6 sys: fsext: FsextProvider testing Bill Zissimopoulos 2019-06-22 14:30:23 -07:00
  • adc759447e sys: FspVolumeCreate: fix missing return Bill Zissimopoulos 2019-06-21 16:37:07 -07:00
  • f0d7e5b322 Merge pull request #237 from dworkin/feature/async-dotnet Bill Zissimopoulos 2019-06-21 14:48:30 -07:00
  • bfd8dca62d Delay unmounting until all Slowio tasks are done. Felix A. Croes 2019-06-20 15:49:02 +02:00
  • 79b2f38d87 update README Bill Zissimopoulos 2019-06-18 21:52:19 -07:00
  • 4ae03629f7 sys: FspFsextProvider: load provider driver Bill Zissimopoulos 2019-06-18 20:28:59 -07:00
  • f4496786e5 src: ku: posix.c Bill Zissimopoulos 2019-06-18 16:49:20 -07:00
  • b637a72ec8 sys: FspFsextProvider Bill Zissimopoulos 2019-06-18 16:11:38 -07:00
  • 2cd1bddafb sys: FspFsextProvider Bill Zissimopoulos 2019-06-14 21:22:01 -07:00
  • 6b83748d89 sys: fsext: WIP Bill Zissimopoulos 2019-06-14 20:53:09 -07:00
  • ed31a187ac opt/fsext: kernel mode winfsp extension Bill Zissimopoulos 2019-06-14 18:34:19 -07:00
  • 781deff06f sys: default TransactTimeout changes Bill Zissimopoulos 2019-06-11 17:53:34 -07:00
  • 3902874ac9 dll: FspFileSystemStartDispatcher Bill Zissimopoulos 2019-06-11 11:51:20 -07:00
  • 8ad77fe62f shared: minimal.h: fix memmove issue in VS 2019 Bill Zissimopoulos 2019-06-06 15:10:25 -07:00
  • f78b3464ce sys: meta: fix rare memory leak Bill Zissimopoulos 2019-06-05 20:42:26 -07:00
  • 02fd6906c2 Revert making SeekableReadDirectory virtual. Felix A. Croes 2019-06-05 09:24:27 +02:00
  • ce436fc29a Attempt to add a slowio test for memfs-dotnet. Felix A. Croes 2019-06-04 17:10:33 +02:00
  • 879fa2464f Add asynchronous I/O testing to memfs-dotnet. Felix A. Croes 2019-06-04 15:58:54 +02:00
  • af7e5432a7 Let the Status argument be a signed integer. Felix A. Croes 2019-05-15 14:09:08 +02:00
  • 1d619e0874 Use pointers instead of references. Felix A. Croes 2019-05-14 11:38:55 +02:00
  • 290896b010 Add asyncronous support for dotnet. Felix A. Croes 2019-05-13 09:47:59 +02:00
  • c01402443d wslinux support: ATOMIC_CREATE_ECP_CONTEXT Bill Zissimopoulos 2019-04-27 15:30:57 -07:00
  • 195f3bf92d build: VS2015 - VS2019 round-tripping: LatestTargetPlatformVersion Bill Zissimopoulos 2019-04-26 09:44:30 -07:00
  • ae86aeb633 README: WinFsp now builds with VS2015 - VS2019 Bill Zissimopoulos 2019-04-25 17:43:14 -07:00
  • 369da895d3 build: VS2015 - VS2019 round-tripping Bill Zissimopoulos 2019-04-25 16:43:53 -07:00
  • 17adae481c sys: FspFileNodeOplockCheckAsyncEx: fix stupid mistake in DEBUGTEST code Bill Zissimopoulos 2019-04-18 23:47:27 -07:00
  • db34b8c913 update changelog Bill Zissimopoulos 2019-04-18 20:45:56 -07:00
  • f6212be687 README: minor fix Bill Zissimopoulos 2019-04-18 20:38:35 -07:00
  • 7af36d8f78 Merge branch 'master' of https://github.com/billziss-gh/winfsp Bill Zissimopoulos 2019-04-18 17:46:51 -07:00
  • f6e49a11c8 .gitignore: add .vs rule Bill Zissimopoulos 2019-04-18 17:45:11 -07:00
  • 01ca9cef35 README: add info on VS2015 + latest WDK problem Bill Zissimopoulos 2019-04-18 17:34:02 -07:00
  • 7cb29a4db3 sys: remove unused variables Bill Zissimopoulos 2019-04-18 17:22:58 -07:00
  • 5523320348 build: fix stampinf cmdline for latest WDK Bill Zissimopoulos 2019-04-18 17:21:06 -07:00