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

42 Commits

Author SHA1 Message Date
Mathias Buus
e218d40f90
malloc and track thread_local buffers from js (#20)
* malloc and track thread_local buffers from js to avoid crashes when multiple external buffers are made from the same pointer

* make tests pass on 14.3.0

* disable npm cache

* debug log

* detach array buffer on read free as a test

* fix detatch

* detach arraybuffer asap, to avoid crashes

* reset test

* add secure travis key

* missing arraybuffer pass

* bump all the flags

* no linux 32
2020-05-20 16:33:46 +02:00
Bennjamin Blast
519b468995 fix: remove incorrect flush parameter 2020-05-20 10:49:18 +02:00
Andrew Osheroff
42e5321365 Better unmount behavior on OSX + OSX-specific unmount tests 2020-02-07 14:53:21 +01:00
Mathias Buus
9d0892abdd more timeout logic 2020-01-31 14:56:23 +01:00
Mathias Buus
38a4a52231 fix timeout code and make it opt-out 2020-01-31 14:09:00 +01:00
Andrew Osheroff
2f6d2054fe Add mkdir option + update README 2020-01-29 13:32:31 +01:00
Mathias Buus
1a08b3de57 support auto timeouts 2020-01-24 12:05:09 +01:00
Andrew Osheroff
95386bf49c Handle ENXIO in force mount 2020-01-24 12:01:29 +01:00
Andrew Osheroff
b0c3489030 Added force option + static unmount 2020-01-24 11:41:50 +01:00
Andrew Osheroff
f7dde5d16a Adding static unmount + force option 2020-01-24 11:41:50 +01:00
Mathias Buus
b98133a18f fix defaults 2020-01-23 15:10:57 +01:00
Mathias Buus
05f6eecd45 fix typo 2020-01-14 16:55:06 +01:00
Mathias Buus
62401463df fix multiple options 2020-01-14 14:29:11 +01:00
Mathias Buus
383ace28ab >4gb support 2020-01-14 14:27:40 +01:00
Mathias Buus
23c3eccd7f
fix segfault and add more sane api (#4) 2020-01-08 21:32:26 +01:00
Mathias Buus
393250d107 amc is the stat order 2020-01-07 10:54:30 +01:00
Mathias Buus
148f2af59d fix stat times not being set 2020-01-07 10:44:38 +01:00
Andrew Osheroff
420da8ccbb Better makeHandler 2019-12-17 11:30:38 +01:00
Andrew Osheroff
ebc1e7664e Remove destroy handling 2019-11-19 11:42:40 +01:00
Andrew Osheroff
18167492e7 JS changes 2019-11-19 11:18:26 +01:00
Andrew Osheroff
994331abbe Added statfs test 2019-11-15 11:31:18 +01:00
Andrew Osheroff
0d48cd8fc8 Bug fixes 2019-09-18 18:44:54 +02:00
Andrew Osheroff
92b22d1c50 add this._closed to prevent reopening 2019-08-07 12:54:00 +02:00
Andrew Osheroff
b48d260d9e better default handling in error case 2019-08-07 12:44:13 +02:00
Andrew Osheroff
97f6e37003 all warnings gone 2019-08-06 17:23:10 +02:00
Andrew Osheroff
a176a98bf0 strncpy mnt argument + diskutil on osx 2019-08-06 16:48:15 +02:00
Andrew Osheroff
73b897dfe7 bug fixes 2019-08-06 11:24:04 +02:00
Andrew Osheroff
2961856b5b tests all pass 2019-08-06 10:55:08 +02:00
Andrew Osheroff
97e42d4fb9 remove debugging messages 2019-08-02 11:01:23 +02:00
Andrew Osheroff
54a5d6c0b3 all tests pass except clean unmounting 2019-08-02 00:19:40 +02:00
Andrew Osheroff
1be624229f example works 2019-08-02 00:19:40 +02:00
Andrew Osheroff
e4732baf83 init flow works, getattr fails 2019-08-02 00:19:40 +02:00
Andrew Osheroff
bd9d36fb2f fixed C function signatures + added JS methods 2019-08-02 00:19:38 +02:00
Andrew Osheroff
bd8c036010 big macro refactor compiles 2019-08-02 00:19:34 +02:00
Andrew Osheroff
9121e8822c added unmount + better example 2019-08-02 00:19:31 +02:00
Andrew Osheroff
d5747dd20f better example 2019-07-31 11:59:30 +02:00
Andrew Osheroff
2e5dd4298d added utimens + release 2019-07-30 18:58:39 +02:00
Andrew Osheroff
b65343696e added readdir 2019-07-29 16:44:54 +02:00
Andrew Osheroff
a01ebc477d working getattr 2019-07-29 13:57:57 +02:00
Mathias Buus
5a2c2b5d03 add simple way of messaging numbers and return code 2019-07-25 12:52:48 +02:00
Mathias Buus
48d991ac79 cleanup js 2019-07-25 12:37:14 +02:00
Mathias Buus
cf9234e856 reimpl 2019-07-24 16:52:17 +02:00