Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-16 | Only conditionally compile bits of udev and systemd support | 1 | -1/+21 | ||
2014-10-14 | Fix support for more than one device with systemd by extending usbmuxd usage | 1 | -15/+41 | ||
Upon connecting a new device, usbmuxd was not notified to scan for it if systemd was used as the activation method. This change introduces the "--disable-hotplug" and "--enable-exit" options to have a finer control over usbmuxd's signaling behavior. The convenience option "--systemd" complements the "--udev" option and setups the right settings for systemd. | |||||
2014-10-14 | Fix broken "--user" option which didn't accept an argument | 1 | -1/+1 | ||
2014-10-06 | Update and slightly cleanup copyright headers | 1 | -20/+19 | ||
2014-05-27 | Fix detection of new "-V" version argument | 1 | -1/+1 | ||
2014-03-27 | Add "--version" option to print version number and exit, useful for bug reports | 1 | -0/+5 | ||
2014-03-27 | Update command usage output to match best practice and other tools | 1 | -10/+11 | ||
2014-01-09 | removed trailing \n from usbmuxd_log() messages | 1 | -2/+2 | ||
2013-12-23 | increase number of open file descriptors | 1 | -0/+7 | ||
When a large number of devices are used, the number of open file descriptors can reach the default system limit. Upon startup we now raise it to a much higher value to give more 'space'. | |||||
2013-12-13 | add support for reading and writing config and pair record files | 1 | -5/+2 | ||
2013-12-10 | main: make sure the non-privileged user has proper access to the config dir | 1 | -9/+21 | ||
2013-10-08 | main: prevent uninitialized value when using struct flock | 1 | -0/+1 | ||
2013-09-22 | main: enclose libimobiledevice related code in #ifdefs | 1 | -0/+6 | ||
2013-09-19 | preflight: Use userpref_get_system_buid() instead of hardcoded path | 1 | -1/+4 | ||
2013-09-19 | make sure usbmuxd -x does not terminate when unpaired devices are still present | 1 | -1/+1 | ||
2013-09-19 | added preflight worker implementation to handle initial device pairing | 1 | -3/+17 | ||
2013-09-17 | silence several compiler warnings | 1 | -5/+5 | ||
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | 1 | -0/+618 | ||
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git |