index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
native
/
java_io_File.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove most of our C-style casts.
Elliott Hughes
2010-08-12
1
-24
/
+24
*
Create new files with permissions 0666 instead of 0777
Mike Lockwood
2010-08-09
1
-1
/
+2
*
Fix random permissions being set for new files.
Mike Lockwood
2010-08-05
1
-1
/
+1
*
Remove restricted permissions in file and directory creation
Mike Lockwood
2010-08-05
1
-4
/
+2
*
Remove File's cached UTF-8 byte[].
Elliott Hughes
2010-07-21
1
-129
/
+102
*
Add null-pointer checking to ScopedPrimitiveArray.
Elliott Hughes
2010-07-12
1
-8
/
+55
*
Remove dynamic calls to FindClass.
Elliott Hughes
2010-06-16
1
-5
/
+2
*
Bullet-proof the lseek/read in Inflater.setFileInput.
Elliott Hughes
2010-06-03
1
-0
/
+2
*
Add write-back ScopedPrimitiveArrays (and use them).
Elliott Hughes
2010-05-20
1
-17
/
+17
*
Make ScopedLocalRef more convenient, and use it more widely.
Elliott Hughes
2010-05-17
1
-3
/
+3
*
Expand upon the old ScopedByteArray, and start removing some of the Get/Relea...
Elliott Hughes
2010-05-17
1
-23
/
+27
*
Enable -Wall -Wextra for libcore and cleanup all but one warning
Brian Carlstrom
2010-05-07
1
-1
/
+1
*
Move the libcore registration out of libnativehelpers and into libcore.
Elliott Hughes
2010-04-16
1
-4
/
+1
*
Fix a bug, and protect against an unrelated class of bugs.
Elliott Hughes
2010-03-29
1
-0
/
+8
*
Java 6 java.io.File changes.
Elliott Hughes
2010-03-12
1
-26
/
+80
*
Fix two compiler warnings.
Elliott Hughes
2010-02-03
1
-1
/
+1
*
More java.io.File cleanup.
Elliott Hughes
2009-12-10
1
-71
/
+111
*
Improve the FileNotFoundExceptions thrown by OSFileSystem.open.
Elliott Hughes
2009-12-08
1
-46
/
+15
*
More java.io.File cleanup.
Elliott Hughes
2009-12-04
1
-35
/
+30
*
More java.io.File improvements.
Elliott Hughes
2009-11-29
1
-48
/
+21
*
Fix File.isHidden and File.listRoots.
Elliott Hughes
2009-11-25
1
-49
/
+0
*
Fix java.io.File's JNI's fixed-length buffers.
Elliott Hughes
2009-11-23
1
-515
/
+267
*
Switch java_io_File.c over to C++.
Elliott Hughes
2009-11-20
1
-0
/
+683