Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-31 | use new function signature and few bugfixes. | 1 | -11/+11 | ||
2008-08-31 | make all functions return an error code. | 1 | -60/+70 | ||
2008-08-31 | make it compile | 1 | -7/+7 | ||
2008-08-31 | migrate main.c | 1 | -1/+1 | ||
2008-08-31 | migrate AFC.c | 1 | -87/+121 | ||
2008-08-21 | remove duplicate free | 1 | -1/+0 | ||
2008-08-21 | fixes duplicates free | 1 | -1/+0 | ||
2008-08-21 | fix AFC memory leak and errors (from iphoneclient valgrind analysis). | 1 | -4/+9 | ||
2008-08-21 | Merge master into fixes. | 1 | -2/+2 | ||
2008-08-21 | Don't leak r_packet in receive_AFC_data in the "false alarm" case | 1 | -1/+1 | ||
2008-08-21 | Fix leak in dispatch_AFC_packet | 1 | -1/+5 | ||
2008-08-21 | fix missing free in dispatch_AFC_packet | 1 | -0/+1 | ||
2008-08-18 | Exposed file block information in iFuse. | 1 | -1/+0 | ||
2008-08-13 | Fix renaming files, it was missing the second NULL character. | 1 | -1/+1 | ||
2008-08-13 | Massive AFC cleanup, started with Zach's documentation. | 1 | -213/+511 | ||
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | 1 | -2/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Mark some functions as static | 1 | -20/+20 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix warnings about unused variables | 1 | -1/+0 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-10 | Adds seeking, directory creation and improves file writing. Also various ↵ | 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 | 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 | 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 | 1 | -7/+47 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Fixed Zach's name. I feel dumb, sorry about that. | 1 | -1/+1 | ||
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | 1 | -26/+40 | ||
2008-08-04 | Don't ignore mux_recv errors silently. | 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. | 1 | -8/+22 | ||
2008-08-01 | I copied the wrong legal headers into the code. Opps. | 1 | -11/+12 | ||
2008-07-31 | Don't access freed memory. | 1 | -1/+3 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-07-30 | Added documentation and licensing information. | 1 | -2/+17 | ||
2008-07-29 | Autotooled the project with very basic versioning support. | 1 | -0/+381 | ||