summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log process name of client if possible on LinuxprocessnameMartin Szulecki2014-11-301-2/+25
* systemd: Remove Type option from service file as it already defaults to simpleMartin Szulecki2014-11-211-1/+0
* systemd: Add documentation reference to unit fileMartin Szulecki2014-11-211-0/+1
* docs: Use correct manual section (8) for manpageMartin Szulecki2014-11-212-6/+6
* Use non-blocking sockets for client communicationNikias Bassen2014-11-122-1/+31
* Revert "client: Make sure fd is writable before calling send() to avoid block...Nikias Bassen2014-11-121-18/+1
* client: Make sure fd is writable before calling send() to avoid blockingNikias Bassen2014-11-111-1/+18
* Get USB speed for device and use it for device attached client messageMartin Szulecki2014-11-115-2/+34
* Bump libusb dependency to 1.0.9 for libusb_get_device_speed()Martin Szulecki2014-11-111-1/+1
* client: Remove invalid line feed from log messageNikias Bassen2014-11-111-1/+1
* client: Log pid of connecting clients (if supported)Nikias Bassen2014-11-111-0/+16
* Use new get_tick_count() to avoid timing issues on packetsMartin Szulecki2014-11-114-9/+24
* Post-release version bump to 1.1.1Martin Szulecki2014-10-171-1/+1
* configure.ac: Fix small typo in error message1.1.0Martin Szulecki2014-10-171-1/+1
* Update NEWS with latest changesMartin Szulecki2014-10-171-0/+12
* Make sure usbmuxd-proto.h file is added to distributionMartin Szulecki2014-10-171-1/+1
* Fix udev activation rule using wrong binary due to typoMartin Szulecki2014-10-161-1/+1
* Set bug report and home page URLs in AC_INIT()Martin Szulecki2014-10-161-1/+1
* Bump autoconf requirement to 2.64Martin Szulecki2014-10-161-1/+1
* Add a pkg-config requirement check in autogen.shMartin Szulecki2014-10-161-0/+4
* Only conditionally compile bits of udev and systemd supportMartin Szulecki2014-10-161-1/+21
* Make sure configuration summary outputs correctly on OS XMartin Szulecki2014-10-161-7/+4
* The activation method on OS X is "manual" as we do not offer launchd supportMartin Szulecki2014-10-161-1/+2
* Set udevrulesdir only for platforms with udevMartin Szulecki2014-10-161-1/+2
* Use HAVE_SYSTEMD macro definition instead of WANT_SYSTEMDMartin Szulecki2014-10-161-1/+1
* Rename HAVE_SYSTEMD conditional into WANT_SYSTEMDMartin Szulecki2014-10-162-2/+2
* Post-release version bump to 1.1.0Martin Szulecki2014-10-151-1/+1
* Make sure license files are added in make dist1.0.9Martin Szulecki2014-10-151-1/+1
* Update NEWS with latest changesMartin Szulecki2014-10-141-5/+5
* docs: Update man page to match latest usage changesMartin Szulecki2014-10-141-7/+20
* Use long options for udev activation rule as it's easier to understandMartin Szulecki2014-10-141-1/+1
* systemd: Use new "--systemd" and fix multiple device handling with systemdMartin Szulecki2014-10-141-1/+1
* Fix support for more than one device with systemd by extending usbmuxd usageMartin Szulecki2014-10-141-15/+41
* Fix broken "--user" option which didn't accept an argumentMartin Szulecki2014-10-141-1/+1
* Slightly clean up CFLAGS in Makefile.amMartin Szulecki2014-10-141-4/+5
* Update README description to match man pageMartin Szulecki2014-10-141-6/+6
* Add man page for usbmuxd daemonMartin Szulecki2014-10-144-1/+74
* Add "check-news" automake option to ensure correct NEWS file on releasesMartin Szulecki2014-10-141-1/+1
* Add initial NEWS fileMartin Szulecki2014-10-061-0/+41
* Update README with latest information and project URLsMartin Szulecki2014-10-061-187/+77
* Update and slightly cleanup copyright headersMartin Szulecki2014-10-0616-307/+291
* Update and correct AUTHORSMartin Szulecki2014-10-061-3/+12
* Flush input buffer for a client connection when calling connection_teardown().Satoshi Ohgoh2014-09-191-0/+16
* Fix description format for default value in AC_ARG_WITH of preflight argumentMartin Szulecki2014-09-191-1/+1
* Add systemd activation autofoo with fallback for udev and manual activationMartin Szulecki2014-09-197-12/+136
* Properly rename header guards according to C++ standardNikias Bassen2014-09-138-18/+18
* Use protocol version 2 by defaultNikias Bassen2014-05-271-1/+1
* device: Add protocol version 2 supportNikias Bassen2014-05-271-12/+83
* client: Fix crash that occured when receiving client command from old clientMartin Szulecki2014-05-271-0/+5
* Fix detection of new "-V" version argumentMartin Szulecki2014-05-271-1/+1