aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/main/java/com/google
AgeCommit message (Expand)Author
2020-05-13Using static imports for types is unnecessaryclshepherd
2020-04-28Fix JimfsPath.resolve(Name) to work correctly when the path is the empty path...cgdecker
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
2014-05-16Make closing a FileSystem also close all associated resources (streams, chann...Colin Decker
2014-05-13Change JimfsFileSystemProvider to cache URI -> FileSystem mappings in a stati...Colin Decker
2014-03-26Fix JimfsFileStore.getUsableSpace() to return unallocated space, not total. I...Colin Decker
2014-03-14Add tests for moving and copying files from one JimfsFileSystem to another (m...Colin Decker
2014-03-13When copying a file, move copying of regular file content outside the file sy...Colin Decker
2014-02-03Make support for links, symbolic links, SecureDirectoryStream and FileChannel...Colin Decker
2014-02-03Inline BlockList into RegularFile.Colin Decker
2014-01-31Get rid of public UserPrincipals class, moving its contents to package-privat...Colin Decker
2014-01-30Change directories to *not* unset their link to the parent directory when the...Colin Decker
2014-01-30Get rid of FileContent interface, changing all implementations to subclasses ...Colin Decker
2014-01-29Clarify comment in FileSystemView.toRealPath() about non-nullness of entry() ...Colin Decker
2014-01-28Ensure that no SecureDirectoryStream operations will throw NPE when the direc...Colin Decker