Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-04 | Use secure project URL in configure.ac | Martin Szulecki | 1 | -1/+1 | |
2020-04-30 | Fix configure failing when libimobiledevice is installed in non-standard prefix | Nikias Bassen | 1 | -0/+3 | |
2019-11-11 | Fix compatibility with latest changes in libimobiledevice | Nikias Bassen | 1 | -0/+9 | |
2018-11-29 | build: check if clock_gettime() requires -lrt on old GNU systems | Mikkel Kamstrup Erlandsen | 1 | -0/+3 | |
2018-10-02 | preflight: Fix compatibility with latest internal changes to libimobiledevice | Nikias Bassen | 1 | -1/+1 | |
2018-04-09 | configure: Add missing check for localtime_r introduced in previous commit | Nikias Bassen | 1 | -1/+1 | |
2018-01-31 | udev: ensure that all events relating to device are tagged systemd | Gavin Li | 1 | -1/+1 | |
systemd will not restart the usbmuxd service the after the first time it is plugged in if it does not receive the "remove" events, which also happen to lack the idVendor and idProduct attributes, so use ENV{PRODUCT} instead. | |||||
2017-07-17 | utils: Use autoconf to check for availability of clock_gettime() | Nikias Bassen | 1 | -1/+1 | |
2016-01-28 | Fix --with-systemd argument to configure | Moritz Schlarb | 1 | -1/+1 | |
Otherwise, specifying ''--with-systemd'' will actually lead to systemd support being disabled. Got that from https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/External-Software.html (last example). | |||||
2016-01-28 | Try to autodetect ppoll(2) instead of hardcoding the list of platforms ↵ | Jan Beich | 1 | -0/+1 | |
lacking it thus using fallback. | |||||
2014-11-11 | Bump libusb dependency to 1.0.9 for libusb_get_device_speed() | Martin Szulecki | 1 | -1/+1 | |
2014-10-17 | Post-release version bump to 1.1.1 | Martin Szulecki | 1 | -1/+1 | |
2014-10-17 | configure.ac: Fix small typo in error message1.1.0 | Martin Szulecki | 1 | -1/+1 | |
2014-10-16 | Fix udev activation rule using wrong binary due to typo | Martin Szulecki | 1 | -1/+1 | |
2014-10-16 | Set bug report and home page URLs in AC_INIT() | Martin Szulecki | 1 | -1/+1 | |
2014-10-16 | Bump autoconf requirement to 2.64 | Martin Szulecki | 1 | -1/+1 | |
2014-10-16 | Make sure configuration summary outputs correctly on OS X | Martin Szulecki | 1 | -7/+4 | |
2014-10-16 | The activation method on OS X is "manual" as we do not offer launchd support | Martin Szulecki | 1 | -1/+2 | |
2014-10-16 | Set udevrulesdir only for platforms with udev | Martin Szulecki | 1 | -1/+2 | |
2014-10-16 | Use HAVE_SYSTEMD macro definition instead of WANT_SYSTEMD | Martin Szulecki | 1 | -1/+1 | |
2014-10-16 | Rename HAVE_SYSTEMD conditional into WANT_SYSTEMD | Martin Szulecki | 1 | -1/+1 | |
2014-10-15 | Post-release version bump to 1.1.0 | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | Use long options for udev activation rule as it's easier to understand | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | Add man page for usbmuxd daemon | Martin Szulecki | 1 | -0/+1 | |
2014-10-14 | Add "check-news" automake option to ensure correct NEWS file on releases | Martin Szulecki | 1 | -1/+1 | |
2014-09-19 | Fix description format for default value in AC_ARG_WITH of preflight argument | Martin Szulecki | 1 | -1/+1 | |
2014-09-19 | Add systemd activation autofoo with fallback for udev and manual activation | Martin Szulecki | 1 | -4/+78 | |
2013-12-13 | add support for reading and writing config and pair record files | Nikias Bassen | 1 | -1/+1 | |
2013-12-13 | make libplist/protov1 support mandatory | Nikias Bassen | 1 | -23/+1 | |
2013-09-26 | udev: lower rules numbering to make sure we start as early as possible | Nikias Bassen | 1 | -1/+1 | |
To prevent the trust dialog from appearing on iOS7 devices we need to make sure that no PTP access is happening before usbmuxd starts. So we start as early as possible so the device will be in trusted host state. | |||||
2013-09-19 | Bump version to 1.0.9 | Martin Szulecki | 1 | -1/+1 | |
2013-09-19 | added preflight worker implementation to handle initial device pairing | Nikias Bassen | 1 | -3/+27 | |
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | Nikias Bassen | 1 | -0/+96 | |
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 |