Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-08 | AFC cleanup and improved error handling | Nikias Bassen | 1 | -111/+239 | |
2009-04-19 | This is a fix for iphone_afc_get_file_attr. As the file is not opened when ↵ | Nikias Bassen | 1 | -1/+2 | |
getting its information with afc_get_file_info, there's no need to close the file (because the handle is invalid). [#26 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-03-16 | Merge branch 'master' into contact_sync | Jonathan Beck | 1 | -1/+105 | |
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am | |||||
2009-03-08 | Adds ability to show notification screen to the user. | Nikias Bassen | 1 | -0/+57 | |
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 | -1/+48 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-01-29 | Merge branch 'master' into contact_sync | Jonathan Beck | 1 | -1/+1 | |
Conflicts: src/Makefile.am src/iphone.c src/lockdown.c src/lockdown.h src/utils.c | |||||
2009-01-13 | Removed fprintf, use the debug message method. | Matt Colyer | 1 | -1/+1 | |
2009-01-04 | Merge branch 'master' into plist | Jonathan Beck | 1 | -4/+9 | |
Conflicts: src/AFC.c src/lockdown.c src/lockdown.h src/plist.c src/plist.h | |||||
2009-01-02 | Fix indent issues. | Matt Colyer | 1 | -1/+1 | |
2009-01-02 | Some variables were unsigned while they should be | Christophe Fergeau | 1 | -3/+7 | |
dispatch_AFC_packet returns an int, but it was sometimes incorrectly assigned to a variable of type uint32_t which was then compared for being less or more than 0. | |||||
2009-01-02 | Fix function prototypes | Christophe Fergeau | 1 | -1/+1 | |
Add missing static, const, change function() to function(void) | |||||
2009-01-02 | Add missing #include "utils.h" | Christophe Fergeau | 1 | -0/+1 | |
2008-12-13 | fork out plist stuff in libplist and migrate libiphone to use it. | Jonathan Beck | 1 | -1/+0 | |
2008-11-24 | Added binary-plist support (tweaked slightly to move stuff around) | Zach C | 1 | -23/+23 | |
Signed-off-by: Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account | |||||
2008-10-31 | reduce chunk size in AFC since it was generating error for large file | Jonathan Beck | 1 | -1/+1 | |
fix include in afccheck.c | |||||
2008-10-25 | Change lock to mutex and add tool to check AFC in multithreaded env. | Jonathan Beck | 1 | -5/+12 | |
2008-10-25 | Handle debugging through utilitary functions | Jonathan Beck | 1 | -77/+39 | |
2008-10-23 | Indent fixes. | Matt Colyer | 1 | -1/+2 | |
2008-10-23 | Exposes AFC file handle. | Zach C | 1 | -0/+4 | |
2008-09-01 | Enforce a modified kr style. | Matt Colyer | 1 | -258/+339 | |
Use "make indent" from now on before committing. | |||||
2008-08-31 | fix afc_getattr and more error handling in ifuse.c | Jonathan Beck | 1 | -2/+3 | |
2008-08-31 | prefix public enum with IPHONE_ | Jonathan Beck | 1 | -1/+1 | |
2008-08-31 | use new function signature and few bugfixes. | Jonathan Beck | 1 | -11/+11 | |
2008-08-31 | make all functions return an error code. | Jonathan Beck | 1 | -60/+70 | |
2008-08-31 | make it compile | Jonathan Beck | 1 | -7/+7 | |
2008-08-31 | migrate main.c | Jonathan Beck | 1 | -1/+1 | |
2008-08-31 | migrate AFC.c | Jonathan Beck | 1 | -87/+121 | |
2008-08-21 | remove duplicate free | Jonathan Beck | 1 | -1/+0 | |
2008-08-21 | fixes duplicates free | Jonathan Beck | 1 | -1/+0 | |
2008-08-21 | fix AFC memory leak and errors (from iphoneclient valgrind analysis). | Jonathan Beck | 1 | -4/+9 | |
2008-08-21 | Merge master into fixes. | Jonathan Beck | 1 | -2/+2 | |
2008-08-21 | Don't leak r_packet in receive_AFC_data in the "false alarm" case | Christophe Fergeau | 1 | -1/+1 | |
2008-08-21 | Fix leak in dispatch_AFC_packet | Christophe Fergeau | 1 | -1/+5 | |
2008-08-21 | fix missing free in dispatch_AFC_packet | Jonathan Beck | 1 | -0/+1 | |
2008-08-18 | Exposed file block information in iFuse. | Matt Colyer | 1 | -1/+0 | |
2008-08-13 | Fix renaming files, it was missing the second NULL character. | Matt Colyer | 1 | -1/+1 | |
2008-08-13 | Massive AFC cleanup, started with Zach's documentation. | Matt Colyer | 1 | -213/+511 | |
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | Christophe Fergeau | 1 | -2/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Mark some functions as static | Christophe Fergeau | 1 | -20/+20 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix warnings about unused variables | Christophe Fergeau | 1 | -1/+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 | -32/+148 | |
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-07 | Added cleanup when closing a file, probably needs a bit more throughness | Matt Colyer | 1 | -2/+2 | |
but its a start. Added a missing unlock call so you can read a file more than once. | |||||
2008-08-06 | Fixed the data corruption, it turns out that there is a maximum length | Matt Colyer | 1 | -30/+52 | |
that you can request in an AFC packet 2^16. | |||||
2008-08-06 | Adds locking and fixes a minor bug in mux_recv | Zach C | 1 | -7/+47 | |
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 | -26/+40 | |
2008-08-04 | Don't ignore mux_recv errors silently. | Martin Aumueller | 1 | -3/+12 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-03 | Added ability to get files larger than a single USB packet size. | Matt Colyer | 1 | -8/+22 | |
2008-08-01 | I copied the wrong legal headers into the code. Opps. | Matt Colyer | 1 | -11/+12 | |
2008-07-31 | Don't access freed memory. | Martin Aumueller | 1 | -1/+3 | |
Signed-off-by: Matt Colyer <matt@colyer.name> |