aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/main/java/com/google/common/jimfs/Configuration.java
AgeCommit message (Expand)Author
2019-10-04Mostly migrate off jsr305.cpovirk
2019-04-29Run google-java-format over all of JimFS.kak
2017-06-14Introduce a meaningful .toString() for JimFS's Configuration class. Standard ...diamondm
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-06-03Format Jimfs with google-java-format.cgdecker
2014-06-10Move all classes to com.google.common.jimfs.Colin Decker