136 Commits

Author SHA1 Message Date
Bill Zissimopoulos
077bbb0d65 memfs: convert to service 2016-05-07 17:00:58 -07:00
Bill Zissimopoulos
0b1bba36f8 dll: FspIsInteractive, FspServiceLog, FspServiceLogV 2016-05-07 14:55:19 -07:00
Bill Zissimopoulos
8dd5a03b51 dll: FSP_SERVICE: rename interactive mode to console mode 2016-05-07 13:30:12 -07:00
Bill Zissimopoulos
d7a6f33d26 dll: add FSP_SERVICE and EventLog functionality 2016-05-06 11:41:45 -07:00
Bill Zissimopoulos
968de4689c inc,src,tst: add AGPLv3 notices 2016-04-25 14:29:05 -07:00
Bill Zissimopoulos
fd2251337b inc: improve srcdoc 2016-04-23 10:04:00 -07:00
Bill Zissimopoulos
e4c7e0821b inc: srcdoc fix 2016-04-22 16:22:28 -07:00
Bill Zissimopoulos
1bf28bdfa4 fsctl: FSP_FSCTL_TRANSACT_REQ: add Req.QueryDirectory.Pattern 2016-04-21 11:49:11 -07:00
Bill Zissimopoulos
7025dd5cf0 sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount) 2016-04-18 12:12:52 -07:00
Bill Zissimopoulos
29a5572dc7 inc: add documentation 2016-04-14 21:03:17 -07:00
Bill Zissimopoulos
8dafd19077 inc: add documentation 2016-04-14 18:09:43 -07:00
Bill Zissimopoulos
637bc37cef inc: add documentation 2016-04-14 17:50:09 -07:00
Bill Zissimopoulos
1239c610a5 sys: IRP_MJ_READ: remove FspFileNodeTrySetFileInfo at completion
sys: IRP_MJ_READ: remove PagingIo early exit optimization
sys: IRP_MJ_WRITE: remove PagingIo early exit optimization
2016-04-13 20:33:10 -07:00
Bill Zissimopoulos
41296044e6 sys: IRP_MJ_READ, IRP_MJ_WRITE: fix paging I/O sizes 2016-04-13 18:00:02 -07:00
Bill Zissimopoulos
83e40f522c dll: FspFileSystemDefineDosDevice 2016-04-10 21:55:07 -07:00
Bill Zissimopoulos
bc65c2c34d memfs: memfs-main.c 2016-04-08 21:30:14 -07:00
Bill Zissimopoulos
ef5b664dcc dll: FspFileSystemInitialize, FspFileSystemFinalize 2016-04-08 15:25:09 -07:00
Bill Zissimopoulos
5b917c4566 dll: FspFileSystemSetMountPoint 2016-04-08 14:12:56 -07:00
Bill Zissimopoulos
e6ab31a0e0 sys: IRP_MJ_FLUSH_BUFFERS 2016-04-02 11:38:24 -07:00
Bill Zissimopoulos
85a2d61d31 src: dll: FspFileSystemOpQueryDirectory, FspFileSystemAddDirInfo 2016-03-21 12:18:40 -07:00
Bill Zissimopoulos
6fc43c6ca2 sys, dll: IRP_MJ_DIRECTORY_CONTROL: implementation 2016-03-19 13:16:01 -07:00
Bill Zissimopoulos
7ff99da000 update copyright notices for 2016 2016-03-17 14:59:46 -07:00
Bill Zissimopoulos
151247f1e6 sys: cached read/write testing 2016-03-11 14:44:17 -08:00
Bill Zissimopoulos
df1343cd9d dll: FspFileSystemOpRead, FspFileSystemOpWrite 2016-03-04 22:45:14 -08:00
Bill Zissimopoulos
bc9f983285 sys: IRP_MJ_SET_INFORMATION: FileEndOfFileInformation: ignore calls with the AdvanceOnly parameter 2016-03-03 11:35:32 -08:00
Bill Zissimopoulos
7e90092028 sys, dll: QuerySecurity, SetSecurity 2016-02-19 14:07:41 -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
9514bcfd8c dll: FSP_FILE_SYSTEM_INTERFACE: rename GetSecurity to GetSecurityByName 2016-02-17 11:08:46 -08:00
Bill Zissimopoulos
49cf687de3 sys: IRP_MJ_SET_VOLUME_INFORMATION/FileFsLabelInformation 2016-02-17 10:27:09 -08:00
Bill Zissimopoulos
d8c35f26b0 dll: major overhaul of FSP_FILE_SYSTEM dispatching 2016-02-16 17:03:00 -08:00
Bill Zissimopoulos
0cc5468764 dll: FspPathPrefix(), FspPathSuffix(): better root handling 2016-02-10 16:57:12 -08:00
Bill Zissimopoulos
cc19ddcd92 sys: IRP_MJ_SET_INFORMATION: FileRenameInformation 2016-02-10 10:48:27 -08:00
Bill Zissimopoulos
4f5c19c73f sys, dll: Request->FileName: testing 2016-02-09 16:58:22 -08:00
Bill Zissimopoulos
66f54294a2 sys: IRP_MJ_SET_INFORMATION 2016-02-05 18:30:34 -08:00
Bill Zissimopoulos
a7479b2b29 dll: IRP_MJ_QUERY_VOLUME_INFORMATION 2016-01-25 13:46:52 -08:00
Bill Zissimopoulos
c34e70f7ab dll: FspDebugLogFT 2016-01-24 17:30:16 -08:00
Bill Zissimopoulos
7b5262ccef sys, dll: IRP_MJ_QUERY_INFORMATION 2016-01-23 23:06:22 -08:00
Bill Zissimopoulos
af36418f43 fsctl: FSP_FSCTL_FILE_INFO and related changes 2016-01-22 23:00:25 -08:00
Bill Zissimopoulos
68795652b3 sys: Create requests now send additional information on response 2016-01-22 16:39:46 -08:00
Bill Zissimopoulos
5a1384462b dll: FspDebugLogSD 2016-01-15 15:05:19 -08:00
Bill Zissimopoulos
c933e81b5f dll: FspAssignSecurity 2016-01-14 17:46:41 -08:00
Bill Zissimopoulos
f3d84c7b88 rename *Path to *Name in multiple instances 2016-01-13 15:16:46 -08:00
Bill Zissimopoulos
45a01b4af2 winfsp.h: minor change 2016-01-13 13:34:07 -08:00
Bill Zissimopoulos
ebc8016787 dll: FSP_FILE_SYSTEM_INTERFACE method changes and C++ support 2016-01-13 12:15:03 -08:00
Bill Zissimopoulos
5d558334cd winfsp-tests: memfs 2016-01-12 19:49:09 -08:00
Bill Zissimopoulos
3eae5bc726 dll: overwrite refactoring 2016-01-12 16:44:11 -08:00
Bill Zissimopoulos
7e1883044b dll: overwrite refactoring 2016-01-12 16:43:24 -08:00
Bill Zissimopoulos
3c80e25614 dll: overwrite refactoring 2016-01-12 15:14:31 -08:00
Bill Zissimopoulos
aad518ac27 dll: FspShareAccessRemove in cleanup 2016-01-05 13:30:23 -08:00