Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-25 | Add missing license headers and make them consistent | 9 | -9/+19 | ||
2009-10-12 | Make some log messages more consistent | 1 | -4/+4 | ||
2009-10-12 | Downgrade "no connection for packet" message loglevel too | 1 | -1/+1 | ||
Also happens after connection is closed by the host and the like, to be expected. | |||||
2009-10-12 | optimize: persist fdlist for duration of main_loop | 1 | -2/+3 | ||
constant malloc and realloc was wasting lots of time | |||||
2009-10-12 | optimize: considerable CPU usage was due to needless ops for unlogged messages | 1 | -3/+3 | ||
2009-10-12 | Downgrade unknown client fd message loglevel | 1 | -1/+1 | ||
It can happen sometimes when the phone and the client close at the same time (during the same mainloop iteration) and the like, it's not important when it shows up during connection teardown. | |||||
2009-10-10 | Disable polling in udev mode, use udev to signal device discovery | 3 | -16/+56 | ||
2009-10-03 | Require libusb-1.0.3 and hardcode explicit ZLP logic | 2 | -26/+0 | ||
1.0.3 has the 0-byte transaction fix. The saga continues on the libusb trac. Whenever they add the ZLP flag we can get rid of the 0-byte logic and just set it. | |||||
2009-09-23 | Match a range of supported USB IDs and make iPod Touch 64GB work | 2 | -10/+4 | ||
2009-09-08 | Fix compile under Darwin with more includes, also silences some warnings. | 1 | -0/+1 | ||
2009-08-28 | usb-linux: use libusb_get_max_packet_size() instead of custom code. | 1 | -17/+2 | ||
2009-08-26 | Add version information. | 2 | -2/+2 | ||
2009-08-25 | Make usbmuxd_connect work again, MESSAGE_CONNECT processing was broken. | 1 | -3/+3 | ||
2009-08-25 | Renamed directory 'usbmuxd' to more suitable 'daemon'. | 10 | -0/+2604 | ||