aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src
AgeCommit message (Expand)Author
2019-03-21Fix an issue with Files.newOutputStream for Jimfs where it wouldn't truncate ...cgdecker
2018-04-03Change getSubject() to actual() in PathSubject.cgdecker
2018-01-16Suppress errors for streams that contain closeable resources (#63)Ron Shapiro
2018-01-05Ensure streams that encapsulate a closeable resource are closedcushon
2017-11-20Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
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-20Fix flakiness in JimfsAsynchronousFileChannelTest.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-22Fix cases where return value of method in java.nio.file.Path is not used.eaftan
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-25Rename testMethod to createFileSystem.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-02-18Migrate from Truth's deprecated .is(expected) to .isEqualTo(expected).kak
2015-02-18Cleanup usages of deprecated Truth APIs.kak
2015-01-21Change JimfsOutputStream.flush() to do nothing rather than throw an exception...cgdecker
2014-11-05Migrate from Truth's deprecated iteratesAs(...) to containsExactly(...).inOrd...kak
2014-11-05Clean up usages of deprecated Truth has() Collection methods:kak
2014-11-05Migrate off of deprecated Truth methodskak
2014-11-05Migrate users off of deprecated (or soon to be deprecated) Truth APIs.kak
2014-11-05Reduce visibility of Subject.isNotA()kak
2014-11-05Fix another case in PollingWatchServiceTest where it's possible to see either...cgdecker
2014-11-05Misc changes to FileTree.cgdecker
2014-11-05Migrate usages of:kak
2014-11-05Add assertThat(Comparable) overload for custom comparable types.kak
2014-11-05Rename helper methods named "assertThat" in AbstractJimfsIntegrationTest to "...cgdecker
2014-11-05Attempt to fix up some test flakiness.cgdecker
2014-11-05Migrate from Truth.ASSERT to Truth.assert_ or Truth.assertThat.kak
2014-11-05Update Truth package name to the new location.kak
2014-11-05Migrate usages of Truth's Subject.is(Object) to isEqualTo(Object). The former...kak
2014-11-05Upgrade Truth to 0.22cgruber
2014-11-05Fix a minor style guide violation.cgdecker
2014-11-05Fix java 8 compilation failure.cushon