summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_io_File.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the hidden File.readlink into Libcore.os.Elliott Hughes2014-01-311-16/+0
* Rename our 'realpath' because it isn't the same as realpath(3).Elliott Hughes2014-01-311-98/+98
* Manually update the libcore native code.Elliott Hughes2013-01-251-1/+0
* Fix libcore's usage of readdir_r(3).Elliott Hughes2012-10-261-6/+7
* Make libjavacore independent of libnativehelper for the PDK.Elliott Hughes2012-05-041-2/+2
* Fix File.listImpl's error checking.Elliott Hughes2012-04-161-4/+4
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-1/+0
* Add mkdir(2) and remove(2).Elliott Hughes2011-03-231-20/+0
* Add chmod(2).Elliott Hughes2011-03-231-32/+0
* Add statfs(2).Elliott Hughes2011-03-231-41/+0
* Add rename(2) and symlink(2).Elliott Hughes2011-03-231-32/+0
* Move File.createNewFile into Java.Elliott Hughes2011-03-231-21/+0
* Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-39/+0
* Simplify the constant initialization.Elliott Hughes2011-03-171-1/+0
* Add access(2), strerror(3) and access to environ.Elliott Hughes2011-03-161-29/+0
* Rationalize our various native conversions to java.lang.String[].Elliott Hughes2011-02-181-78/+8
* Use jniThrowOutOfMemoryError everywhere.Elliott Hughes2011-01-161-1/+2
* Fix File.length for sparse files.Elliott Hughes2010-12-161-14/+0
* Document that I've investigated a TODO.Elliott Hughes2010-11-091-2/+1
* Rewrite File.getCanonicalPath.Elliott Hughes2010-11-081-18/+42
* Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit li...Elliott Hughes2010-10-181-0/+4
* Squashed commit of three reverts related to permissions of new files and dire...Mike Lockwood2010-09-221-3/+4
* Remove most of our C-style casts.Elliott Hughes2010-08-121-24/+24
* Create new files with permissions 0666 instead of 0777Mike Lockwood2010-08-091-1/+2
* Fix random permissions being set for new files.Mike Lockwood2010-08-051-1/+1
* Remove restricted permissions in file and directory creationMike Lockwood2010-08-051-4/+2
* Remove File's cached UTF-8 byte[].Elliott Hughes2010-07-211-129/+102
* Add null-pointer checking to ScopedPrimitiveArray.Elliott Hughes2010-07-121-8/+55
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-5/+2
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-0/+2
* Add write-back ScopedPrimitiveArrays (and use them).Elliott Hughes2010-05-201-17/+17
* Make ScopedLocalRef more convenient, and use it more widely.Elliott Hughes2010-05-171-3/+3
* Expand upon the old ScopedByteArray, and start removing some of the Get/Relea...Elliott Hughes2010-05-171-23/+27
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-1/+1
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-4/+1
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-0/+8
* Java 6 java.io.File changes.Elliott Hughes2010-03-121-26/+80
* Fix two compiler warnings.Elliott Hughes2010-02-031-1/+1
* More java.io.File cleanup.Elliott Hughes2009-12-101-71/+111
* Improve the FileNotFoundExceptions thrown by OSFileSystem.open.Elliott Hughes2009-12-081-46/+15
* More java.io.File cleanup.Elliott Hughes2009-12-041-35/+30
* More java.io.File improvements.Elliott Hughes2009-11-291-48/+21
* Fix File.isHidden and File.listRoots.Elliott Hughes2009-11-251-49/+0
* Fix java.io.File's JNI's fixed-length buffers.Elliott Hughes2009-11-231-515/+267
* Switch java_io_File.c over to C++.Elliott Hughes2009-11-201-0/+683