1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-04-27 00:49:15 -05:00
Commit Graph

1023 Commits

Author SHA1 Message Date
Bill Zissimopoulos 3f3c02f3ce dll: fuse: help system refactoring 2016-06-01 00:39:27 -07:00
Bill Zissimopoulos 4b9945d9bf dll: fsp_fuse_main_real: implementation 2016-05-31 22:13:17 -07:00
Bill Zissimopoulos 19d400d251 dll: fsp_fuse_parse_cmdline, fsp_fuse_main_real: implementation checkpoint 2016-05-31 21:49:58 -07:00
Bill Zissimopoulos b559c7405f dll: fuse_opt: support escaped options and related refactoring 2016-05-31 15:34:26 -07:00
Bill Zissimopoulos 765bb1e1a3 fuse: better handling of long (Cygwin64 vs Win64) 2016-05-31 11:12:01 -07:00
Bill Zissimopoulos 300ce8485b fuse: introduction of fsp_fuse_env and major refactoring 2016-05-31 10:53:22 -07:00
Bill Zissimopoulos 4a4dab14c5 inc: fuse: remove long references (as they have different size in Win64 and Cygwin64) 2016-05-31 09:46:02 -07:00
Bill Zissimopoulos fd8a3ab786 dll: cygwin integration checkpoint 2016-05-31 00:02:45 -07:00
Bill Zissimopoulos b7665478d9 dll: cygwin integration checkpoint 2016-05-30 22:33:27 -07:00
Bill Zissimopoulos a938cb4fe6 dll, tst: fix 32-bit build 2016-05-30 15:19:36 -07:00
Bill Zissimopoulos d12a256430 fuse_opt: fuse_opt_parse: remove backslash escaping for now 2016-05-30 00:17:58 -07:00
Bill Zissimopoulos bcbba3e4cf fuse_opt: testing 2016-05-29 23:41:55 -07:00
Bill Zissimopoulos 10c3f6f507 fuse_opt: testing 2016-05-29 23:37:30 -07:00
Bill Zissimopoulos ead273ae18 fuse_opt: testing 2016-05-29 23:31:53 -07:00
Bill Zissimopoulos 74a943d8d7 fuse_opt: implementation checkpoint 2016-05-29 23:05:54 -07:00
Bill Zissimopoulos a40e7d8c56 fuse_opt: implementation checkpoint 2016-05-29 20:19:12 -07:00
Bill Zissimopoulos 187311bb5e fuse_opt: implementation checkpoint 2016-05-29 17:12:28 -07:00
Bill Zissimopoulos e14a26b540 fuse_opt: implementation checkpoint 2016-05-29 15:56:19 -07:00
Bill Zissimopoulos 4850056bf6 tst: winfsp-tests: fuse_opt testing 2016-05-29 10:15:37 -07:00
Bill Zissimopoulos 3d3dcbe0c5 dll: fsp_fuse_opt_add_opt: testing 2016-05-28 17:53:11 -07:00
Bill Zissimopoulos 7ea13a967a dll: fsp_fuse_opt_insert_arg/fsp_fuse_opt_free_args: testing 2016-05-28 17:24:34 -07:00
Bill Zissimopoulos c851e9c98e fuse_opt: implementation checkpoint 2016-05-28 16:07:20 -07:00
Bill Zissimopoulos 9e068049b3 fuse_opt: implementation checkpoint 2016-05-28 12:04:29 -07:00
Bill Zissimopoulos f993cf7251 fuse_opt: implementation checkpoint 2016-05-28 11:41:12 -07:00
Bill Zissimopoulos e8f35ac314 fuse_opt: implementation checkpoint 2016-05-28 11:02:55 -07:00
Bill Zissimopoulos 4d57a5c10e fuse_opt: implementation checkpoint 2016-05-27 00:04:50 -07:00
Bill Zissimopoulos 7db0f68dd7 fuse: implementation checkpoint 2016-05-25 18:34:36 -07:00
Bill Zissimopoulos 1f22bd3517 fuse: implementation checkpoint 2016-05-25 16:35:07 -07:00
Bill Zissimopoulos 91825106f1 fuse: implementation skeleton 2016-05-25 14:26:49 -07:00
Bill Zissimopoulos 9bceb577e3 dll: debug: minor fix: ensure that AccessToken is passed as a PVOID to FspDebugLog 2016-05-24 22:14:26 -07:00
Bill Zissimopoulos 2155cbadc3 ext/test: update submodule 2016-05-24 22:02:35 -07:00
Bill Zissimopoulos 71867f6779 sys, dll: IRP_MJ_SET_INFORMATION: perform access checks when replacing file during rename 2016-05-24 21:41:08 -07:00
Bill Zissimopoulos 214b43398f dll: FspAccessCheckEx: if the desired access includes DELETE or FILE_READ_ATTRIBUTES and access was denied, check with the parent 2016-05-24 15:37:16 -07:00
Bill Zissimopoulos aa75d412ac sys: IRP_MJ_QUERY_VOLUME_INFORMATION: FileFsDeviceInformation: always return FILE_DEVICE_DISK to avoid problem with GetFileType failures 2016-05-23 22:23:47 -07:00
Bill Zissimopoulos 6be55aa515 memfs: allow empty VolumePrefix in command line 2016-05-23 17:16:06 -07:00
Bill Zissimopoulos 10c997ab6b dll: FspDebugLogRequest, FspDebugLoogResponse: improve log message consistency 2016-05-23 16:38:11 -07:00
Bill Zissimopoulos 1505b1f368 memfs: add -d (debug) switch 2016-05-23 13:47:07 -07:00
Bill Zissimopoulos b004268583 src: dll: FspDebugLogRequest, FspDebugLogResponse 2016-05-23 12:36:49 -07:00
Bill Zissimopoulos 301e8fed62 src: dll: FspDebugLogRequest, FspDebugLogResponse 2016-05-23 11:40:23 -07:00
Bill Zissimopoulos c2e38bcc97 src: dll: FspDebugLogRequest, FspDebugLogResponse 2016-05-23 11:09:24 -07:00
Bill Zissimopoulos 37b1dc440e tools: rename nmake-test.bat to nmake-ext-test.bat 2016-05-21 17:14:27 -07:00
Bill Zissimopoulos c4b6e9bb47 appveyor.yml: improve build process 2016-05-21 14:49:25 -07:00
Bill Zissimopoulos 55f9053b1b appveyor.yml: build tests before running them 2016-05-21 14:26:53 -07:00
Bill Zissimopoulos a53abe8ab6 appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically 2016-05-21 14:03:50 -07:00
Bill Zissimopoulos 5fa7ba3513 tools: run-tests: add fsx and winfstest tests 2016-05-21 13:31:18 -07:00
Bill Zissimopoulos 7e2c767997 ext: add secfs.test as submodule 2016-05-20 23:26:13 -07:00
Bill Zissimopoulos d102edf1e9 tools: run-tests.bat: fix silly mistake 2016-05-20 21:27:40 -07:00
Bill Zissimopoulos 0412fac588 tools: run-tests 2016-05-20 21:14:11 -07:00
Bill Zissimopoulos 3935372956 update appveyor.yml: use appveyor command to add test output 2016-05-20 19:03:49 -07:00
Bill Zissimopoulos d89baea193 memfs: do not update LastAccessTime on Open 2016-05-20 18:39:32 -07:00