index
:
usbmuxd
caching
lograw
master
refactor
A socket daemon to multiplex connections from and to iOS devices
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
Unify usage output with other tools and add project URLs
Martin Szulecki
1
-1
/
+6
2020-05-07
Do not perform preflight on T2 devices
Rick Mark
1
-4
/
+12
2019-11-02
Define _BSD_SOURCE again for older platforms.
Nikias Bassen
1
-0
/
+1
2019-10-07
Replace obsolete _BSD_SOURCE define with _DEFAULT_SOURCE
Nikias Bassen
1
-1
/
+1
2019-02-07
Allow logging to a dedicated logfile
Nikias Bassen
1
-16
/
+35
2016-01-28
Try to autodetect ppoll(2) instead of hardcoding the list of platforms lackin...
Jan Beich
1
-1
/
+1
2016-01-28
Fix debug message printing the wrong timeout value
Nikias Bassen
1
-1
/
+1
2014-11-12
Use non-blocking sockets for client communication
Nikias Bassen
1
-0
/
+9
2014-10-16
Only conditionally compile bits of udev and systemd support
Martin Szulecki
1
-1
/
+21
2014-10-14
Fix support for more than one device with systemd by extending usbmuxd usage
Martin Szulecki
1
-15
/
+41
2014-10-14
Fix broken "--user" option which didn't accept an argument
Martin Szulecki
1
-1
/
+1
2014-10-06
Update and slightly cleanup copyright headers
Martin Szulecki
1
-20
/
+19
2014-05-27
Fix detection of new "-V" version argument
Martin Szulecki
1
-1
/
+1
2014-03-27
Add "--version" option to print version number and exit, useful for bug reports
Martin Szulecki
1
-0
/
+5
2014-03-27
Update command usage output to match best practice and other tools
Martin Szulecki
1
-10
/
+11
2014-01-09
removed trailing \n from usbmuxd_log() messages
Nikias Bassen
1
-2
/
+2
2013-12-23
increase number of open file descriptors
Nikias Bassen
1
-0
/
+7
2013-12-13
add support for reading and writing config and pair record files
Nikias Bassen
1
-5
/
+2
2013-12-10
main: make sure the non-privileged user has proper access to the config dir
Nikias Bassen
1
-9
/
+21
2013-10-08
main: prevent uninitialized value when using struct flock
Nikias Bassen
1
-0
/
+1
2013-09-22
main: enclose libimobiledevice related code in #ifdefs
Nikias Bassen
1
-0
/
+6
2013-09-19
preflight: Use userpref_get_system_buid() instead of hardcoded path
Martin Szulecki
1
-1
/
+4
2013-09-19
make sure usbmuxd -x does not terminate when unpaired devices are still present
Nikias Bassen
1
-1
/
+1
2013-09-19
added preflight worker implementation to handle initial device pairing
Nikias Bassen
1
-3
/
+17
2013-09-17
silence several compiler warnings
Nikias Bassen
1
-5
/
+5
2013-09-17
remove libusbmuxd sources and adapt source tree to use autotools
Nikias Bassen
1
-0
/
+618