157 Commits

Author SHA1 Message Date
Bill Zissimopoulos
457e151fa5 launcher: SvcInstance implementation 2016-05-10 16:48:21 -07:00
Bill Zissimopoulos
dc4109fc22 dll: refactor library.h into src/shared/minimal.h for reuse 2016-05-09 20:07:35 -07:00
Bill Zissimopoulos
2a69ad6710 add launcher project 2016-05-09 16:20:52 -07:00
Bill Zissimopoulos
125b612c9f winfsp-tests: eventlog-test.c 2016-05-06 15:58:33 -07:00
Bill Zissimopoulos
12db7cf9dc dll: add eventlog.mc and related files 2016-05-06 13:15:29 -07:00
Bill Zissimopoulos
d7a6f33d26 dll: add FSP_SERVICE and EventLog functionality 2016-05-06 11:41:45 -07:00
Bill Zissimopoulos
4a4fba4670 build: bump version to 0.10 2016-05-04 16:32:17 -07:00
Bill Zissimopoulos
df5d2d6e87 installer: disallow major upgrades 2016-05-04 15:22:03 -07:00
Bill Zissimopoulos
ff0b8bc3fe installer: only install memfs executables when developer build is selected! 2016-05-04 00:34:44 -07:00
Bill Zissimopoulos
030ef84c2e installer: check if ServiceRunning both on install and uninstall 2016-05-03 21:59:58 -07:00
Bill Zissimopoulos
ba5c670034 tools: build.bat 2016-05-03 15:13:21 -07:00
Bill Zissimopoulos
500db7b1cd installer: CustomActions: ServiceRunning 2016-05-02 20:47:24 -07:00
Bill Zissimopoulos
14366f76c5 installer: simplify FSD/DLL registration by removing regsvr32 custom actions 2016-05-01 20:22:38 -07:00
Bill Zissimopoulos
b089b98afc dll: FspFileSystemRegister, FspFileSystemUnregister 2016-05-01 18:01:49 -07:00
Bill Zissimopoulos
26aadb0b72 installer: use regsvr32 to register FSD/DLL (Wix cannot register file system drivers or network provider DLL's) 2016-04-30 17:33:25 -07:00
Bill Zissimopoulos
9c11ca5bda installer: remember installation directory in registry 2016-04-29 16:33:55 -07:00
Bill Zissimopoulos
8ae2bb3bfc build: update version.properties 2016-04-29 14:22:53 -07:00
Bill Zissimopoulos
b0a2e4ff40 installer: add UI 2016-04-29 11:38:38 -07:00
Bill Zissimopoulos
0c75b58810 versioning: rename shared.properties to version.properties 2016-04-29 00:33:46 -07:00
Bill Zissimopoulos
b12e0aad47 versioning: add version resources to FSD and DLL; consolidate versioning to shared.properties 2016-04-29 00:23:55 -07:00
Bill Zissimopoulos
1264cae110 installer: reorg 2016-04-28 22:19:59 -07:00
Bill Zissimopoulos
5a7c7bb4f2 installer: automatic versioning scheme 2016-04-28 21:51:29 -07:00
Bill Zissimopoulos
acfd02c31d installer: add Package description 2016-04-28 19:22:21 -07:00
Bill Zissimopoulos
efa200aac4 installer: add memfs sample 2016-04-28 17:31:13 -07:00
Bill Zissimopoulos
3a1cba2442 installer: reorg 2016-04-28 17:19:07 -07:00
Bill Zissimopoulos
59698f5517 installer: reorg 2016-04-28 16:39:49 -07:00
Bill Zissimopoulos
1176114528 install: winfsp.wixproj 2016-04-28 15:55:05 -07:00
Bill Zissimopoulos
1bdfc8a579 install: winfsp.wixproj 2016-04-28 14:47:09 -07:00
Bill Zissimopoulos
2659effafb install: winfsp.wixproj 2016-04-28 13:04:46 -07:00
Bill Zissimopoulos
1bcd3cec0a sys, dll: NetworkProvider implementation (NPGetConnection) 2016-04-19 14:29:07 -07:00
Bill Zissimopoulos
7ee6a52260 dll: rename dispatch.c to fs.c and access.c to security.c 2016-04-17 09:51:54 -07:00
Bill Zissimopoulos
2c7ce4a3da memfs: memfs-main.c 2016-04-08 20:29:43 -07:00
Bill Zissimopoulos
c5c5e9f301 build: memfs 2016-04-08 16:00:37 -07:00
Bill Zissimopoulos
20f1298fe6 build: rename mirror to memfs 2016-04-08 15:45:45 -07:00
Bill Zissimopoulos
829ef65cbb winfsp-tests: lock-test 2016-04-06 21:20:44 -07:00
Bill Zissimopoulos
cddba10c9b winfsp-tests: flush_test 2016-04-02 18:43:27 -07:00
Bill Zissimopoulos
9d3b2d6a84 winfsp-tests: dirctl-test.c 2016-03-25 12:50:35 -07:00
Bill Zissimopoulos
ad9dafbaaa winfsp-tests: rdwr-test 2016-03-06 11:19:39 -08:00
Bill Zissimopoulos
e040c4d3cf sys: fast I/O and resource acquisition callbacks 2016-02-23 22:39:15 -08:00
Bill Zissimopoulos
892e8eb025 sys: wq: FspWq* routiens
sys: write: initial implementation
2016-02-23 20:07:33 -08:00
Bill Zissimopoulos
e77a8b0262 winfsp-tests: security testing 2016-02-19 15:49:34 -08:00
Bill Zissimopoulos
0abd173898 sys: FSP_META_CACHE: initial implementation 2016-02-17 16:55:14 -08:00
Bill Zissimopoulos
93fb3a9934 dll: refactor into access.c/fsop.c 2016-02-17 13:00:09 -08:00
Bill Zissimopoulos
e3ed7a9a2c sys, dll: Security 2016-02-17 12:39:53 -08:00
Bill Zissimopoulos
d8c35f26b0 dll: major overhaul of FSP_FILE_SYSTEM dispatching 2016-02-16 17:03:00 -08:00
Bill Zissimopoulos
c203404672 winfsp-tests: WIP 2016-01-25 15:53:29 -08:00
Bill Zissimopoulos
a7479b2b29 dll: IRP_MJ_QUERY_VOLUME_INFORMATION 2016-01-25 13:46:52 -08:00
Bill Zissimopoulos
1db9f2b677 winfsp-tests: getinfo_test 2016-01-24 11:27:38 -08:00
Bill Zissimopoulos
7b5262ccef sys, dll: IRP_MJ_QUERY_INFORMATION 2016-01-23 23:06:22 -08:00
Bill Zissimopoulos
56c6b5287f sys: RelatedFileObject: testing 2016-01-21 17:34:50 -08:00