summaryrefslogtreecommitdiffstats
path: root/src/iphone.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-12Use correct usbmuxd function to free device listGravatar Martin Szulecki1-1/+1
2009-09-12Rename iphone_free_device_list to follow overall naming styleGravatar Martin Szulecki1-1/+1
2009-09-12Fix iphone_device_recv making receive operational againGravatar Martin Szulecki1-0/+3
2009-09-12Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Gravatar Nikias Bassen1-66/+305
2009-07-25Rename iphone_get_device_handle to iphone_device_get_handle and update toolsGravatar Martin Szulecki1-10/+9
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki1-3/+3
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki1-6/+6
2009-05-23Add a method to support fetching the UUID of the phone.Gravatar Matt Colyer1-0/+14
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-244/+51
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen1-2/+3
2009-04-19Make usb bus enumeration work reliably for iphone_get_specific_deviceGravatar Martin Szulecki1-3/+3
2009-04-13Expose iphone_get_specific_device() in API [#24 state:resolved]Gravatar Martin Szulecki1-1/+1
2009-04-13Check for set usb_device in iphone_free_device to avoid libusb segfaultGravatar Martin Szulecki1-7/+9
2009-01-27Clear extra packets from buffers, in case something went wrong previously.Gravatar Nikias Bassen1-6/+18
2009-01-13Removed fprintf, use the debug message method.Gravatar Matt Colyer1-1/+1
2009-01-09Perform proper goodby on lockdown shutdown.Gravatar Nikias Bassen1-4/+55
2009-01-02Add comment about some code that should not be reachedGravatar Christophe Fergeau1-1/+1
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-1/+1
2009-01-02Removed unused variablesGravatar Christophe Fergeau1-1/+1
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck1-37/+19
2008-10-25Change iphone_debug to be an API callGravatar Patrick Walton1-41/+49
2008-10-25Draft iphone_get_specific_device() API, fix documentation for iphone_get_devi...Gravatar Patrick Walton1-34/+72
2008-10-23Indent fixes.Gravatar Matt Colyer1-1/+2
2008-09-20Added support for iPod Touch IIGravatar Matt Colyer1-1/+1
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-47/+62
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck1-7/+7
2008-08-31make all functions return an error code.Gravatar Jonathan Beck1-9/+16
2008-08-31make it compileGravatar Jonathan Beck1-4/+4
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