summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-05Fixed Zach's name. I feel dumb, sorry about that.Gravatar Matt Colyer11-11/+11
2008-08-05Zack's final changes to the pairing.Gravatar Matt Colyer7-21/+84
2008-08-05Store certificates and private keys as PEM files instead of storing them in c...Gravatar Jonathan Beck6-121/+136
2008-08-05Initialize certificate structure before importing.Gravatar Jonathan Beck1-3/+5
2008-08-05Fix mem allocation in config initialization.Gravatar Jonathan Beck2-6/+9
2008-08-05Initial pairing implementation.Gravatar Jonathan Beck3-3/+302
2008-08-05Added function to handle <data> tag in dict.Gravatar Jonathan Beck2-0/+8
2008-08-05Update Makefile so initconf is built.Gravatar Jonathan Beck1-1/+2
2008-08-05added utility to generate config file (ssl keys and cert)Gravatar Jonathan Beck1-0/+115
2008-08-05prepare config for pairingGravatar Jonathan Beck2-9/+265
2008-08-05fixes some warningsGravatar Jonathan Beck2-3/+4
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 Colyer10-118/+277
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-04Don't use iPhone after freeing it.Gravatar Martin Aumueller1-1/+2
2008-08-04Don't crash when afc_get_dirlist returns NULL.Gravatar Martin Aumueller1-0/+4
2008-08-04Don't ignore mux_recv errors silently.Gravatar Martin Aumueller1-3/+12
2008-08-04Print libusb errors during usb_bulk_read/write.Gravatar Martin Aumueller2-0/+12
2008-08-03Added ability to get files larger than a single USB packet size.Gravatar Matt Colyer1-8/+22
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer14-154/+168
2008-08-01A few cleanups, got rid of global afc variable.Gravatar Matt Colyer2-10/+17
2008-07-31Added a way to load HostID from a user specific config file.Gravatar Jonathan Beck6-8/+107
2008-07-31Enabled actual version checking in the configure script.Gravatar Matt Colyer1-2/+2
2008-07-31Initialize pointer to NULL so it can be safely be freed.Gravatar Martin Aumueller1-0/+1
2008-07-31Don't access freed memory.Gravatar Martin Aumueller1-1/+3
2008-07-30Fixed a typo in the previous commit.Gravatar Matt Colyer1-1/+1
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer13-16/+207
2008-07-30Made the iPhone cleanup after itself.Gravatar Matt Colyer1-0/+1
2008-07-30Fixed a return that was supposed to be there (thanks to Martin who pointed it...Gravatar Matt Colyer1-0/+1
2008-07-30ifuse_init has to return a void* (fuse 2.7.2 on hardy heron)Gravatar Martin Aumueller1-6/+8
2008-07-30Apparently missing parens (with respect to string length calculation).Gravatar Martin Aumueller1-1/+1
2008-07-30Added iPhone 3G USB product id.Gravatar Martin Aumueller1-2/+2
2008-07-30Fixed a slight bug if datalen == bytes in usbmux.cGravatar Zach C1-1/+2
2008-07-30Added beginnings of a fuse fs, right now it's read only and terribly fragile.Gravatar Matt Colyer3-7/+140
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer13-0/+1509