summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* device: Flush buffer to client when remote side unexpectedly terminates conne...Nikias Bassen2018-05-152-2/+16
* client: Set socket options for client connections to improve performanceNikias Bassen2018-05-151-0/+12
* Remove whitespace errorsNikias Bassen2018-05-091-6/+6
* udev: Work around systemd bug related to bind events on Linux 4.12+Bastien Nocera2018-04-181-0/+3
* configure: Add missing check for localtime_r introduced in previous commitNikias Bassen2018-04-091-1/+1
* log: Fix timestamps being printed incorrectly when running in foregroundNikias Bassen2018-04-091-5/+11
* udev: Handle all events only onceRudolf Tammekivi2018-01-311-3/+3
* udev: ensure that all events relating to device are tagged systemdGavin Li2018-01-312-3/+6
* usb: Remove leftover debug log outputNikias Bassen2018-01-311-1/+0
* Fix typo in error message.Carlos Maddela2018-01-081-1/+1
* usb: Fix calculation of RX loop countNikias Bassen2018-01-081-0/+1
* usb: Use heap buffer instead of making the usb_device struct largerNikias Bassen2018-01-081-6/+18
* usb: Use libusb asynchronous I/O for getting initial device information.Alexis Ballier2018-01-081-35/+111
* usb: Store the whole device descriptor in struct usb_deviceAlexis Ballier2018-01-081-4/+3
* client: Plug memory leakRudolf Tammekivi2017-12-281-0/+1
* conf: Report an error if writing to config file failsNikias Bassen2017-10-291-3/+8
* Better error handling when saving pair recordsFrederik Carlier2017-10-292-12/+34
* utils: Use autoconf to check for availability of clock_gettime()Nikias Bassen2017-07-172-2/+2
* Fix --with-systemd argument to configureMoritz Schlarb2016-01-281-1/+1
* Try to autodetect ppoll(2) instead of hardcoding the list of platforms lackin...Jan Beich2016-01-282-1/+2
* device: Plug small memory leakNikias Bassen2016-01-281-0/+1
* Fix debug message printing the wrong timeout valueNikias Bassen2016-01-281-1/+1
* Add a static clock_gettime() substitute for OS X.Aaron Burghardt2016-01-281-0/+33
* internal_get_value: fix over-free of node returned by plist_dict_get_item.Aaron Burghardt2015-07-311-1/+0
* send_system_buid: fix leak of buid string returned by config_get_system_buid.Aaron Burghardt2015-07-311-0/+1
* Update README with new git URL, IRC and twitter profileMartin Szulecki2015-01-281-2/+5
* Update NEWS with latest changesNikias Bassen2014-12-021-0/+1
* preflight: Remove obsoleted extern function declarationsNikias Bassen2014-12-021-3/+0
* usb: Implement device discovery using libusb hotplug eventsNikias Bassen2014-12-021-202/+268
* Rename usb-linux.c to more suitable usb.cNikias Bassen2014-12-022-2/+2
* Updated NEWS with latest changesNikias Bassen2014-12-021-0/+10
* 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