Nikias Bassen
f7eac74184
Updated NEWS for release
1.2.1
2026-04-22 10:35:01 +02:00
Nikias Bassen
4498e2a06e
Updated README
2026-04-22 10:34:50 +02:00
Evgeny Kapun
903a29c742
Fix FUSE capability flags set during initialization.
...
The intent behind the line "conn->want &= FUSE_CAP_ASYNC_READ;" was likely to clear the FUSE_CAP_ASYNC_READ flag, but it actually clears all the other flags instead. This commit changes it to clear only that flag.
Fixes #107
2026-02-17 06:58:47 +00:00
Nikias Bassen
8f8e12ee19
Update NEWS for release
1.2.0
2025-10-14 03:06:34 +02:00
Nikias Bassen
bcb9bd3425
Updated README
2025-10-14 03:01:46 +02:00
Nikias Bassen
d7e7cba32e
Use libimobiledevice 1.4.0
2025-10-14 02:48:47 +02:00
Nikias Bassen
c71cc3d9ca
Update deprecated autoconf macros and automatically derive version number from latest git tag
2025-09-29 11:19:59 +02:00
Nikias Bassen
e22e5b2a54
Fix build on macOS (disable Darwin extensions)
2025-09-29 11:10:14 +02:00
Alexander Bakanovskii
abdd4d93a1
Add chown and chmod stubs
...
Fixes : #110
2025-09-24 16:01:37 +02:00
Hugo Osvaldo Barrera
784c98dd40
Indicate that usbmuxd is a runtime dependency
...
Fixes #91
2025-09-24 15:55:47 +02:00
Nikias Bassen
bbf2838a47
[github-actions] Bump dawidd6/action-download-artifact from 3 to 6
2024-12-02 06:43:50 +01:00
Nikias Bassen
c4ab3d64bd
[github-actions] Updated build workflow
2024-11-15 21:58:24 +01:00
Nikias Bassen
2cfe207248
Updated README
2024-11-15 19:52:18 +01:00
mojyack
36956a5179
Switch to fuse3
2024-10-20 02:44:21 +09:00
Nikias Bassen
814a0e3805
[github-actions] Add build workflow (Linux only for now)
2023-01-06 14:26:00 +01:00
Nikias Bassen
6f5b8e410f
Updated README with pkg-config requirement
2022-04-04 08:55:58 +02:00
Nikias Bassen
14839dcda4
README: Fix typo
2021-06-30 02:37:53 +02:00
Nikias Bassen
ccfd254cba
configure: Remove obsolete 'libimobiledevice API' line from configure output
2020-08-10 02:12:33 +02:00
Martin Szulecki
38c9f456fb
Post release version bump to 1.1.5
2020-06-15 22:15:05 +02:00
Nikias Bassen
33434dec21
Fix typo in NEWS
1.1.4
2020-06-15 20:30:05 +02:00
Martin Szulecki
ee1bf401e9
Update NEWS with latest changes
2020-06-15 20:23:48 +02:00
Martin Szulecki
00bd2cdd7e
Fix installation instructions in README.md to use FUSE version 2 dev package
2020-06-15 19:02:48 +02:00
Martin Szulecki
012058e82a
Add "contributing" section to README.md
2020-06-13 04:22:40 +02:00
Nikias Bassen
13b3cda34d
Update README with Apple trademarks
2020-06-13 02:57:27 +02:00
Martin Szulecki
176d4c683f
Improve README.md with feature, installation and usage sections
2020-06-13 02:16:02 +02:00
Nikias Bassen
cce061d2ce
Rename 'phone' global variable to more suitable 'device'
2020-06-09 04:17:45 +02:00
Nikias Bassen
f0ddc02531
Update --network command line switch analog to the other idevice tools
2020-06-09 04:14:54 +02:00
Nikias Bassen
e7de655995
Update libplist and libimobiledevice version requirements
2020-06-09 04:08:20 +02:00
Nikias Bassen
0ef9a9a5af
Drop support for older versions of libimobiledevice
2020-06-09 04:07:55 +02:00
Martin Szulecki
ffb0dde05c
Apply changes towards a project wide common "autogen.sh" file
2020-06-09 04:01:24 +02:00
Martin Szulecki
1b78535c51
Remove trailing whitespace errors from all files
2020-06-08 23:04:07 +02:00
Martin Szulecki
02cd6998ce
Unfold automake variables into multiple lines for maintainability
2020-06-08 22:10:34 +02:00
Martin Szulecki
b3a2b8f86f
Make sure README.md file is added to distribution archive
2020-06-08 22:06:26 +02:00
Martin Szulecki
d544d9d53a
Convert README to markdown, update content and links
2020-06-08 13:54:27 +02:00
Martin Szulecki
d173fd9b32
Add title columns and use double quotes for each item in "--list-apps" output
...
This might actually be called listing apps in CSV format output now.
2020-06-04 23:31:21 +02:00
Martin Szulecki
74a4782bc0
Update man page to match current ifuse usage output and tidy it up a bit
2020-06-04 23:30:37 +02:00
Martin Szulecki
c5d508bbd7
Update man page with new "--network" option
2020-06-04 23:30:03 +02:00
Martin Szulecki
61a00d2e23
Add new "--network" option to allow connecting to network devices
2020-06-04 23:21:49 +02:00
Martin Szulecki
81bee150f7
Request all file sharing apps with "--list-apps" instead of user apps only
2020-06-04 23:17:56 +02:00
Martin Szulecki
4601bd02ea
Add .gitignore file
2020-06-04 05:06:51 +02:00
Martin Szulecki
1d804531d6
Update NEWS with latest changes
2020-06-04 04:40:09 +02:00
Martin Szulecki
8256a65d55
Unify ifuse usage output with other tools and add project URLs
2020-06-04 04:39:13 +02:00
Martin Szulecki
7a2fdce9ec
Update man page with project URLs
2020-06-04 04:38:54 +02:00
Martin Szulecki
ee8ab6f5fd
Break AC_OUTPUT items into separate lines for better version control
2020-06-04 04:37:52 +02:00
Martin Szulecki
7dc0f1adc5
Require autoconf 2.64, add project URLs and "check-news" flag to configure.ac
2020-06-04 04:34:59 +02:00
Martin Szulecki
845ca80260
Post release version bump to 1.1.4
2020-06-04 04:34:24 +02:00
Yves-Alexis Perez
e75d32c34d
Fix typo in error message
2018-10-08 13:34:44 +02:00
Nikias Bassen
3b00243682
Remove length check on UDID argument to support newer devices
2018-10-01 09:18:09 +02:00
Nikias Bassen
df048a1d07
Add new --list-apps command line switch that will print a list of file sharing enabled apps
2016-11-04 17:45:47 +01:00
Nikias Bassen
8e633f44d6
Print useful error message when mounting an app's Documents folder fails
2016-11-04 14:27:29 +01:00