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
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: Make connecting sockets non-blocking
Nikias Bassen
2020-05-15
1
-11
/
+31
*
inetcat: Properly handle USB vs. network devices with new command line switches
Nikias Bassen
2020-05-14
1
-23
/
+99
*
iproxy: Properly handle USB vs. network devices with new command line switches
Nikias Bassen
2020-05-14
1
-36
/
+112
*
configure: Add PACKAGE_URL and PACKAGE_BUGREPORT
Nikias Bassen
2020-05-14
1
-1
/
+1
*
Fix compiler warning about missing void in function declaration of usbmuxd_un...
fidetro
2020-04-27
2
-2
/
+2
*
configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to a...
Nikias Bassen
2020-01-14
1
-3
/
+1
*
Bump version to 2.0.2
Nikias Bassen
2019-12-05
1
-1
/
+1
*
tools: Update .gitignore and name in header of c file
Nikias Bassen
2019-12-05
2
-2
/
+2
*
inetcat: Add missing sys/select header
Rosen Penev
2019-11-26
1
-0
/
+1
*
tools: Rename icat to inetcat due to name conflict with sleuthkit
2.0.1
Nikias Bassen
2019-11-26
4
-6
/
+12
*
Updated NEWS for release
2.0.0
Nikias Bassen
2019-11-07
1
-0
/
+9
*
Update libplist version requirement
Nikias Bassen
2019-11-07
1
-1
/
+1
*
Bump version to 2.0.0
Nikias Bassen
2019-11-07
1
-1
/
+1
*
Bump soversion due to changes in interface
Nikias Bassen
2019-11-07
1
-1
/
+1
*
Fix enum comments in doxygen compatible way
Nikias Bassen
2019-11-06
1
-3
/
+3
*
Added icat to .gitignore
Nikias Bassen
2019-10-23
1
-0
/
+1
*
tools: Ignore SIGPIPE
Nikias Bassen
2019-09-28
2
-0
/
+8
*
win32: Fix compilation
Nikias Bassen
2019-08-03
3
-2
/
+25
*
tools: Add new tool 'icat'
Adrien Guinet
2019-08-03
2
-1
/
+154
*
iproxy: Fix (newly introduced) timeout errors not being handled
Nikias Bassen
2019-06-29
1
-2
/
+2
*
Convert README to markdown and update links
Nikias Bassen
2019-06-20
2
-70
/
+66
*
socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
Nikias Bassen
2019-06-13
1
-0
/
+4
*
common: Use portable pointer initialization and assert on allocation failure
Nikias Bassen
2019-06-12
1
-6
/
+16
*
configure: Add missing check for pselect
Nikias Bassen
2019-05-27
1
-0
/
+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
2
-5
/
+7
*
configure.ac: Make sure pthread_cancel is properly detected
Nikias Bassen
2019-05-25
1
-1
/
+3
*
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
4
-43
/
+184
*
socket: Return -ECONNRESET from socket_receive_timeout() instead of -EAGAIN i...
Nikias Bassen
2019-05-21
1
-1
/
+5
*
socket: Move initialization of timeval structure into retry loop in socket_ch...
Nikias Bassen
2019-05-21
1
-8
/
+7
*
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
6
-40
/
+241
*
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
2
-6
/
+15
*
socket: Make sure to use socket_close() really everywhere
Nikias Bassen
2018-10-21
1
-1
/
+1
*
Use socket_close instead of close to close a socket
Frederik Carlier
2018-10-19
1
-1
/
+1
*
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
3
-31
/
+127
*
Add proper support for USB and network (WiFi sync) devices reported by usbmuxd
Nikias Bassen
2018-10-13
3
-111
/
+257
*
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
2
-2
/
+20
*
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
*
Fix compile warnings
BALATON Zoltan
2018-09-25
1
-4
/
+4
*
Add usbmuxd_save_pair_record_with_device_id() to target a device by it's usbm...
Nikias Bassen
2018-09-15
3
-6
/
+26
*
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
2
-8
/
+167
[next]