Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-26 | Corrected .so versioning. | 1 | -1/+1 | ||
2009-08-26 | Add version information. | 4 | -2/+10 | ||
2009-08-26 | Renamed 'enum usbmuxd_device_event' to 'enum usbmuxd_event_type'. | 2 | -2/+2 | ||
2009-08-26 | Add stdint.h include in usbmuxd.h | 1 | -0/+1 | ||
2009-08-26 | Allow passing user_data to the callback function. | 2 | -11/+11 | ||
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'. | 11 | -2/+2 | ||
2009-08-25 | libusbmuxd: build .so instead of .a | 1 | -1/+1 | ||
2009-08-25 | Add uninstall target. | 2 | -0/+25 | ||
2009-08-24 | ZLP flag is an enum, move check into CMake. | 4 | -13/+59 | ||
Now prints the big fat warning at configure time | |||||
2009-08-21 | Warn if libusb is missing ZLP patch and keep old workaround in that case. | 2 | -0/+100 | ||
Revert this once libusb has the patch in a stable release. | |||||
2009-08-21 | Fix ZLP issue with latest libusb-1.0 patch and use wMaxPacketSize instead of 512 | 1 | -14/+27 | ||
2009-08-21 | Updated usbmuxd protocol definition and public header. | 10 | -156/+409 | ||
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up. | |||||
2009-08-21 | sock_stuff: allow 0 timeout (i.e. block until something happens) | 1 | -5/+11 | ||
2009-08-21 | Only try to set configuration if needed. | 2 | -3/+10 | ||
2009-08-20 | Merge the two development histories | 23 | -62/+2001 | ||
2009-08-19 | Changed --udev back to -u and --user to -U | 1 | -6/+6 | ||
2009-08-19 | Fix daemonization and lockfile madness | 1 | -61/+140 | ||
2009-08-19 | Remove trailing whitespace errors | 4 | -52/+52 | ||
2009-08-19 | Reorder stuff in main() to be saner | 1 | -26/+29 | ||
2009-08-19 | make udev mode use SIGUSR1 for quitting, improve behavior | 1 | -14/+18 | ||
2009-08-19 | Change privilege dropping | 1 | -19/+39 | ||
- make it use a specific user (for usb access) - swap around -u and -d command line flags to be more in line with other apps (-u==--user) - improve privilege dropping and make sure we get additional group access | |||||
2009-08-19 | Logging fixes, change default loglevel to LL_WARNING | 3 | -19/+27 | ||
2009-08-16 | Added udev operation mode and -x/-X options to kill a running instance. | 1 | -13/+64 | ||
2009-08-16 | Added lockfile mechanism to prevent multiple running instances. | 1 | -1/+37 | ||
2009-08-16 | Added option to drop privileges after startup. | 1 | -2/+30 | ||
2009-08-16 | Implemented option handling providing daemonization, verbosity, and logging ↵ | 3 | -3/+157 | ||
to syslog | |||||
2009-08-16 | Send RST when unknown packets are received to kill any stale connections | 1 | -0/+20 | ||
2009-08-16 | Reduce ack timeout to improve receive performance | 1 | -1/+1 | ||
2009-08-16 | Add usb ids for iPhone 3GS and iPod Touch 2G | 2 | -1/+5 | ||
2009-08-15 | Port udev rules to newer kernels | 1 | -20/+4 | ||
Remove use of usb_endpoint, it's gone in newer kernels. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-15 | Install udev rules in the correct location | 1 | -1/+1 | ||
The ones in /etc are supposed to be configurable ones. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-14 | usbmuxd: Change socket path to /var/run/usbmuxd | 1 | -1/+4 | ||
2009-08-14 | python stuff: default to /var/run/usbmuxd on linux and make it configurable | 2 | -2/+3 | ||
2009-08-13 | Remove obsolete patches, update code and comments for libusb git. | 5 | -177/+16 | ||
Please use libusb git as of the time of this writing, or 1.0.3 whenever it comes out. | |||||
2009-08-10 | Bump version to 0.1.5 | 1 | -1/+1 | ||
2009-08-10 | Added missing LGPL license file. | 1 | -0/+502 | ||
2009-08-09 | Reduce buffer size to prevent connection to freak out. | 1 | -1/+1 | ||
There's a problem with packets larger than 65535 bytes, I suppose this has something to do with the length16 field in the usbmux_tcp_header. | |||||
2009-08-09 | Added mutex to prevent garbled debugging output (esp. packet data) | 1 | -1/+11 | ||
2009-08-05 | Updated AUTHORS. | 1 | -0/+2 | ||
2009-08-04 | Use udev -x/-u in udev rules | 1 | -2/+2 | ||
This will make them work on non-Debian distributions. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-04 | Fix compile-time warnings | 1 | -9/+9 | ||
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-04 | udev operation mode; -x and -X options to exit a running instance | 1 | -6/+55 | ||
In udev mode (-u|--udev) the return value is 0 if another instance is already running -x|--exit tells a running instance to exit by sending signal 3 (SIGQUIT) -X|--force-exit tells a running instance to exit even if devices are still connected by sending signal 15 (SIGTERM) | |||||
2009-08-04 | Bump version to 0.1.4 | 1 | -1/+1 | ||
2009-08-04 | Revert "Use udev mode in the udev rules"v0.1.3 | 1 | -2/+2 | ||
This reverts commit 91fc30c3247dbc41ce2dfcedfd6086c513ffa80a. Not working as expected. | |||||
2009-08-04 | Revert "Add udev mode of operation" | 1 | -21/+4 | ||
This reverts commit b7d4f48d7e85c43f0dd1111619acf79aba535371. Not working as expected. | |||||
2009-08-03 | Removed unused commented out code. | 1 | -44/+0 | ||
2009-08-03 | Bump version to 0.1.3 | 1 | -1/+1 | ||
2009-08-03 | Use udev mode in the udev rulesv0.1.2 | 1 | -2/+2 | ||
Otherwise this only works on Debian-based systems. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-08-03 | Add udev mode of operation | 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> |