1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Mathias Buus
f6fe161228 clean up #7 2015-08-08 22:56:37 +02:00
Mathias Buus
e7f5308ee5 Merge pull request #7 from raymond-h/master
Windows support using Dokany (Dokan fork)
2015-08-08 22:48:46 +02:00
Raymond Hammarling
cad433382d use getenv() instead of node -e stuff 2015-08-07 20:39:18 +02:00
Raymond Hammarling
cb731824ce update readme 2015-08-07 20:26:07 +02:00
Raymond Hammarling
75b3867bac altered bindings.gyp to use DOKAN_INSTALL_DIR env var 2015-08-07 20:24:07 +02:00
Raymond Hammarling
0355084d5d added warning for Windows in readme 2015-08-07 05:04:21 +02:00
Raymond Hammarling
e1babe507a Change mode 188 to 33188 for file 'test' from example.js 2015-08-07 04:05:36 +02:00
Raymond Hammarling
2f4e33a41e added FUSE_USE_VERSION define in header 2015-08-07 03:58:01 +02:00
Raymond Hammarling
13fc745c1f Use abstr_thread_t instead of thread_t for thread typedef 2015-08-07 03:51:38 +02:00
Raymond Hammarling
b8a3e44d47 added Windows instructions to readme 2015-08-07 02:25:01 +02:00
Raymond Hammarling
e351388783 tweaks to bindings.gyp 2015-08-07 01:19:15 +02:00
Raymond Hammarling
89f657fbda invoke dokanctl.exe to unmount paths on Windows 2015-08-07 00:46:14 +02:00
Raymond Hammarling
5dc0ab7acf {a,c,m}time support 2015-08-06 23:59:38 +02:00
Raymond Hammarling
cc81654ac1 fixes on Windows for example 2015-08-06 23:29:42 +02:00
Raymond Hammarling
84b17e1efa fixes on Linux 2015-08-06 21:39:12 +02:00
Raymond Hammarling
4aa5a3da3a added Windows abstractions + dokany (still wip)
dokany found at `dokan-dev/dokany`
2015-08-06 21:33:27 +02:00
Raymond Hammarling
7a87f2cea2 abstract threads, mutexes 2015-08-06 19:28:38 +02:00
Raymond Hammarling
a6192b1ad2 move semaphore abstractions to header file 2015-08-06 18:36:11 +02:00
Mathias Buus
1804062e26 add pkg-config to osx requirements 2015-06-11 07:06:26 -07:00
Mathias Buus
18bef8b184 2.4.3 2015-05-21 13:38:35 +02:00
Mathias Buus
919eef1424 fix truncate 2015-05-21 13:38:32 +02:00
Mathias Buus
b6ec61be75 2.4.2 2015-05-19 20:24:50 +02:00
Mathias Buus
50e0c4f4d0 code can be undefined 2015-05-19 20:24:47 +02:00
Mathias Buus
81a428267f 2.4.1 2015-05-16 21:05:43 +02:00
Mathias Buus
65a6311ba9 2.4.0 2015-05-16 20:33:55 +02:00
Mathias Buus
ac9191960a add support for mknod 2015-05-16 20:33:50 +02:00
Mathias Buus
e133e04513 2.3.0 2015-05-13 02:52:36 +02:00
Mathias Buus
fb5b51f88b add 3s timeout to unmount since fuse sometimes fails 2015-05-13 02:52:13 +02:00
Mathias Buus
431d61db79 fix docs 2015-05-11 11:15:17 +02:00
Mathias Buus
c078c5e086 2.2.0 2015-05-05 02:22:08 +02:00
Mathias Buus
3bc7238626 add fuse.context(). fixes #3 2015-05-05 02:22:05 +02:00
Mathias Buus
9cb20308ad 2.1.3 2015-05-05 01:52:58 +02:00
Mathias Buus
2a19f072be add missing scope 2015-05-05 01:52:56 +02:00
Mathias Buus
183c70961d 2.1.2 2015-03-26 19:35:53 +01:00
Mathias Buus
16118666a9 guard diplayFolder to only run on osx to fix mafintosh/torrent-mount#20 2015-03-26 19:35:03 +01:00
Mathias Buus
6916670b73 2.1.1 2015-03-26 16:39:59 +01:00
Mathias Buus
cbfe087444 Merge pull request #1 from clkao/patch-1
Add --libs-only-L to pkg-config
2015-03-26 16:39:36 +01:00
Mathias Buus
0832478d0e 2.1.0 2015-03-24 19:20:19 +01:00
Mathias Buus
c8eaa11d09 add errno method 2015-03-24 19:20:09 +01:00
Chia-liang Kao
06a14e718b Add --libs-only-L to pkg-config
so we get -L/usr/loca/lib and actually build
2015-03-24 23:12:32 +08:00
Mathias Buus
9fb41cb2f9 2.0.1 2015-03-24 06:54:56 +01:00
Mathias Buus
4a302b054b fix mkdir api docs 2015-03-24 06:54:51 +01:00
Mathias Buus
cff04b8a09 2.0.0 2015-03-23 17:20:18 +01:00
Mathias Buus
424e3c06ff update fuse4js section 2015-03-23 17:20:13 +01:00
Mathias Buus
dee77e1a30 link tests 2015-03-23 17:17:27 +01:00
Mathias Buus
6631b2ad55 fix utimens 2015-03-23 17:17:13 +01:00
Mathias Buus
54448dbb1c update docs 2015-03-23 16:56:01 +01:00
Mathias Buus
b3db64d034 make return code optional 2015-03-23 16:55:37 +01:00
Mathias Buus
dc50eb6005 add link tests 2015-03-23 15:42:45 +01:00
Mathias Buus
4ad285fb91 change readlink signature 2015-03-23 15:21:11 +01:00