summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_io_File.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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