index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A protocol library to access iOS devices on Linux
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ifuse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-30
Fixed permissions on directories.
Paul Sladen
1
-1
/
+1
2008-08-21
arrays of string are now NULL terminated, update for loop end condition.
JonathanBeck
1
-2
/
+3
2008-08-21
free file after requesting info
Jonathan Beck
1
-0
/
+1
2008-08-21
fix missing free in dispatch_AFC_packet
Jonathan Beck
1
-1
/
+3
2008-08-21
Don't leak memory in error cases in ifuse_init
Christophe Fergeau
1
-0
/
+3
2008-08-21
fix some memory leaks
Jonathan Beck
1
-12
/
+10
2008-08-19
Made files owned to the user and group which started iFuse (we don't want to ...
Matt Colyer
1
-0
/
+3
2008-08-18
Exposed file block information in iFuse.
Matt Colyer
1
-0
/
+2
2008-08-13
Minor cleanups, refactored and commented iphone.c.
Matt Colyer
1
-4
/
+0
2008-08-12
Reverted bb74e8fd0041132379d525030ed277b49f972494, as I can no longer connect
Matt Colyer
1
-3
/
+11
2008-08-12
make ifuse use lockdownd_init so that pairing is done if necessary.
Jonathan Beck
1
-11
/
+3
2008-08-11
Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign
Christophe Fergeau
1
-2
/
+1
2008-08-11
Fix warnings about unused variables
Christophe Fergeau
1
-3
/
+2
2008-08-10
Adds seeking, directory creation and improves file writing. Also various othe...
Zach C
1
-6
/
+125
2008-08-07
Added cleanup when closing a file, probably needs a bit more throughness
Matt Colyer
1
-1
/
+17
2008-08-06
Fixed the data corruption, it turns out that there is a maximum length
Matt Colyer
1
-0
/
+3
2008-08-06
Adds locking and fixes a minor bug in mux_recv
Zach C
1
-1
/
+1
2008-08-05
Zack's final changes to the pairing.
Matt Colyer
1
-5
/
+4
2008-08-04
Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).
Matt Colyer
1
-2
/
+3
2008-08-04
Don't use iPhone after freeing it.
Martin Aumueller
1
-1
/
+2
2008-08-04
Don't crash when afc_get_dirlist returns NULL.
Martin Aumueller
1
-0
/
+4
2008-08-01
I copied the wrong legal headers into the code. Opps.
Matt Colyer
1
-11
/
+12
2008-08-01
A few cleanups, got rid of global afc variable.
Matt Colyer
1
-7
/
+14
2008-07-31
Added a way to load HostID from a user specific config file.
Jonathan Beck
1
-2
/
+7
2008-07-30
Fixed a typo in the previous commit.
Matt Colyer
1
-1
/
+1
2008-07-30
Added documentation and licensing information.
Matt Colyer
1
-0
/
+20
2008-07-30
Made the iPhone cleanup after itself.
Matt Colyer
1
-0
/
+1
2008-07-30
Fixed a return that was supposed to be there (thanks to Martin who pointed it...
Matt Colyer
1
-0
/
+1
2008-07-30
ifuse_init has to return a void* (fuse 2.7.2 on hardy heron)
Martin Aumueller
1
-6
/
+8
2008-07-30
Added beginnings of a fuse fs, right now it's read only and terribly fragile.
Matt Colyer
1
-0
/
+135