aboutsummaryrefslogtreecommitdiff
path: root/jimfs
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/jimfsandroid-s-preview-1Bob Badour
2020-07-13Add a Soong build module for the host libraryHadrien Zalek
2019-11-14Fix 1 ErrorProneStyle finding:clshepherd
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-04Prepare Javadoc for Java 11, and make other improvements:cpovirk
2019-10-04Use AutoService as a proper annotation processor.cpovirk
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-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-06-06Assert that snapshot elements are ordered, as suggested by the comment.glorioso
2019-06-06Fix internal build breakage from making assertThat(SortedSet) @GoogleInternal.cpovirk
2019-05-15Migrate users from the old, deprecated Subject.fail* methods to the new Subje...cpovirk
2019-05-08Instead of calling Subject.actual(), store the actual value in a field, and r...cpovirk
2019-05-07Remove PathSubject.andThat().cgdecker
2019-05-07Migrate Truth Subjects from no-arg check() to the overload that accepts a des...cpovirk
2019-05-05Migrate Truth subjects from the old fail(String, Object) to the new failWithA...cpovirk
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-04-29Migrate from containsAllOf to containsAtLeast.cpovirk
2019-04-29Migrate Truth subjects from a manual "test and fail" approach to one using Su...cpovirk
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
2018-04-05Update Jimfs dependency versions and add the beta checker.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-03-14Update references to guava-libraries.googlecode.com to the Github location in...cgdecker
2016-02-16Jimfs 1.1 has been released; update the README.cgdecker
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