Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-12 | These patches get usbmuxd compiling/working on FreeBSD. With minor changes, ↵ | Jacob Myers | 1 | -2/+2 | |
it could work on other BSD's also. | |||||
2010-05-26 | Add protocol version 1 (plist based) support using libplist | Nikias Bassen | 1 | -0/+17 | |
2010-05-26 | Refuse to build usbmuxd on win32 as libusb-1.0 is not available | Nikias Bassen | 1 | -0/+7 | |
2010-05-25 | Fix older CMake releases failing to parse rules properly | Martin Szulecki | 1 | -1/+1 | |
2010-04-11 | Unify CMakeLists indentation and endif() stuff | Hector Martin | 1 | -12/+10 | |
2010-04-11 | Add automatic git versioning and tag for archives | Hector Martin | 1 | -3/+9 | |
2010-04-08 | Add cmake option WITH_USBMUXD for disabling build of usbmuxd (Win/OSX) | Nikias Bassen | 1 | -2/+19 | |
Run cmake -DWITH_USBMUXD=NO to disable building of usbmuxd, e.g. for systems like Windows or OSX where iTunes is installed. It will also skip the udev sub-directory on build. | |||||
2010-02-07 | Clean up CMakeLists (inspired by Gentoo patch) | Hector Martin | 1 | -14/+19 | |
2010-01-24 | Use -Wall globally | Hector Martin | 1 | -0/+2 | |
2009-10-28 | Use lib64 on 64-bit systems | Hector Martin | 1 | -4/+8 | |
2009-08-27 | Modified versioning to match major.minor.patchlevel. | Nikias Bassen | 1 | -5/+3 | |
2009-08-26 | Add pkg-config file for libusbmuxd. | Nikias Bassen | 1 | -0/+9 | |
2009-08-26 | Add version information. | Nikias Bassen | 1 | -0/+6 | |
2009-08-25 | Renamed directory 'usbmuxd' to more suitable 'daemon'. | Nikias Bassen | 1 | -1/+1 | |
2009-08-25 | Add uninstall target. | Nikias Bassen | 1 | -0/+4 | |
2009-08-20 | Merge the two development histories | Hector Martin | 1 | -0/+10 | |
2009-05-05 | Move usbmuxd to its own folder | Hector Martin | 1 | -16/+0 | |
2009-05-05 | Enable optimizations | Hector Martin | 1 | -1/+1 | |
2009-04-30 | too much stuff and it WORKS | Hector Martin | 1 | -1/+1 | |
2009-04-28 | rename mux -> client | Hector Martin | 1 | -1/+1 | |
2009-04-28 | USB mostly complete, main loop added, polls for devices | Hector Martin | 1 | -1/+1 | |
2009-04-27 | general framework, unix socket listen, utils | Hector Martin | 1 | -1/+1 | |
2009-04-26 | Hello, world! | Hector Martin | 1 | -0/+16 | |