aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/main/java/com/google/common
AgeCommit message (Expand)Author
2019-11-06fix Handler.getHostAddress() performance issueasie
2019-10-14Fix 6 ErrorProneStyle findings:clshepherd
2019-10-04Change Jimfs PathMatchers to use the regex flags indicated by the Configurati...cgdecker
2019-10-04Mostly migrate off jsr305.cpovirk
2019-10-02Fix exception message - add missing closing parenthesisEvgeny Mandrikov
2019-10-02Removed TODO comment for making heap disks configurable, assahmed10315
2019-04-29Run google-java-format over all of JimFS.kak
2019-04-18Enable GoodTime-API for JimFS. (#79)Ron Shapiro
2019-03-21Fix an issue with Files.newOutputStream for Jimfs where it wouldn't truncate ...cgdecker
2017-06-14Introduce a meaningful .toString() for JimFS's Configuration class. Standard ...diamondm
2017-06-05Fix comparison in JimfsPath that will always return false (as ArrayDeque is notdiamondm
2016-04-01Ignore errors that prevent Jimfs.newFileSystem from working in an environment...cgdecker
2016-04-01Fix a potential issue where a JimfsFileSystem would not be removed from the s...cgdecker
2016-03-23A couple attribute-related changes:cgdecker
2016-03-22Small formatting fix.cgdecker
2016-03-21Throw UOE when setting unsupported attributesJason Tedor
2016-01-21Minor fixes in preparation for 1.1-rc1.cgdecker
2016-01-15Add a method for getting the Configuration that the Jimfs.newFileSystem() ove...cgdecker
2016-01-12Partially rollback previous change adding Turkish path normalization.cgdecker
2016-01-12Add long-requested ability to configure the polling rate for the WatchService...cgdecker
2016-01-07Add Turkish path normalizationBen Hamilton
2015-11-10Remove a check that is always false.cgdecker
2015-06-03Format Jimfs with google-java-format.cgdecker
2015-04-22Couple interruption-related fixes for JimfsFileChannel.cgdecker
2015-04-17Several changes to JimfsFileChannel.cgdecker
2015-02-26Change URIs for Unix- and Windows-like paths to end with a / if the file is a...cgdecker
2015-02-25Change usages of deprecated Objects methods to MoreObjects.cgdecker
2015-02-25Split JimfsFileSystemProvider up to work around classloader issues.cgdecker
2015-02-23Remove unused imports.cgdecker
2015-02-19Widen the catch block around registering the URL Handler.cgdecker
2015-02-18Add support for "jimfs:" protocol URLs.cgdecker
2015-01-21Change JimfsOutputStream.flush() to do nothing rather than throw an exception...cgdecker
2014-11-05Misc changes to FileTree.cgdecker
2014-11-05Fix a minor style guide violation.cgdecker
2014-11-05Fix java 8 compilation failure.cushon
2014-06-10Move all classes to com.google.common.jimfs.Colin Decker