Age | Commit message (Expand) | Author | Files | Lines |
2009-05-05 | -. | Hector Martin | 1 | -1/+1 |
2009-05-05 | Add README, stuff, .gitignore | Hector Martin | 4 | -0/+211 |
2009-05-05 | Add python stuff and patches | Hector Martin | 4 | -0/+543 |
2009-05-05 | Get rid of useless FindUSB version | Hector Martin | 1 | -68/+0 |
2009-05-05 | Move usbmuxd to its own folder | Hector Martin | 17 | -0/+0 |
2009-05-05 | Make usb die only after several repeated failures to get device list | Hector Martin | 1 | -2/+17 |
2009-05-05 | Fix connection refused handling | Hector Martin | 1 | -3/+4 |
2009-05-05 | Enable optimizations | Hector Martin | 1 | -1/+1 |
2009-05-04 | null children[i] pointers after freeing them and check for errors when | Nikias Bassen | 1 | -3/+10 |
2009-05-04 | Use autotools build system and add license | Martin Szulecki | 18 | -55/+1061 |
2009-04-30 | too much stuff and it WORKS | Hector Martin | 11 | -130/+1301 |
2009-04-28 | USB TX/RX, device framework, version packets | Hector Martin | 8 | -29/+384 |
2009-04-28 | poll on listenfd | Hector Martin | 1 | -1/+4 |
2009-04-28 | rename mux -> client | Hector Martin | 3 | -1/+1 |
2009-04-28 | USB mostly complete, main loop added, polls for devices | Hector Martin | 10 | -36/+440 |
2009-04-27 | general framework, unix socket listen, utils | Hector Martin | 10 | -9/+344 |
2009-04-26 | Hello, world! | Hector Martin | 8 | -0/+954 |
2009-04-25 | removed unused buffer variable from usbmux_device_t | Nikias Bassen | 1 | -7/+6 |
2009-04-25 | indent -kr -ut | Nikias Bassen | 5 | -1264/+1559 |
2009-04-24 | 1. renamed iphone.c to usbmux.c and iphone.h to usbmux.h | Nikias Bassen | 6 | -1294/+1255 |
2009-04-17 | removed unused function | Nikias Bassen | 2 | -11/+3 |
2009-04-17 | removed some compiler warnings | Nikias Bassen | 4 | -46/+13 |
2009-04-17 | more warning options | Nikias Bassen | 1 | -1/+1 |
2009-04-17 | Drop privileges after startup | Nikias Bassen | 1 | -2/+23 |
2009-04-17 | redirected some debugging output through log_debug_msg instead of printf | Nikias Bassen | 1 | -13/+11 |
2009-04-17 | damn typo | Nikias Bassen | 1 | -1/+1 |
2009-04-17 | fix: don't free the connection in iphone_mux_free_client | Nikias Bassen | 1 | -20/+33 |
2009-04-17 | fix: don't init or destroy static mutex | Nikias Bassen | 1 | -38/+14 |
2009-04-17 | Fixed datatypes and added a comment for 'recv_from_phone_timeout' | Nikias Bassen | 1 | -30/+34 |
2009-04-14 | Logging and debugging refined. | Nikias Bassen | 2 | -93/+107 |
2009-04-13 | This _should_ fix a race condition that happens when a client is about | Nikias Bassen | 3 | -9/+8 |
2009-04-13 | [URGENT][BUGFIX] use device_count++ instead of device++. No further comment. | Nikias Bassen | 1 | -1/+1 |
2009-04-13 | Check for set usb_device in iphone_free_device to avoid libusb segfault | Martin Szulecki | 1 | -3/+5 |
2009-04-12 | better error handling, some cleanup, and changed confusing | Nikias Bassen | 3 | -94/+86 |
2009-04-12 | silence debugging output (error messages remain) | Nikias Bassen | 1 | -4/+4 |
2009-04-10 | suppressed warning about wrong configuration value. | Nikias Bassen | 1 | -1/+1 |
2009-04-09 | better(?) error handling | Nikias Bassen | 1 | -6/+16 |
2009-04-08 | Start bulk reader thread _after_ successfully creating a connection to | Nikias Bassen | 1 | -2/+9 |
2009-04-08 | increased read timeout for the device record reading procedure, as | Nikias Bassen | 1 | -1/+1 |
2009-04-08 | added --exit-on-no-devices option. | Nikias Bassen | 1 | -1/+42 |
2009-04-08 | Implemented lockfile stuff to prevent multiple running instances. | Nikias Bassen | 2 | -27/+190 |
2009-04-06 | silence some debugging output | Nikias Bassen | 1 | -2/+2 |
2009-03-29 | ifdefs updated | Nikias Bassen | 2 | -5/+5 |
2009-03-29 | [PATCH] build libusbmuxd.so before iproxy | Nikias Bassen | 1 | -1/+1 |
2009-03-29 | Added file 85-usbmuxd.rules | Paul Sladen | 1 | -0/+37 |
2009-03-29 | Added missing usbmuxd-proto.h file | Paul Sladen | 1 | -0/+52 |
2009-03-29 | [PATCH] Add a "README.devel" | Paul Sladen | 1 | -0/+50 |
2009-03-29 | [PATCH] Expand README | Paul Sladen | 1 | -12/+51 |
2009-03-29 | [PATCH] install udev rules into /etc/udev/rules.d/ install to make them work | Paul Sladen | 1 | -2/+4 |
2009-03-29 | [PATCH] Makefile: fix libusbmux_d_.so for uninstall too | Paul Sladen | 1 | -1/+1 |