Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-03 | Add udev mode of operation | Bastien Nocera | 1 | -4/+21 | |
When starting up, force background operation when in udev mode and don't error out when already running. When disconnecting, check if there are any devices left-over, and exit if not. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-03 | Fix build warnings | Bastien Nocera | 1 | -2/+2 | |
usbmux.c: In function ‘usbmux_free_device’: usbmux.c:412: warning: ‘bytes’ may be used uninitialized in this function main.c: In function ‘usbmuxd_client_init_thread’: main.c:197: warning: dereferencing pointer ‘s_req.55’ does break strict-aliasing rules main.c:613: note: initialized from here main.c:944: warning: ‘j’ may be used uninitialized in this function Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-06-20 | Do not wait for connection request after scan request | Nikias Bassen | 1 | -2/+4 | |
2009-06-20 | removed debugging output | Nikias Bassen | 1 | -4/+1 | |
2009-06-20 | hopefully fixed race condition on connection setup | Nikias Bassen | 1 | -0/+22 | |
2009-06-19 | Add product ids to support iPhone 3GS | Martin Szulecki | 1 | -2/+2 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-06-15 | Additional mutex when writing to device. | Nikias Bassen | 1 | -2/+4 | |
2009-05-24 | Removed parameter -p and added parameter -d to allow to drop privileges. | Nikias Bassen | 1 | -7/+7 | |
Default is to NOT drop the privileges as is causes permission problems on some systems. | |||||
2009-05-23 | Make usb enumeration work properly. | Nikias Bassen | 1 | -32/+25 | |
2009-05-23 | Enable libusb debugging when verbose is >= 2 | Nikias Bassen | 1 | -0/+3 | |
2009-05-23 | Some debugging output for usb_open(). | Nikias Bassen | 1 | -6/+5 | |
2009-05-23 | Debugging: print correct usb bus location and dev filename. | Nikias Bassen | 1 | -3/+3 | |
2009-05-21 | Added parameter -p to prevent usbmuxd from dropping privileges | Nikias Bassen | 1 | -5/+12 | |
(see this as a workaround for systems where the usb device access is restricted) | |||||
2009-05-19 | Let the daemon terminate only when no more device is attached | Nikias Bassen | 1 | -15/+30 | |
2009-05-04 | null children[i] pointers after freeing them and check for errors when | Nikias Bassen | 1 | -3/+10 | |
calling freopen (prevents compiler warnings). | |||||
2009-05-04 | Use autotools build system and add license | Martin Szulecki | 1 | -0/+1351 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> |