aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native/unix_jni.cc
Commit message (Expand)AuthorAge
* Make getxattr not throw an exception when attribute does not exist on Mac.Gravatar ajmichael2018-02-09
* Save errno in unix_jni.cc stat when throwing exceptions.Gravatar tomlu2018-01-09
* Fix bug in unix_jni.cc that causes Path#exist to spuriously return true.Gravatar tomlu2018-01-09
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size...Gravatar Googler2016-12-16
* Uses long in portable_sysctlbyname instead of jlong. Fixes #1249. Fixes #1254.Gravatar Yue Gan2016-05-16
* Add SMT detection for mac. Fixes #963.Gravatar Yue Gan2016-04-05
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Augment JNI utime() method.Gravatar Eric Fellheimer2015-10-30
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Rollback of commit 73ad1482a1d99b9acd14f4545ff11671d87ec4e1.Gravatar Kristina Chodorow2015-05-27
* Switch to stat64/lstat64Gravatar Kristina Chodorow2015-05-08
* Fix JNI on 32-bit systemsGravatar Kristina Chodorow2015-05-08
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Use the constant length from Md5Digest API.Gravatar Thiago Farina2015-04-01
* Fixed the broken build caused by missing includes.Gravatar Jie Yu2015-04-01
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25