History log of /src/lib/librefuse/refuse |
Revision | Date | Author | Comments |
1.5 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.4 | 22-Jan-2022 |
pho | lib/librefuse: Add support for legacy types and functions
|
1.3 | 22-Jan-2022 |
pho | lib/librefuse: Add stub functions for FUSE polling API
|
1.2 | 22-Jan-2022 |
pho | lib/librefuse: Implement data buffer API appeared on FUSE 2.9
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement FUSE session API and its signal handling functionality
|
1.2 | 22-Jan-2022 |
pho | Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE
It broke build on platforms where PAGE_SIZE was not defined in <machine/vmparam.h>.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement data buffer API appeared on FUSE 2.9
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement data buffer API appeared on FUSE 2.9
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.2 | 14-Jul-2023 |
pho | refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs
These API versions were completely missing from refuse/fs.c. User programs could request these versions and build fine, but they couldn't even initialize a FUSE context at run time.
|
1.1 | 22-Jan-2022 |
pho | branches: 1.1.2; lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1.2.1 | 14-Jul-2023 |
martin | Pull up following revision(s) (requested by pho in ticket #234):
lib/librefuse/refuse/fs.c: revision 1.2
refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs
These API versions were completely missing from refuse/fs.c. User programs could request these versions and build fine, but they couldn't even initialize a FUSE context at run time.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Add support for legacy types and functions
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Add support for legacy types and functions
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Add stub functions for FUSE polling API
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Add stub functions for FUSE polling API
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement FUSE session API and its signal handling functionality
|
1.2 | 11-Feb-2024 |
andvar | Fix few more typos in comments and log message: s/butoon/button/ s/BUTTOM/BOTTOM/ s/communicaiton/communication/ s/recevice/receive/ s/regiion/region/
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement FUSE session API and its signal handling functionality
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.2 | 23-Jan-2022 |
rillig | librefuse: fix lint warnings about void function returning a value
lib/librefuse/refuse_compat.c(155): error: void function fuse_unmount cannot return value [213] lib/librefuse/refuse/v30.c(57): error: void function fuse_destroy_v30 cannot return value [213]
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|
1.1 | 22-Jan-2022 |
pho | lib/librefuse: Implement all sorts of compat tweaks to appease various file systems
ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE 3.10. Sorry for the freaking giant patch. I could not break it down any further.
|