summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/io/File.java
Commit message (Expand)AuthorAgeFilesLines
* Explicitly state all File constructor NPEs.Elliott Hughes2015-02-071-0/+4
* Set random seeds post fork.Narayan Kamath2014-11-171-7/+1
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-4/+4
* Move the hidden File.readlink into Libcore.os.Elliott Hughes2014-01-311-6/+0
* Rename our 'realpath' because it isn't the same as realpath(3).Elliott Hughes2014-01-311-3/+4
* Move DeleteOnExit to libcore.io.Narayan Kamath2013-12-201-1/+1
* Switch libcore from statfs to statvfs.Elliott Hughes2013-07-091-4/+4
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-061-2/+2
* Cope with a corrupt tzdata update.Elliott Hughes2013-04-261-2/+0
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-141-1/+1
* Rewrite File.mkdirs, improve the documentation, and add tests.Elliott Hughes2012-07-121-29/+37
* Add close(2).Elliott Hughes2011-03-301-3/+1
* Clean up File's absolute path handling.Elliott Hughes2011-03-231-57/+35
* Add mkdir(2) and remove(2).Elliott Hughes2011-03-231-7/+11
* Add chmod(2).Elliott Hughes2011-03-231-46/+25
* Add statfs(2).Elliott Hughes2011-03-231-6/+19
* Add rename(2) and symlink(2).Elliott Hughes2011-03-231-5/+4
* Move File.createNewFile into Java.Elliott Hughes2011-03-231-9/+27
* Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-12/+24
* Add access(2), strerror(3) and access to environ.Elliott Hughes2011-03-161-18/+15
* Fix more FindBugs complaints (BufferedReader, File, and ObjectInputStream).Elliott Hughes2011-02-231-17/+18
* Better documentation for Runtime.addShutdownHook and File.deleteOnExit.Elliott Hughes2011-02-221-4/+15
* Fix new File("").length to behave like the RI.Elliott Hughes2011-01-251-0/+3
* Remove useless android-changed comments.Elliott Hughes2011-01-131-10/+0
* Remove @SuppressWarnings("nls") cruft.Elliott Hughes2011-01-071-5/+2
* Retire SecurityManager.Elliott Hughes2011-01-071-191/+2
* Rewrite File.getCanonicalPath.Elliott Hughes2010-11-081-175/+33
* java.io.File javadoc improvements.Elliott Hughes2010-10-071-8/+13
* Fix File.getCanonicalizePath to resolve symbolic links.Elliott Hughes2010-09-301-5/+5
* Sorting imports.Jesse Wilson2010-08-111-3/+0
* Remove File's cached UTF-8 byte[].Elliott Hughes2010-07-211-151/+114
* Use 'dst' (or an even more appropriate name where possible) rather than 'dest'.Elliott Hughes2010-07-091-7/+7
* Clean up File.createTempFile and make Math.random thread-safe.Elliott Hughes2010-07-071-27/+12
* Stop using CharsetEncoder in File.newCString.Elliott Hughes2010-06-211-10/+9
* Implementing ZoneInfo.hasSameRules().Jesse Wilson2010-06-181-7/+3
* Improve Charset.forName/"new String" performance.Elliott Hughes2010-06-081-17/+7
* Remove @hide from Java 6 API.Elliott Hughes2010-05-261-10/+0
* Remove the luni localized exception messages.Elliott Hughes2010-05-241-19/+10
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-7/+7
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-131-7/+7
* Improve File.renameTo documentation.Elliott Hughes2010-05-051-60/+58
* Java 6 java.io.File changes.Elliott Hughes2010-03-121-18/+256
* Don't call a method that can be overridden from File's constructors.Elliott Hughes2010-03-031-1/+2
* More java.io.File cleanup.Elliott Hughes2009-12-101-17/+2
* More java.io.File cleanup.Elliott Hughes2009-12-071-110/+82
* More java.io.File cleanup.Elliott Hughes2009-12-051-136/+86
* More java.io.File cleanup.Elliott Hughes2009-12-041-158/+98
* More java.io.File improvements.Elliott Hughes2009-11-291-25/+31
* Fix File.isHidden and File.listRoots.Elliott Hughes2009-11-251-14/+9
* A few notes on why we don't cache canonical paths.Jesse Wilson2009-11-241-1/+5