Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-13 | Check for set usb_device in iphone_free_device to avoid libusb segfault | Martin Szulecki | 1 | -3/+5 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-04-12 | better error handling, some cleanup, and changed confusing | Nikias Bassen | 3 | -94/+86 | |
struct/variable naming. | |||||
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 | |
libusb does not seem to know about the change that was made via the udev rule/sysfs change | |||||
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 | |
to prevent pthread locking with uninitialized locking variable. Still only started once per device. | |||||
2009-04-08 | increased read timeout for the device record reading procedure, as | Nikias Bassen | 1 | -1/+1 | |
the short wait sometimes results in "no devices found" | |||||
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 | |
Implemented daemonizing, use -f to run in foreground. Implemented logging to syslog (or to std{out,err} when running in foreground). Modified the udev rules file (removed --pidfile etc.). | |||||
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 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | Added missing usbmuxd-proto.h file | Paul Sladen | 1 | -0/+52 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] Add a "README.devel" | Paul Sladen | 1 | -0/+50 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] Expand README | Paul Sladen | 1 | -12/+51 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] install udev rules into /etc/udev/rules.d/ install to make them work | Paul Sladen | 1 | -2/+4 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] Makefile: fix libusbmux_d_.so for uninstall too | Paul Sladen | 1 | -1/+1 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] use install -D for unusual udev/rules.d | Paul Sladen | 1 | -2/+2 | |
fix Makefile to be libusbmux_d_.so in one place Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] install in /usr/local | Paul Sladen | 1 | -1/+11 | |
add uninstall target add 85-usbmuxd.rules + install in /usr/local/lib/udev/rules.d (if that directory even gets scanned) Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] update .gitignore (really) | Paul Sladen | 1 | -1/+1 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h | Paul Sladen | 5 | -15/+23 | |
renamed: libusbmuxd.h -> usbmuxd.h Use 'install' in Makefile build libusbmuxd.so (use with '#include <usbmux.h>' and -lusbmuxd add *.so to .gitignore Really this time. Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h | Paul Sladen | 2 | -97/+45 | |
renamed: libusbmuxd.h -> usbmuxd.h Use 'install' in Makefile build libusbmuxd.so (use with '#include <usbmux.h>' and -lusbmuxd Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] iproxy: print count and serial_number of device(s) | Paul Sladen | 1 | -2/+5 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-29 | [PATCH] usbmuxd/libusbmuxd.h: separate logic from implementation | Paul Sladen | 4 | -33/+59 | |
tweak public parameter and struct names for clarity fix usbmuxd_scan() to return number of devices per documentation expand public documentation in libusbmux.h Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-28 | debugging output fixed | Nikias Bassen | 8 | -303/+253 | |
'libusbmuxd' added to simplify use of usbmuxd in external tools testclient removed setting of configuration 3 disabled (to be handled by udev) | |||||
2009-03-28 | Readme.txt renamed to README | Nikias Bassen | 1 | -0/+0 | |
2009-03-27 | renamed struct usbmuxd_device_info_request to usbmuxd_device_info_record | Nikias Bassen | 2 | -10/+10 | |
as it is infact an informational record for the client program and not a request. | |||||
2009-03-27 | Make all fprintf(stderr) be >= verbose level | Paul Sladen | 3 | -91/+109 | |
Signed-off-by: Nikias Bassen <nikias@gmx.li> | |||||
2009-03-27 | Makefile: install target added | Nikias Bassen | 1 | -0/+5 | |
2009-03-26 | adopted for "hello" -> "scan" rename | Nikias Bassen | 1 | -2/+2 | |
2009-03-26 | adopted for "hello" -> "scan" rename | Nikias Bassen | 2 | -127/+32 | |
2009-03-23 | changed timeout in handleConnectRequest | Nikias Bassen | 2 | -14/+14 | |
renamed hello request to scan request | |||||
2009-03-19 | forgot setting device_use_count variable in cleanup code | Nikias Bassen | 1 | -0/+2 | |
2009-03-15 | increased buffer size in client handler and added missing variable | Nikias Bassen | 1 | -2/+2 | |
initialization. | |||||
2009-03-12 | initialization was missing and causing strange segmentation faults. | Nikias Bassen | 1 | -0/+5 | |
2009-03-12 | changed the usbReceive buffer to a per-device buffer instead | Nikias Bassen | 2 | -31/+44 | |
of one global buffer for all devices (untested but should work). | |||||
2009-03-11 | debug message refined | Nikias Bassen | 1 | -1/+1 | |
2009-03-11 | bug fix for connect_socket function | Nikias Bassen | 1 | -1/+1 | |
2009-03-08 | Some more debugging output and more mutexes to help resolve the | Nikias Bassen | 3 | -5/+33 | |
f***ing SIGSEVs. | |||||
2009-03-04 | Modified handshake sequence so that connect request can be made without | Nikias Bassen | 1 | -45/+69 | |
prior hello, just as the usbmux-proxy utitliy does and most likely the original usbmuxd works too: - client opens a first connection to usbmuxd, sends hello, and receives the device list in return - client opens a second connection, sends a connect request and after successful connect the data packets are transferred via this connection. So the second connection does not begin with a hello but with a connection request directly -- currently the first connection still waits for a connect request but closes down if nothing is received. Changed all stdout to stderr in main.c | |||||
2009-02-27 | Removed the (already commented out) reader_mutex, as it is not needed, and ↵ | Nikias Bassen | 1 | -12/+0 | |
iphone_mux_pullbulk is only running once per device and the iphone_mux_recv_timeout function does it's own locking. | |||||
2009-02-27 | 1) Now, every device is only handled by one thread for bulk usb reading | Nikias Bassen | 1 | -73/+110 | |
instead of one thread for each connection to the same device. 2) Removed usbmuxd_accept_thread and moved code into main() directly. | |||||
2009-02-26 | proper multi-device support (untested) | Nikias Bassen | 1 | -18/+23 | |
2009-02-25 | Authors file added. | Nikias Bassen | 1 | -0/+2 | |
2009-02-25 | Removed the restart iproxy part, as it is history now. | Nikias Bassen | 1 | -2/+1 | |
2009-02-25 | A Readme, Makefile updates and cosmetic changes. | Paul Sladen | 9 | -112/+157 | |
2009-02-25 | big endian fix and some improvements, now multi-client capable | Nikias Bassen | 2 | -48/+175 | |
2009-02-25 | fix: close socket properly | Nikias Bassen | 1 | -0/+1 | |
2009-02-23 | Small update. Now usbmuxd is only contacted when a client connects to | Nikias Bassen | 1 | -36/+150 | |
the local listen port. This allows re-connects afterwards. |