2045 Commits

Author SHA1 Message Date
Bill Zissimopoulos
778939d018
sys,dll,inc: implement user mode locking 2017-11-28 14:18:48 -08:00
Bill Zissimopoulos
5c962c8fc5
doc: includes notes on backwards compat testing 2017-11-15 15:08:26 -08:00
Bill Zissimopoulos
a9080208d9
tools,tst: backwards compat testing for FUSE layer 2017-11-15 13:41:17 -08:00
Bill Zissimopoulos
3cc9697248
update changelog for v1.2B3 2017-11-15 11:57:53 -08:00
Bill Zissimopoulos
9f45d513ca
build: update version to 2017.2 B3 2017-11-15 11:29:08 -08:00
Bill Zissimopoulos
77349c1330
tst: winfsp-tests: setfileinfo_test, stream_setfileinfo_test:
- perform time tests around UNIX epoch to accommodate 32-bit file systems
2017-11-15 10:48:15 -08:00
Bill Zissimopoulos
7c11a45e6e
tst: passthrough-fuse: setcrtime 2017-11-14 21:55:41 -08:00
Bill Zissimopoulos
48ad297df1
dll: fuse: setcrtime, setchgtime 2017-11-14 21:55:09 -08:00
Bill Zissimopoulos
3d2de57e9d
tst: passthrough-fuse: streamline time calculations 2017-11-14 21:38:20 -08:00
Bill Zissimopoulos
658d873efb
dll: fuse: streamline time calculations 2017-11-14 21:37:50 -08:00
Bill Zissimopoulos
efc93cacd3
tst: passthrough-fuse: BSD flags support 2017-11-14 14:25:17 -08:00
Bill Zissimopoulos
41b54ef57a
tools: run-tests: enable setfileinfo_test for passthrough-fuse 2017-11-14 12:02:19 -08:00
Bill Zissimopoulos
fd662ee848
tst: passthrough-fuse: BSD flags support 2017-11-14 12:01:00 -08:00
Bill Zissimopoulos
895bf67691
dll: fuse: implement BSD flags support 2017-11-14 09:11:51 -08:00
Bill Zissimopoulos
e06fe4153d
dll: fuse: implement BSD flags support 2017-11-13 20:44:49 -08:00
Bill Zissimopoulos
9f2fe92db7
tst: memfs: slowio: improvements 2017-11-03 10:01:27 -07:00
Bill Zissimopoulos
d3f829b2df
tools: run-tests: fsx-memfs-*-slowio 2017-11-02 21:45:08 -07:00
Bill Zissimopoulos
fa4651b3ce
tst: winfsp-tests: enable slowio 2017-11-02 17:36:52 -07:00
Bill Zissimopoulos
5a44e5c04a
tst: memfs: fix pending Write 2017-11-02 16:19:19 -07:00
Bill Zissimopoulos
68122b5c68
tst: winfsp-tests: enable slowiio 2017-11-02 15:59:32 -07:00
Bill Zissimopoulos
b672312c79
tst: memfs: code cleanup and testing 2017-11-02 15:43:14 -07:00
Bill Zissimopoulos
0ab35fde1a tst: memfs: slowio: minor code cleanup 2017-11-01 18:30:36 -07:00
Bill Zissimopoulos
9be2b7a2b9 tst: memfs: slowio 2017-11-01 17:12:29 -07:00
John Oberschelp
39dd7662bd
Update Contributors.asciidoc 2017-11-01 09:58:11 -07:00
John Oberschelp
244afc8a3c
Update memfs-main.c 2017-10-31 15:50:50 -07:00
John Oberschelp
111955db84
Update memfs.cpp 2017-10-31 15:44:24 -07:00
John Oberschelp
76ff8232bc
Update memfs-main.c 2017-10-31 15:42:26 -07:00
John Oberschelp
9a3ac3c7a1
Update memfs.h 2017-10-31 15:39:19 -07:00
John Oberschelp
4adc0d4700
Update memfs-test.c 2017-10-31 15:36:09 -07:00
John Oberschelp
91c714dd53
Update fscrash-main.c 2017-10-31 15:32:12 -07:00
Bill Zissimopoulos
11cb57a0bf dll: np: pass username as argument to launcher 2017-10-27 15:12:18 -07:00
Bill Zissimopoulos
3a8ad9c8d7 sys: QueryDirectory stability:
- FspMetaCacheAddItem now handles exceptions during copy from fs buffer
- FspFsvolQueryDirectoryLengthMax is correct max length for QueryDirectory
v1.2B2
2017-10-25 10:44:33 -07:00
Bill Zissimopoulos
fa388e57ad appveyor: add avast testing 2017-10-20 13:54:26 -07:00
Bill Zissimopoulos
1952d0d941 update changelog 2017-10-19 19:18:21 -07:00
Bill Zissimopoulos
1a02438488 sys: dirctl: fix 32-bit builds (after Avast changes) 2017-10-19 17:19:31 -07:00
Bill Zissimopoulos
07f15c236b sys: dirctl: eliminate use of SystemBuffer to work around problems with Avast 2017-10-19 16:49:10 -07:00
Bill Zissimopoulos
93af1be861 update changelog 2017-10-12 10:11:01 -07:00
Bill Zissimopoulos
b52c90f980 update changelog 2017-10-12 10:02:28 -07:00
Bill Zissimopoulos
b154c307b7 version.properties: update build to 2017.2 B2 2017-10-12 09:52:41 -07:00
Bill Zissimopoulos
697063af51 inc: winfsp.h: minor restructuring 2017-10-11 17:17:18 -07:00
Bill Zissimopoulos
436e31da34 dotnet: GetOperationProcessId 2017-10-11 17:07:38 -07:00
Bill Zissimopoulos
92e7dbad21 sys: Create and Rename requests should include the originating process PID 2017-10-11 16:28:50 -07:00
Bill Zissimopoulos
4812f5bbd0 sys: Create and Rename requests should include the originating process PID 2017-10-11 16:25:22 -07:00
John Oberschelp
045a1fa19c Update memfs-test.c 2017-10-09 14:51:18 -07:00
John Oberschelp
c9b2c0460b Update fscrash-main.c 2017-10-09 14:49:50 -07:00
John Oberschelp
1468df78a2 Update memfs.h 2017-10-09 14:48:33 -07:00
John Oberschelp
0fb6299f17 Update memfs-main.c 2017-10-09 14:47:28 -07:00
John Oberschelp
0da43fe2d4 Update memfs.cpp 2017-10-09 14:46:24 -07:00
Bill Zissimopoulos
d824ba464d version.properties: update build to 2017.2 B1 v1.2B1 2017-10-01 11:45:23 -07:00
Bill Zissimopoulos
affca267c5 update changelog 2017-10-01 11:39:15 -07:00