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
/
java
/
java
/
io
/
File.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly state all File constructor NPEs.
Elliott Hughes
2015-02-07
1
-0
/
+4
*
Set random seeds post fork.
Narayan Kamath
2014-11-17
1
-7
/
+1
*
Groundwork towards making the Libcore.os functionality public.
Elliott Hughes
2014-04-24
1
-4
/
+4
*
Move the hidden File.readlink into Libcore.os.
Elliott Hughes
2014-01-31
1
-6
/
+0
*
Rename our 'realpath' because it isn't the same as realpath(3).
Elliott Hughes
2014-01-31
1
-3
/
+4
*
Move DeleteOnExit to libcore.io.
Narayan Kamath
2013-12-20
1
-1
/
+1
*
Switch libcore from statfs to statvfs.
Elliott Hughes
2013-07-09
1
-4
/
+4
*
Fix @deprecated javadoc orthography.
Elliott Hughes
2013-06-06
1
-2
/
+2
*
Cope with a corrupt tzdata update.
Elliott Hughes
2013-04-26
1
-2
/
+0
*
Add consistent reasons for NullPointerException
Kenny Root
2012-09-14
1
-1
/
+1
*
Rewrite File.mkdirs, improve the documentation, and add tests.
Elliott Hughes
2012-07-12
1
-29
/
+37
*
Add close(2).
Elliott Hughes
2011-03-30
1
-3
/
+1
*
Clean up File's absolute path handling.
Elliott Hughes
2011-03-23
1
-57
/
+35
*
Add mkdir(2) and remove(2).
Elliott Hughes
2011-03-23
1
-7
/
+11
*
Add chmod(2).
Elliott Hughes
2011-03-23
1
-46
/
+25
*
Add statfs(2).
Elliott Hughes
2011-03-23
1
-6
/
+19
*
Add rename(2) and symlink(2).
Elliott Hughes
2011-03-23
1
-5
/
+4
*
Move File.createNewFile into Java.
Elliott Hughes
2011-03-23
1
-9
/
+27
*
Add fstat(2), lstat(2), and stat(2).
Elliott Hughes
2011-03-17
1
-12
/
+24
*
Add access(2), strerror(3) and access to environ.
Elliott Hughes
2011-03-16
1
-18
/
+15
*
Fix more FindBugs complaints (BufferedReader, File, and ObjectInputStream).
Elliott Hughes
2011-02-23
1
-17
/
+18
*
Better documentation for Runtime.addShutdownHook and File.deleteOnExit.
Elliott Hughes
2011-02-22
1
-4
/
+15
*
Fix new File("").length to behave like the RI.
Elliott Hughes
2011-01-25
1
-0
/
+3
*
Remove useless android-changed comments.
Elliott Hughes
2011-01-13
1
-10
/
+0
*
Remove @SuppressWarnings("nls") cruft.
Elliott Hughes
2011-01-07
1
-5
/
+2
*
Retire SecurityManager.
Elliott Hughes
2011-01-07
1
-191
/
+2
*
Rewrite File.getCanonicalPath.
Elliott Hughes
2010-11-08
1
-175
/
+33
*
java.io.File javadoc improvements.
Elliott Hughes
2010-10-07
1
-8
/
+13
*
Fix File.getCanonicalizePath to resolve symbolic links.
Elliott Hughes
2010-09-30
1
-5
/
+5
*
Sorting imports.
Jesse Wilson
2010-08-11
1
-3
/
+0
*
Remove File's cached UTF-8 byte[].
Elliott Hughes
2010-07-21
1
-151
/
+114
*
Use 'dst' (or an even more appropriate name where possible) rather than 'dest'.
Elliott Hughes
2010-07-09
1
-7
/
+7
*
Clean up File.createTempFile and make Math.random thread-safe.
Elliott Hughes
2010-07-07
1
-27
/
+12
*
Stop using CharsetEncoder in File.newCString.
Elliott Hughes
2010-06-21
1
-10
/
+9
*
Implementing ZoneInfo.hasSameRules().
Jesse Wilson
2010-06-18
1
-7
/
+3
*
Improve Charset.forName/"new String" performance.
Elliott Hughes
2010-06-08
1
-17
/
+7
*
Remove @hide from Java 6 API.
Elliott Hughes
2010-05-26
1
-10
/
+0
*
Remove the luni localized exception messages.
Elliott Hughes
2010-05-24
1
-19
/
+10
*
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-05-13
1
-7
/
+7
*
Remove //$NON-NLS-\d$ cruft.
Elliott Hughes
2010-05-13
1
-7
/
+7
*
Improve File.renameTo documentation.
Elliott Hughes
2010-05-05
1
-60
/
+58
*
Java 6 java.io.File changes.
Elliott Hughes
2010-03-12
1
-18
/
+256
*
Don't call a method that can be overridden from File's constructors.
Elliott Hughes
2010-03-03
1
-1
/
+2
*
More java.io.File cleanup.
Elliott Hughes
2009-12-10
1
-17
/
+2
*
More java.io.File cleanup.
Elliott Hughes
2009-12-07
1
-110
/
+82
*
More java.io.File cleanup.
Elliott Hughes
2009-12-05
1
-136
/
+86
*
More java.io.File cleanup.
Elliott Hughes
2009-12-04
1
-158
/
+98
*
More java.io.File improvements.
Elliott Hughes
2009-11-29
1
-25
/
+31
*
Fix File.isHidden and File.listRoots.
Elliott Hughes
2009-11-25
1
-14
/
+9
*
A few notes on why we don't cache canonical paths.
Jesse Wilson
2009-11-24
1
-1
/
+5
[next]