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-10
inotify: Work around race condition by adding a retry loop
Nikias Bassen
1
-1
/
+8
2014-10-10
Fix check for file descriptor validity
Nikias Bassen
1
-1
/
+1
2014-10-06
Update and correct AUTHORS
Martin Szulecki
1
-4
/
+4
2014-10-06
Update copyright header
Martin Szulecki
1
-2
/
+2
2014-10-06
Fix undefined pointer operation warning from latest Clang
Martin Szulecki
1
-1
/
+1
2014-10-03
Bump so revision due to ABI changes
Nikias Bassen
1
-1
/
+1
2014-10-03
Updated NEWS with latest changes
Nikias Bassen
1
-1
/
+3
2014-10-03
win32: Avoid exporting non-public symbols with declspec dllexport
Nikias Bassen
1
-3
/
+7
2014-10-03
Use -fvisibility=hidden to avoid exporting non-public symbols
Chow Loong Jin
2
-17
/
+28
2014-10-03
Move socket and collection functions to a convenience library
Chow Loong Jin
9
-9
/
+21
2014-10-03
Update copyright headers of all source files to match
Martin Szulecki
6
-76
/
+73
2014-10-03
Update NEWS with latest changes
Martin Szulecki
1
-8
/
+23
2014-10-03
Update and slightly cleanup copyright headers of public API
Martin Szulecki
2
-43
/
+40
2014-10-03
Update README with latest information and project URLs
Martin Szulecki
1
-199
/
+48
2014-10-03
Rename license file to more generic COPYING
Martin Szulecki
1
-0
/
+0
2014-10-03
Remove umaintained and untested Python tools
Martin Szulecki
3
-397
/
+0
2014-10-03
Remove obsolete files from "stuff", afc can be used easily instead
Martin Szulecki
2
-66
/
+0
2014-10-03
Remove outdated and unmaintained README.devel
Martin Szulecki
1
-50
/
+0
2014-10-03
iproxy: Print correct error message when receiving fails
Nikias Bassen
1
-2
/
+2
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
[next]