summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Remove silly null statementv1.0.2Hector Martin2010-02-071-1/+1
* Clean up CMakeLists (inspired by Gentoo patch)Hector Martin2010-02-071-2/+1
* Don't crash on TCP junk during device initHector Martin2010-02-011-3/+9
* Require explicit username to drop privsHector Martin2010-01-301-7/+11
* Do not attempt to drop privs to rootHector Martin2010-01-301-24/+27
* Clean up packet size types and add some paranoiaHector Martin2010-01-244-21/+35
* Security fix: check cumulative packet size for split device packetsHector Martin2010-01-241-0/+5
* Use -Wall globallyHector Martin2010-01-241-1/+2
* Get rid of SHORT_NOT_OK flag for USB sendsHector Martin2009-12-071-2/+0
* Fix signal handling and work around a udev bugHector Martin2009-10-311-4/+20
* Fix USB pid range check: was trying to claim all Apple devicesHector Martin2009-10-311-1/+1
* Add build time reminder about creating a userHector Martin2009-10-281-0/+6
* Add missing license headers and make them consistentHector Martin2009-10-259-9/+19
* Make some log messages more consistentHector Martin2009-10-121-4/+4
* Downgrade "no connection for packet" message loglevel tooHector Martin2009-10-121-1/+1
* optimize: persist fdlist for duration of main_loopHector Martin2009-10-121-2/+3
* optimize: considerable CPU usage was due to needless ops for unlogged messagesHector Martin2009-10-121-3/+3
* Downgrade unknown client fd message loglevelHector Martin2009-10-121-1/+1
* Disable polling in udev mode, use udev to signal device discoveryHector Martin2009-10-103-16/+56
* Require libusb-1.0.3 and hardcode explicit ZLP logicHector Martin2009-10-032-26/+0
* Match a range of supported USB IDs and make iPod Touch 64GB workMartin Szulecki2009-09-232-10/+4
* Fix compile under Darwin with more includes, also silences some warnings.Nikias Bassen2009-09-081-0/+1
* usb-linux: use libusb_get_max_packet_size() instead of custom code.Nikias Bassen2009-08-281-17/+2
* Add version information.Nikias Bassen2009-08-262-2/+2
* Make usbmuxd_connect work again, MESSAGE_CONNECT processing was broken.Nikias Bassen2009-08-251-3/+3
* Renamed directory 'usbmuxd' to more suitable 'daemon'.Nikias Bassen2009-08-2510-0/+2604