1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-28 09:29:16 -05:00
Commit Graph

381 Commits

Author SHA1 Message Date
Bill Zissimopoulos 9a9d3cd4e8 installer: add passthrough-fuse and fsreg.bat 2017-01-30 16:23:45 -08:00
Bill Zissimopoulos 960c627924 tst: passthrough: reorg project 2017-01-28 12:34:10 -08:00
Bill Zissimopoulos b5bf84b618 installer: add passthrough sample 2017-01-27 11:10:20 -08:00
Bill Zissimopoulos 55a7864173 dll: FspFileSystem*DirectoryBuffer API's 2017-01-26 16:30:33 -08:00
Bill Zissimopoulos 7764663386 dll: FspFileSystemPreflight 2017-01-16 14:54:10 -08:00
Bill Zissimopoulos be98326bbb tools: build: create driver.cab for sysdev 2017-01-07 20:59:36 -08:00
Bill Zissimopoulos f68bc75255 build: include git short hash when versioning 2017-01-06 11:35:10 -08:00
Bill Zissimopoulos a57325e8af update source copyright notices for 2017 2017-01-05 13:56:18 -08:00
Bill Zissimopoulos 168acb1a1f sys: statistics: implement FSCTL_FILESYSTEM_GET_STATISTICS 2016-12-26 22:45:48 -08:00
Bill Zissimopoulos 04186ea834 installer: change product name to WinFsp 2017 2016-12-19 10:46:32 -08:00
Bill Zissimopoulos ee3918436b fix erroneous file permissions 2016-12-08 18:43:49 -08:00
Bill Zissimopoulos 1bb6d2a0e7 installer: register MEMFS to accommodate bigger file sizes and more files 2016-12-08 12:54:22 -08:00
Bill Zissimopoulos f1a363b848 tst: fsbench: simple benchmark program 2016-11-25 11:46:21 -08:00
Bill Zissimopoulos 851a6145cd tst: winfsp-tests: oplock testing 2016-11-22 21:20:31 -08:00
Bill Zissimopoulos b1d8192d59 sys: restrict build to Win7 2016-11-10 11:44:26 -08:00
Bill Zissimopoulos 7c41ffd64e tst: fscrash: initial commit 2016-11-03 16:15:32 -07:00
Bill Zissimopoulos 0532cee99c tst: winfsp-tests: refactor hooks 2016-10-26 12:02:30 -07:00
Bill Zissimopoulos badaf82462 tst: winfsp-tests: --resilient command line option 2016-10-25 20:19:04 -07:00
Bill Zissimopoulos 310fd23035 tst: winfsp-tests: initial network share support 2016-10-25 11:04:53 -07:00
Bill Zissimopoulos 628dae38d7 case-insensitivity testing 2016-10-17 15:33:23 -07:00
Bill Zissimopoulos 958b5a47a8 installer: include product version in product name 2016-10-17 15:05:45 -07:00
Bill Zissimopoulos 3ed7847d84 tst: test case insensitivity
sys: FspFileNameIsValid: $DATA is case insensitive
2016-10-15 19:50:47 -07:00
Bill Zissimopoulos 0534225662 sys: canonicalize filename related functions under the name FspFileName* 2016-10-14 14:47:16 -07:00
Bill Zissimopoulos 096b2dabde sys: refactor util.c into strutil.c; introduce FspIsNameInExpression to wrap FsRtlIsNameInExpression 2016-10-14 14:09:54 -07:00
Bill Zissimopoulos 5770f2d901 build: improve build versioning 2016-10-13 14:32:09 -07:00
Bill Zissimopoulos bd952253fb cosmetic fix 2016-10-11 11:39:17 -07:00
Bill Zissimopoulos c7780cf7fa license: switch to GPLv3 from AGPLv3 2016-10-10 21:33:27 -07:00
Bill Zissimopoulos 78e5d031c0 installer: add RC and GOLD banners 2016-10-09 18:10:52 -07:00
Bill Zissimopoulos 9ef562df15 installer: choose install banner based on MyDevStage project variable 2016-10-09 17:27:33 -07:00
Bill Zissimopoulos a7cdc815d0 installer: choose install banner based on MyDevStage project variable 2016-10-09 17:10:23 -07:00
Bill Zissimopoulos 214a8406eb art: wix dialog banner 2016-10-08 23:55:52 -07:00
Bill Zissimopoulos 6bd6f0ee35 inc: fsctl: increase request/response size to 16K
dll: remove /Gs[size] switch, fix FspFileSystemResolveReparsePoints to not use more than 4K of stack space
2016-10-08 23:33:59 -07:00
Bill Zissimopoulos db38d2f7f8 tst: winfsp-tests: stream testing 2016-10-03 15:19:18 -07:00
Bill Zissimopoulos b7a2b5e17a build: bump version to 0.17 2016-09-20 14:26:20 -07:00
Bill Zissimopoulos 91e8bb1229 tst: winfsp-tests: HookCreateFileW 2016-09-16 10:08:16 -07:00
Bill Zissimopoulos 7c1b592b84 installer: add public (stripped) symbols 2016-09-15 11:49:42 -07:00
Bill Zissimopoulos eca93bbdb3 installer: add diag.bat file to installation 2016-09-13 10:24:14 -07:00
Bill Zissimopoulos f32e335855 bump version to 0.16 and update Changelog 2016-09-09 21:45:19 -07:00
Bill Zissimopoulos 165f3ec45d sys,dll: symlink testing 2016-09-09 21:21:24 -07:00
Bill Zissimopoulos 28931f4687 tst: reparse point testing 2016-09-04 12:38:12 -07:00
Bill Zissimopoulos 80e07cead6 sys,dll: reparse point implementation: DeleteReparsePoint 2016-08-26 07:43:25 -07:00
Bill Zissimopoulos 7337f3c6cd sys,dll: symbolic link (reparse point) support: WIP 2016-08-04 11:25:35 -07:00
Bill Zissimopoulos 5827b1fa9c sys: fixes for Win7 x86 2016-07-28 00:03:53 -07:00
Bill Zissimopoulos 0e2f46dc90 Define NTDDI_VERSION,_WIN32_WINNT; remove GetOverlappedResultEx
- Ensures that only Vista+ DDI/API's are used
- Project should now run on Win 7
2016-07-27 16:15:28 -07:00
Bill Zissimopoulos 8ca419830c art: installer banners 2016-07-17 16:55:12 -07:00
Bill Zissimopoulos c310d8ea1b art: installer banners 2016-07-17 16:46:54 -07:00
Bill Zissimopoulos c3ddf73661 art: add installer banners 2016-07-17 16:26:47 -07:00
Bill Zissimopoulos e90aa46a27 build: bump version to 0.15 2016-07-15 22:43:40 -07:00
Bill Zissimopoulos b5d8cd3ea6 installer: wix: avoid using autogenerated GUID for INSTALLDIR component 2016-07-14 11:13:26 -07:00
Bill Zissimopoulos 66cc043149 dll: np: credentials support 2016-06-29 12:18:53 -07:00