Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-02 | AFC: new function afc_set_file_time | Nikias Bassen | 1 | -1/+2 | |
This function allows to set the modification time of a file. The time value needs to be specified as nanoseconds since epoch. [#81 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-09-12 | Public API rework, extension and adaption to latest libusbmuxd-1.0 API. | Nikias Bassen | 1 | -1/+1 | |
2009-07-25 | Remove AFC to errno conversion and make afc_receive_data() return AFC errors | Martin Szulecki | 1 | -2/+0 | |
2009-07-25 | Update AFC API and use error codes from the STATUS operation response | Martin Szulecki | 1 | -0/+2 | |
2009-07-25 | Define remaining unknown AFC operations; SUCCESS is actually a DATA operation | Martin Szulecki | 1 | -28/+29 | |
2009-07-07 | API cleanup for AFC | Nikias Bassen | 1 | -4/+1 | |
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵ | Nikias Bassen | 1 | -11/+0 | |
afc_get_file_attr because this function has to go into the program (like ifuse); afc_get_file_info has to be used instead. Modified dispatch_AFC_Packet so that the real buffer size has to be specified (instead of length-1). | |||||
2009-05-18 | Make use of usbmuxd and remove libusb dependencies | Nikias Bassen | 1 | -2/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | AFC cleanup and improved error handling | Nikias Bassen | 1 | -4/+14 | |
2009-03-24 | Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_sync | Jonathan Beck | 1 | -18/+17 | |
Conflicts: Makefile.am configure.ac src/AFC.h src/NotificationProxy.c src/lockdown.c | |||||
2009-03-23 | Fix indenting. | Matt Colyer | 1 | -18/+17 | |
2009-03-16 | Merge branch 'master' into contact_sync | Jonathan Beck | 1 | -13/+27 | |
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am | |||||
2009-03-11 | Fixes a compile error and two usbmux bugs | Zach C | 1 | -14/+27 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-03-08 | Adds the iphone_afc_truncate function and fixes a small log_debug issue. | Nikias Bassen | 1 | -0/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-11-24 | Added binary-plist support (tweaked slightly to move stuff around) | Zach C | 1 | -5/+5 | |
Signed-off-by: Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account | |||||
2008-10-25 | Change lock to mutex and add tool to check AFC in multithreaded env. | Jonathan Beck | 1 | -0/+2 | |
2008-10-23 | Exposes AFC file handle. | Zach C | 1 | -0/+2 | |
2008-09-01 | Enforce a modified kr style. | Matt Colyer | 1 | -1/+0 | |
Use "make indent" from now on before committing. | |||||
2008-08-31 | migrate main.c | Jonathan Beck | 1 | -10/+1 | |
2008-08-31 | migrate AFC.c | Jonathan Beck | 1 | -26/+10 | |
2008-08-13 | Minor cleanups, refactored and commented iphone.c. | Matt Colyer | 1 | -2/+0 | |
2008-08-11 | Add missing functions to afc.h | Christophe Fergeau | 1 | -0/+4 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Mark some functions as static | Christophe Fergeau | 1 | -4/+0 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-10 | Adds seeking, directory creation and improves file writing. Also various ↵ | Zach C | 1 | -2/+11 | |
other cleanups. Implements creating directories as well as writing and deleting files in iFuse. Signed-off-by: Matthew Colyer <mcolyer@mcolyer-laptop.(none)> | |||||
2008-08-06 | Adds locking and fixes a minor bug in mux_recv | Zach C | 1 | -0/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Fixed Zach's name. I feel dumb, sorry about that. | Matt Colyer | 1 | -1/+1 | |
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | Matt Colyer | 1 | -6/+5 | |
2008-08-01 | I copied the wrong legal headers into the code. Opps. | Matt Colyer | 1 | -11/+12 | |
2008-07-30 | Added documentation and licensing information. | Matt Colyer | 1 | -1/+15 | |
2008-07-30 | Added beginnings of a fuse fs, right now it's read only and terribly fragile. | Matt Colyer | 1 | -4/+1 | |
2008-07-29 | Autotooled the project with very basic versioning support. | Matt Colyer | 1 | -0/+80 | |