index
:
delta/libimobiledevice/libusbmuxd.git
master
pkgconfig
prerelease
readme
git.libimobiledevice.org: libusbmuxd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libusbmuxd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warning about missing void in function declaration of usbmuxd_un...
fidetro
2020-04-27
1
-1
/
+1
*
Remove unnecessary NULL pointer checks
Nikias Bassen
2019-05-26
1
-9
/
+4
*
inotify: Fix hang when usbmuxd is not running and device monitor is stopped
Nikias Bassen
2019-05-25
1
-2
/
+47
*
Make sure device monitor thread can be cancelled without pthread_cancel
Nikias Bassen
2019-05-25
1
-3
/
+5
*
Make sure to send device remove events when unregistering the callback
Nikias Bassen
2019-05-23
1
-0
/
+8
*
Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it c...
Nikias Bassen
2019-05-22
1
-36
/
+138
*
Fix Segmentation Fault when UDID parsing failed by bailing out in case of error
Nikias Bassen
2019-03-23
1
-1
/
+1
*
Use common thread implementation as used in other libimobiledevice libraries
Nikias Bassen
2019-02-27
1
-32
/
+13
*
win32: Make sure ECONNREFUSED is defined
Nikias Bassen
2019-02-26
1
-0
/
+3
*
Return meaningful error codes from usbmuxd_connect()
Nikias Bassen
2019-01-18
1
-5
/
+13
*
Avoid code duplication for sanitizing udid
Nikias Bassen
2018-10-16
1
-14
/
+15
*
Rename DEBUG and ERROR macros to avoid name collision
Nikias Bassen
2018-10-15
1
-52
/
+52
*
Allow using non-standard usbmuxd socket address via environment variable
Nikias Bassen
2018-10-14
1
-0
/
+44
*
Add proper support for USB and network (WiFi sync) devices reported by usbmuxd
Nikias Bassen
2018-10-13
1
-101
/
+201
*
Silence compiler warning about signed vs. unsigned compare
Nikias Bassen
2018-10-12
1
-2
/
+2
*
Properly detect availability of program_invocation_short_name and suppress co...
Nikias Bassen
2018-10-12
1
-2
/
+2
*
Add hyphen to new style UDIDs on device add events too
Nikias Bassen
2018-10-12
1
-0
/
+5
*
Add hyphen to new style UDIDs introduced with iPhone XS/XR
BALATON Zoltan
2018-10-08
1
-0
/
+5
*
Add usbmuxd_save_pair_record_with_device_id() to target a device by it's usbm...
Nikias Bassen
2018-09-15
1
-5
/
+13
*
Set ClientVersionString to a more adequate string (PACKAGE_VERSION)
Nikias Bassen
2018-09-15
1
-1
/
+1
*
Properly set ProgName (and BundleID if available) in plist messages to usbmuxd
Nikias Bassen
2018-09-15
1
-8
/
+165
*
win32: Only define sleep() when it's not found and reorder header file includes
Nikias Bassen
2017-01-03
1
-3
/
+5
*
Move EBADMSG and EPROTO defines out of the WIN32 ifdef
David Crosby
2016-07-14
1
-4
/
+5
*
win32: Return WaitForSingleObject error code in usbmuxd_unsubscribe
Nikias Bassen
2016-07-14
1
-1
/
+4
*
Report pthread_kill/pthread_join errors in usbmuxd_unsubscribe
Christophe Fergeau
2016-07-14
1
-2
/
+7
*
Handle 'Paired' message and pass event to client through callback
Nikias Bassen
2016-07-14
1
-0
/
+12
*
Log all errors during receive for debugging
BALATON Zoltan
2016-07-13
1
-11
/
+7
*
Catch Paired message even if it is ignored now to prevent returning an
BALATON Zoltan
2016-07-13
1
-2
/
+18
*
inotify: Work around race condition by adding a retry loop
Nikias Bassen
2014-10-10
1
-1
/
+8
*
Fix check for file descriptor validity
Nikias Bassen
2014-10-10
1
-1
/
+1
*
Update copyright header
Martin Szulecki
2014-10-06
1
-2
/
+2
*
Fix undefined pointer operation warning from latest Clang
Martin Szulecki
2014-10-06
1
-1
/
+1
*
win32: Avoid exporting non-public symbols with declspec dllexport
Nikias Bassen
2014-10-03
1
-3
/
+7
*
Use -fvisibility=hidden to avoid exporting non-public symbols
Chow Loong Jin
2014-10-03
1
-16
/
+22
*
Update copyright headers of all source files to match
Martin Szulecki
2014-10-03
1
-21
/
+20
*
Return 0 on success in usbmuxd_read_buid()
Nikias Bassen
2014-09-11
1
-1
/
+2
*
Properly dereference record_data to check that it's set.
Aaron Burghardt
2014-06-20
1
-1
/
+1
*
Make sure to close socket if usbmuxd_get_device_list() errors out
Nikias Bassen
2014-05-06
1
-0
/
+3
*
Close socket in usbmuxd_read_buid() and usbmuxd_*_pair_record() functions
Nikias Bassen
2014-04-24
1
-0
/
+4
*
Properly handle segmented send/receive situations
Nikias Bassen
2014-03-24
1
-4
/
+20
*
Improve error checking around usbmuxd_get_result()
Nikias Bassen
2014-03-24
1
-15
/
+18
*
Use plist_dict_set_item() instead of deprecated plist_dict_insert_item()
Nikias Bassen
2014-03-22
1
-9
/
+9
*
usbmuxd_send(): return negative errno value on error
Nikias Bassen
2014-03-11
1
-1
/
+1
*
use socket_send() instead of send()
Nikias Bassen
2014-03-10
1
-1
/
+1
*
plug several memory leaks
Nikias Bassen
2014-03-02
1
-4
/
+7
*
remove invalid free
Nikias Bassen
2014-03-02
1
-1
/
+0
*
Change vendor id to org.libimobiledevice.usbmuxd
Martin Szulecki
2014-02-10
1
-1
/
+1
*
Replace socket implementation and fix indentation in iproxy sources
Martin Szulecki
2014-02-10
1
-21
/
+21
*
removed mutex lock - concurrency issues where caused by tag mismatch
Nikias Bassen
2014-01-15
1
-18
/
+0
*
make usbmuxd_send() return a negative errno value like specified in the docs
Nikias Bassen
2014-01-10
1
-1
/
+2
[next]