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
*
Move the hidden File.readlink into Libcore.os.
Elliott Hughes
2014-01-31
1
-16
/
+0
*
Rename our 'realpath' because it isn't the same as realpath(3).
Elliott Hughes
2014-01-31
1
-98
/
+98
*
Manually update the libcore native code.
Elliott Hughes
2013-01-25
1
-1
/
+0
*
Fix libcore's usage of readdir_r(3).
Elliott Hughes
2012-10-26
1
-6
/
+7
*
Make libjavacore independent of libnativehelper for the PDK.
Elliott Hughes
2012-05-04
1
-2
/
+2
*
Fix File.listImpl's error checking.
Elliott Hughes
2012-04-16
1
-4
/
+4
*
Rewrite NetworkInterface.
Elliott Hughes
2011-04-21
1
-1
/
+0
*
Add mkdir(2) and remove(2).
Elliott Hughes
2011-03-23
1
-20
/
+0
*
Add chmod(2).
Elliott Hughes
2011-03-23
1
-32
/
+0
*
Add statfs(2).
Elliott Hughes
2011-03-23
1
-41
/
+0
*
Add rename(2) and symlink(2).
Elliott Hughes
2011-03-23
1
-32
/
+0
*
Move File.createNewFile into Java.
Elliott Hughes
2011-03-23
1
-21
/
+0
*
Add fstat(2), lstat(2), and stat(2).
Elliott Hughes
2011-03-17
1
-39
/
+0
*
Simplify the constant initialization.
Elliott Hughes
2011-03-17
1
-1
/
+0
*
Add access(2), strerror(3) and access to environ.
Elliott Hughes
2011-03-16
1
-29
/
+0
*
Rationalize our various native conversions to java.lang.String[].
Elliott Hughes
2011-02-18
1
-78
/
+8
*
Use jniThrowOutOfMemoryError everywhere.
Elliott Hughes
2011-01-16
1
-1
/
+2
*
Fix File.length for sparse files.
Elliott Hughes
2010-12-16
1
-14
/
+0
*
Document that I've investigated a TODO.
Elliott Hughes
2010-11-09
1
-2
/
+1
*
Rewrite File.getCanonicalPath.
Elliott Hughes
2010-11-08
1
-18
/
+42
*
Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit li...
Elliott Hughes
2010-10-18
1
-0
/
+4
*
Squashed commit of three reverts related to permissions of new files and dire...
Mike Lockwood
2010-09-22
1
-3
/
+4
*
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