index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
native
/
unix_jni.cc
Commit message (
Expand
)
Author
Age
*
Make getxattr not throw an exception when attribute does not exist on Mac.
ajmichael
2018-02-09
*
Save errno in unix_jni.cc stat when throwing exceptions.
tomlu
2018-01-09
*
Fix bug in unix_jni.cc that causes Path#exist to spuriously return true.
tomlu
2018-01-09
*
Add FileSystem#createDirectoryAndParents.
tomlu
2017-12-21
*
Move FileAccessException to the vfs package
Ulf Adams
2017-02-17
*
Up the MD5-reading buffer size to 8192. This keeps us within a 16K stack size...
Googler
2016-12-16
*
Uses long in portable_sysctlbyname instead of jlong. Fixes #1249. Fixes #1254.
Yue Gan
2016-05-16
*
Add SMT detection for mac. Fixes #963.
Yue Gan
2016-04-05
*
Rename FilesystemUtils to NativePosixFiles.
Lukacs Berki
2016-01-27
*
Augment JNI utime() method.
Eric Fellheimer
2015-10-30
*
Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...
Nathan Harmata
2015-10-21
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Fix some C++ compiler warnings to comply with -Wall.
Ulf Adams
2015-07-27
*
Rollback of commit 73ad1482a1d99b9acd14f4545ff11671d87ec4e1.
Kristina Chodorow
2015-05-27
*
Switch to stat64/lstat64
Kristina Chodorow
2015-05-08
*
Fix JNI on 32-bit systems
Kristina Chodorow
2015-05-08
*
Header cleanups.
Han-Wen Nienhuys
2015-04-22
*
Use the constant length from Md5Digest API.
Thiago Farina
2015-04-01
*
Fixed the broken build caused by missing includes.
Jie Yu
2015-04-01
*
Update from Google.
Han-Wen Nienhuys
2015-02-25