Age | Commit message (Expand) | Author | Files | Lines |
2009-08-24 | ZLP flag is an enum, move check into CMake. | Hector Martin | 4 | -13/+59 |
2009-08-21 | Warn if libusb is missing ZLP patch and keep old workaround in that case. | Hector Martin | 2 | -0/+100 |
2009-08-21 | Fix ZLP issue with latest libusb-1.0 patch and use wMaxPacketSize instead of 512 | Nikias Bassen | 1 | -14/+27 |
2009-08-21 | Updated usbmuxd protocol definition and public header. | Nikias Bassen | 10 | -156/+409 |
2009-08-21 | sock_stuff: allow 0 timeout (i.e. block until something happens) | Nikias Bassen | 1 | -5/+11 |
2009-08-21 | Only try to set configuration if needed. | Nikias Bassen | 2 | -3/+10 |
2009-08-20 | Merge the two development histories | Hector Martin | 23 | -62/+2001 |
2009-08-19 | Changed --udev back to -u and --user to -U | Hector Martin | 1 | -6/+6 |
2009-08-19 | Fix daemonization and lockfile madness | Hector Martin | 1 | -61/+140 |
2009-08-19 | Remove trailing whitespace errors | Hector Martin | 4 | -52/+52 |
2009-08-19 | Reorder stuff in main() to be saner | Hector Martin | 1 | -26/+29 |
2009-08-19 | make udev mode use SIGUSR1 for quitting, improve behavior | Hector Martin | 1 | -14/+18 |
2009-08-19 | Change privilege dropping | Hector Martin | 1 | -19/+39 |
2009-08-19 | Logging fixes, change default loglevel to LL_WARNING | Hector Martin | 3 | -19/+27 |
2009-08-16 | Added udev operation mode and -x/-X options to kill a running instance. | Nikias Bassen | 1 | -13/+64 |
2009-08-16 | Added lockfile mechanism to prevent multiple running instances. | Nikias Bassen | 1 | -1/+37 |
2009-08-16 | Added option to drop privileges after startup. | Nikias Bassen | 1 | -2/+30 |
2009-08-16 | Implemented option handling providing daemonization, verbosity, and logging t... | Nikias Bassen | 3 | -3/+157 |
2009-08-16 | Send RST when unknown packets are received to kill any stale connections | Hector Martin | 1 | -0/+20 |
2009-08-16 | Reduce ack timeout to improve receive performance | Hector Martin | 1 | -1/+1 |
2009-08-16 | Add usb ids for iPhone 3GS and iPod Touch 2G | Martin Szulecki | 2 | -1/+5 |
2009-08-15 | Port udev rules to newer kernels | Bastien Nocera | 1 | -20/+4 |
2009-08-15 | Install udev rules in the correct location | Bastien Nocera | 1 | -1/+1 |
2009-08-14 | usbmuxd: Change socket path to /var/run/usbmuxd | Hector Martin | 1 | -1/+4 |
2009-08-14 | python stuff: default to /var/run/usbmuxd on linux and make it configurable | Hector Martin | 2 | -2/+3 |
2009-08-13 | Remove obsolete patches, update code and comments for libusb git. | Hector Martin | 5 | -177/+16 |
2009-08-10 | Bump version to 0.1.5 | Nikias Bassen | 1 | -1/+1 |
2009-08-10 | Added missing LGPL license file. | Nikias Bassen | 1 | -0/+502 |
2009-08-09 | Reduce buffer size to prevent connection to freak out. | Nikias Bassen | 1 | -1/+1 |
2009-08-09 | Added mutex to prevent garbled debugging output (esp. packet data) | Nikias Bassen | 1 | -1/+11 |
2009-08-05 | Updated AUTHORS. | Nikias Bassen | 1 | -0/+2 |
2009-08-04 | Use udev -x/-u in udev rules | Bastien Nocera | 1 | -2/+2 |
2009-08-04 | Fix compile-time warnings | Bastien Nocera | 1 | -9/+9 |
2009-08-04 | udev operation mode; -x and -X options to exit a running instance | Nikias Bassen | 1 | -6/+55 |
2009-08-04 | Bump version to 0.1.4 | Nikias Bassen | 1 | -1/+1 |
2009-08-04 | Revert "Use udev mode in the udev rules"v0.1.3 | Nikias Bassen | 1 | -2/+2 |
2009-08-04 | Revert "Add udev mode of operation" | Nikias Bassen | 1 | -21/+4 |
2009-08-03 | Removed unused commented out code. | Nikias Bassen | 1 | -44/+0 |
2009-08-03 | Bump version to 0.1.3 | Nikias Bassen | 1 | -1/+1 |
2009-08-03 | Use udev mode in the udev rulesv0.1.2 | Bastien Nocera | 1 | -2/+2 |
2009-08-03 | Add udev mode of operation | Bastien Nocera | 1 | -4/+21 |
2009-08-03 | Bump version to 0.1.2 | Nikias Bassen | 1 | -1/+1 |
2009-08-03 | Fix build warnings | Bastien Nocera | 2 | -3/+3 |
2009-08-03 | Fix usb communication problem | Nikias Bassen | 1 | -1/+32 |
2009-08-03 | Revert "Workaround for usb communication issue aka 'N*128 problem' or 'N*512 ... | Nikias Bassen | 1 | -59/+10 |
2009-08-03 | Revert "include config.h and defined ENABLE_HACKS" | Nikias Bassen | 2 | -19/+0 |
2009-08-03 | Revert "Added missing __func__ to printf" | Nikias Bassen | 1 | -1/+1 |
2009-08-02 | Added missing __func__ to printfv0.1.1 | Nikias Bassen | 1 | -1/+1 |
2009-08-02 | Bump version to 0.1.1 | Nikias Bassen | 1 | -1/+1 |
2009-08-02 | include config.h and defined ENABLE_HACKS | Nikias Bassen | 2 | -0/+19 |