Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-02 | Fix function prototypes | 1 | -3/+3 | ||
Add missing static, const, change function() to function(void) | |||||
2009-01-02 | Fix "missing return value" warning | 1 | -1/+1 | ||
2009-01-02 | Add missing #include "utils.h" | 1 | -0/+1 | ||
2008-10-25 | Handle debugging through utilitary functions | 1 | -27/+12 | ||
2008-09-01 | Enforce a modified kr style. | 1 | -84/+104 | ||
Use "make indent" from now on before committing. | |||||
2008-08-31 | use new function signature and few bugfixes. | 1 | -2/+2 | ||
2008-08-31 | make all functions return an error code. | 1 | -18/+30 | ||
2008-08-31 | make it compile | 1 | -2/+2 | ||
2008-08-31 | migrate usbmux.c. | 1 | -81/+89 | ||
2008-08-31 | migrate iphone.c | 1 | -1/+1 | ||
2008-08-21 | Don't leak "response" in mux_connect | 1 | -4/+7 | ||
2008-08-14 | Fixed documentation in usbmux.c. | 1 | -17/+20 | ||
2008-08-12 | Fixed seeking, also connections are no longer added twice. | 1 | -1/+0 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-06 | Adds locking and fixes a minor bug in mux_recv | 1 | -1/+8 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-06 | Finish converting over to doxygen. | 1 | -30/+29 | ||
(I thought there was more documentation there but apparently we need to add some) | |||||
2008-08-05 | Fixed Zach's name. I feel dumb, sorry about that. | 1 | -1/+1 | ||
2008-08-05 | Zack's final changes to the pairing. | 1 | -1/+1 | ||
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | 1 | -65/+186 | ||
2008-08-04 | Print libusb errors during usb_bulk_read/write. | 1 | -0/+5 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-01 | I copied the wrong legal headers into the code. Opps. | 1 | -11/+12 | ||
2008-07-30 | Added documentation and licensing information. | 1 | -0/+19 | ||
2008-07-30 | Fixed a slight bug if datalen == bytes in usbmux.c | 1 | -1/+2 | ||
2008-07-29 | Autotooled the project with very basic versioning support. | 1 | -0/+198 | ||