Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-12 | These patches get usbmuxd compiling/working on FreeBSD. With minor changes, ↵ | Jacob Myers | 1 | -1/+1 | |
it could work on other BSD's also. | |||||
2010-04-08 | Ignore SIGPIPE, otherwise usbmuxd might shut down on connection abort | Nikias Bassen | 1 | -0/+1 | |
2010-04-08 | OSX: add workaround for missing ppoll system call | Nikias Bassen | 1 | -0/+15 | |
2010-01-30 | Require explicit username to drop privs | Hector Martin | 1 | -7/+11 | |
2010-01-30 | Do not attempt to drop privs to root | Hector Martin | 1 | -24/+27 | |
2009-10-31 | Fix signal handling and work around a udev bug | Hector Martin | 1 | -4/+20 | |
Switch to ppoll() to avoid a race condition while handling signals (see the ppoll/pselect manpages) and also work around the udev bug that causes child processes to inherit udev's signal mask (which masks everything). | |||||
2009-10-25 | Add missing license headers and make them consistent | Hector Martin | 1 | -1/+3 | |
2009-10-12 | Make some log messages more consistent | Hector Martin | 1 | -4/+4 | |
2009-10-12 | optimize: persist fdlist for duration of main_loop | Hector Martin | 1 | -2/+3 | |
constant malloc and realloc was wasting lots of time | |||||
2009-10-10 | Disable polling in udev mode, use udev to signal device discovery | Hector Martin | 1 | -15/+43 | |
2009-08-26 | Add version information. | Nikias Bassen | 1 | -1/+1 | |
2009-08-25 | Renamed directory 'usbmuxd' to more suitable 'daemon'. | Nikias Bassen | 1 | -0/+548 | |