index
:
libusbmuxd
master
A client library to multiplex connections from and to iOS devices
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-27
Use return value from socket_send instead of using errno
Nikias Bassen
1
-2
/
+1
2024-03-26
iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a singl...
Nikias Bassen
2
-17
/
+2
2024-03-26
Add libusbmuxd_version() function to interface
Nikias Bassen
2
-0
/
+15
2024-01-29
Move USBMUXD_API to public headers
Nikias Bassen
3
-47
/
+59
2024-01-15
[github-actions] Update checkout and upload-artifacts to v3
Nikias Bassen
1
-6
/
+6
2023-09-01
iproxy: Fix typo in log messages
Nikias Bassen
1
-2
/
+2
2023-06-21
Remove unneeded buffer copy in device_info_from_plist()
Nikias Bassen
1
-3
/
+1
2023-04-30
autoconf: Small update to configure.ac
Nikias Bassen
1
-1
/
+1
2023-04-30
git-version-gen: Prevent multiple lines of output
Nikias Bassen
1
-0
/
+1
2023-03-01
Add cast to prevent sign-compare compiler warning
Nikias Bassen
1
-2
/
+2
2023-02-12
autoconf: Fix clang-16 breakage
Matthew Smith
1
-2
/
+2
2022-09-05
Allow using libusbmuxd as submodule
Nikias Bassen
1
-1
/
+1
2022-08-24
[github-actions] Add a scheduled build every 1st of the month so we always ha...
Nikias Bassen
1
-1
/
+4
2022-05-05
Make conn_data member of usbmuxd_device_info struct unsigned since it's not a...
Nikias Bassen
3
-11
/
+11
2022-04-04
Updated README
Nikias Bassen
1
-1
/
+2
2022-02-10
automake: Add git-version-gen to EXTRA_DIST and add .tarball-version hook
Nikias Bassen
1
-1
/
+5
2022-02-10
[github-actions] Windows: Prevent -dirty suffix in version string by disablin...
Nikias Bassen
2
-0
/
+2
2022-02-10
autoconf: Automatically derive version number from latest git tag
Nikias Bassen
2
-2
/
+26
2022-01-02
Fix typo in comment
Nikias Bassen
1
-1
/
+1
2021-09-13
[github-actions] macOS: build for arm64 too
Nikias Bassen
1
-1
/
+11
2021-09-06
Add build status badge to README.md
Nikias Bassen
1
-0
/
+2
2021-09-06
[github-actions] Add build workflow
Nikias Bassen
1
-0
/
+169
2021-09-01
Updated pkg-config file with libimobiledevice-glue dependency
Nikias Bassen
1
-1
/
+1
2021-09-01
Remove common code in favor of new libimobiledevice-glue
Nikias Bassen
15
-1649
/
+37
2021-08-31
Update deprecated autoconf macros and update m4 files
Nikias Bassen
3
-120
/
+155
2021-07-15
Forward usbmuxd connect error codes instead of using -1 everywhere
Nikias Bassen
1
-14
/
+22
2021-06-30
README: Fix typo
Nikias Bassen
1
-1
/
+1
2021-02-05
tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ...
Nikias Bassen
1
-1
/
+1
2020-12-30
Remove cast to the same type
Rosen Penev
1
-1
/
+1
2020-12-30
Add parentheses to macro arguments
Rosen Penev
2
-4
/
+4
2020-12-30
Do not use else after return or break for better code readability
Rosen Penev
4
-33
/
+43
2020-12-30
Remove pointless return
Rosen Penev
1
-1
/
+0
2020-12-30
Fix inconsistent declarations
Rosen Penev
2
-18
/
+18
2020-12-28
docs: Fix typo in inetcat manpage
Nikias Bassen
1
-1
/
+1
2020-11-27
socket: Fix build on Windows
Nikias Bassen
5
-5
/
+312
2020-09-16
common: Increase timeout for socket_send() to reasonable value
Nikias Bassen
1
-1
/
+2
2020-06-15
Post release version bump to 2.0.3
Martin Szulecki
1
-1
/
+1
2020-06-15
Update NEWS with latest changes
2.0.2
Martin Szulecki
1
-0
/
+8
2020-06-15
iproxy: Add missing include
Nikias Bassen
1
-0
/
+1
2020-06-15
iproxy: Add new "--version" option to output version information
Martin Szulecki
1
-1
/
+9
2020-06-15
inetcat: Add new "--version" option to output version information
Martin Szulecki
1
-1
/
+9
2020-06-14
Make sure generated pkg-config file is matched by .gitignore rule
Martin Szulecki
1
-1
/
+1
2020-06-14
Add API version to library and pkgconfig file for proper linking
Nikias Bassen
3
-9
/
+9
2020-06-13
Add "contributing" section to README.md
Martin Szulecki
1
-0
/
+19
2020-06-13
Update README.md to fix minor typos and dependencies for installation
Martin Szulecki
1
-3
/
+6
2020-06-13
Update README with Apple trademarks
Nikias Bassen
1
-1
/
+2
2020-06-12
Improve README.md with feature, installation and usage sections
Martin Szulecki
1
-39
/
+112
2020-06-09
Apply changes towards a project wide common "autogen.sh" file
Martin Szulecki
1
-11
/
+22
2020-06-08
Fix pkg-config file pointing to older libplist dependency
Nikias Bassen
1
-1
/
+1
2020-06-08
Move pkg-config file into src dir and rename it to include major version as s...
Nikias Bassen
4
-4
/
+4
[next]