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
2014-10-03
iproxy: Use internal socket helper functions everywhere for better portability
Nikias Bassen
1
-13
/
+11
2014-10-03
iproxy: Detach accept thread to handle multiple connections
Eric Day
1
-6
/
+16
2014-09-26
iproxy: Also disconnect client if usbmuxd is not running or no device is found
Nikias Bassen
1
-0
/
+6
2014-09-21
iproxy: Disconnect client if no or unmatching device is connected
Nikias Bassen
1
-1
/
+4
2014-09-21
iproxy: Add the ability to filter by UDID
Eric Day
1
-4
/
+28
2014-09-13
Properly rename header guards according to C++ standard
Nikias Bassen
4
-11
/
+11
2014-09-11
Return 0 on success in usbmuxd_read_buid()
Nikias Bassen
1
-1
/
+2
2014-06-20
Properly dereference record_data to check that it's set.
Aaron Burghardt
1
-1
/
+1
2014-05-09
tools: Use $(top_builddir) instead of relative path to fix out of tree build
Martin Szulecki
1
-1
/
+1
2014-05-06
Make sure to close socket if usbmuxd_get_device_list() errors out
Nikias Bassen
1
-0
/
+3
2014-04-24
Close socket in usbmuxd_read_buid() and usbmuxd_*_pair_record() functions
Nikias Bassen
1
-0
/
+4
2014-03-25
Fix check for validity of socket file descriptor
Nikias Bassen
1
-1
/
+1
2014-03-24
Properly handle segmented send/receive situations
Nikias Bassen
1
-4
/
+20
2014-03-24
Improve error checking around usbmuxd_get_result()
Nikias Bassen
1
-15
/
+18
2014-03-24
Post-release version bump to 1.0.10
Nikias Bassen
1
-1
/
+1
2014-03-22
Added NEWS with latest changes
1.0.9
Nikias Bassen
1
-0
/
+18
2014-03-22
Use plist_dict_set_item() instead of deprecated plist_dict_insert_item()
Nikias Bassen
1
-9
/
+9
2014-03-12
socket: Fix compiler warning due to unused variable
Martin Szulecki
1
-0
/
+4
2014-03-11
socket: avoid SIGPIPE using SO_NOSIGPIPE or MSG_NOSIGNAL
Nikias Bassen
1
-1
/
+40
2014-03-11
usbmuxd_send(): return negative errno value on error
Nikias Bassen
1
-1
/
+1
2014-03-10
use socket_send() instead of send()
Nikias Bassen
1
-1
/
+1
2014-03-02
plug several memory leaks
Nikias Bassen
1
-4
/
+7
2014-03-02
remove invalid free
Nikias Bassen
1
-1
/
+0
2014-02-10
Change vendor id to org.libimobiledevice.usbmuxd
Martin Szulecki
1
-1
/
+1
2014-02-10
Replace socket implementation and fix indentation in iproxy sources
Martin Szulecki
6
-328
/
+340
2014-01-15
removed mutex lock - concurrency issues where caused by tag mismatch
Nikias Bassen
1
-18
/
+0
2014-01-10
make usbmuxd_send() return a negative errno value like specified in the docs
Nikias Bassen
1
-1
/
+2
2014-01-08
make 'use_tag' usage thread safe and ignore tag mismatch errors
Nikias Bassen
1
-28
/
+39
2014-01-07
Fix checking return values from usbmuxd
Nikias Bassen
1
-4
/
+4
2013-12-13
correct some debug messages
Nikias Bassen
1
-4
/
+4
2013-12-13
bump soversion to reflect new interface functions
Nikias Bassen
1
-1
/
+1
2013-12-13
implemented usbmuxd_read/save/delete_pair_record()
Nikias Bassen
2
-0
/
+166
2013-12-13
implemented usbmuxd_read_buid()
Nikias Bassen
2
-0
/
+61
2013-12-13
make libplist dependency/protov1 support mandatory
Nikias Bassen
2
-67
/
+8
2013-12-12
implement ListDevices command and use it in usbmuxd_get_device_list()
Nikias Bassen
1
-31
/
+131
2013-12-11
usbmuxd_get_result: allow getting the plist result for newer usbmuxd commands
Nikias Bassen
1
-8
/
+23
2013-12-11
default to proto v1 (plist) with fallback to binary-only
Nikias Bassen
1
-6
/
+10
2013-12-09
add missing kLibUSBMuxVersion to plist messages
Nikias Bassen
1
-0
/
+2
2013-12-09
add plist helper functions to reduce code duplication
Nikias Bassen
1
-28
/
+31
2013-11-12
Fixed misuse of free() instead of plist_free().
Aaron Burghardt
1
-1
/
+1
2013-10-31
Bump version to 1.0.9
Nikias Bassen
1
-2
/
+2
2013-09-17
disable debug output by default
Nikias Bassen
1
-1
/
+1
2013-09-17
improve speed my lowering timeout when getting device list
Nikias Bassen
1
-1
/
+1
2013-09-17
win32: avoid versioning
Nikias Bassen
1
-0
/
+1
2013-09-17
fix win32 build
Nikias Bassen
2
-2
/
+2
2013-09-17
added stuff directory from usbmuxd repo
Nikias Bassen
2
-0
/
+66
2013-09-17
added libpthread_LIBS to fix build in tools
Nikias Bassen
3
-2
/
+6
2013-09-17
initial commit of adapted source tree.
Nikias Bassen
24
-0
/
+3573