summaryrefslogtreecommitdiffstats
path: root/src/iphone.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-31migrate usbmux.c.Gravatar Jonathan Beck1-2/+1
2008-08-31migrate iphone.cGravatar Jonathan Beck1-16/+24
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck1-2/+2
2008-08-21fixes duplicates freeGravatar Jonathan Beck1-1/+0
2008-08-21close usb device before reopening it.Gravatar Jonathan Beck1-0/+1
2008-08-21Don't leak "version" in get_iPhoneGravatar Christophe Fergeau1-2/+2
2008-08-18Removed USB reset, as it wasn't really necesary.Gravatar Matt Colyer1-18/+0
2008-08-13Minor cleanups, refactored and commented iphone.c.Gravatar Matt Colyer1-51/+77
2008-08-11Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-signGravatar Christophe Fergeau1-2/+3
2008-08-06Adds locking and fixes a minor bug in mux_recvGravatar Zach C1-1/+1
2008-08-05Fixed Zach's name. I feel dumb, sorry about that.Gravatar Matt Colyer1-1/+1
2008-08-05Added beginnings of doxygen documentation to the library.Gravatar Matt Colyer1-22/+19
2008-08-04Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).Gravatar Matt Colyer1-1/+2
2008-08-04Print libusb errors during usb_bulk_read/write.Gravatar Martin Aumueller1-1/+1
2008-08-04Print strerror of negated return values after failed usb_bulk_write/read.Gravatar Martin Aumueller1-4/+5
2008-08-04Print libusb errors during usb_bulk_read/write.Gravatar Martin Aumueller1-0/+7
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-07-31Initialize pointer to NULL so it can be safely be freed.Gravatar Martin Aumueller1-0/+1
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer1-2/+18
2008-07-30Added iPhone 3G USB product id.Gravatar Martin Aumueller1-2/+2
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+156