aboutsummaryrefslogtreecommitdiff
path: root/jimfs
AgeCommit message (Expand)Author
2013-10-11Move everything from c.g.jimfs.path to c.g.jimfs.Colin Decker
2013-10-11Move normalization settings out of PathType and into Configuration.Colin Decker
2013-10-11Change PathType to use Normalization rather than CaseSensitivity.Colin Decker
2013-10-11Add tests for regex Patterns compiled by Normalization.Colin Decker
2013-10-11Rename PathNormalizer to Normalization and make various improvements to it.Colin Decker
2013-10-10Add PathNormalizer, intended to replace current normalization and case insens...Colin Decker
2013-10-10Set initial attributes on root directories.Colin Decker
2013-10-09Change JimfsPath.normalize to not allocate any objects when the path is alrea...Colin Decker
2013-10-09Make deleting working directory by relative path fail.Colin Decker
2013-10-09Add tests that an empty root directory cannot be deleted or replaced.Colin Decker
2013-10-09Fix lookup of a root directory that doesn't exist to always throw NoSuchFileE...Colin Decker
2013-10-09Add special lookup handling for root dirs.Colin Decker
2013-10-09Remove unused imports.Colin Decker
2013-10-09Make JimfsPath and PathService final rather than abstract.Colin Decker
2013-10-09Add the ability to configure whether or not links and/or symbolic links are s...Colin Decker
2013-10-08Separate tests for Unix-like and Windows-like file systems from JimfsIntegrat...Colin Decker
2013-10-08Make a few classes final.Colin Decker
2013-10-04Minor changeColin Decker
2013-10-04Add a benchmark for FileSystem creation.Colin Decker
2013-10-04Remove ability to configure regular file storage for now.Colin Decker
2013-10-04Add some more javadoc in GlobToRegex.Colin Decker
2013-10-03Remove ArrayByteStore and DirectByteStore.Colin Decker
2013-10-03Remove argument precondition checking from ByteStore methods; channel and str...Colin Decker
2013-10-03Make \0 character illegal in Unix paths.Colin Decker
2013-10-03A few minor changes.Colin Decker
2013-10-03Rename FileSystemService to FileSystemView and FileSystemInitializer to Jimfs...Colin Decker
2013-10-03Remove append() methods from ByteStore; locking is external now so they are u...Colin Decker
2013-10-03Mark executor param of newAsynchronousFileChannel as @Nullable.Colin Decker
2013-10-03Add a lazily initialized default thread pool to JimfsFileSystem.Colin Decker
2013-10-03Change uses of File.content() to new asByteStore(), asDirectoryTable() and ge...Colin Decker
2013-10-02Inline AttributeProviderRegistry into AttributeService; misc other changes.Colin Decker
2013-10-02Rename DirectoryTable.getEntry to get.Colin Decker
2013-10-02Replace uses of junit.framework.Assert with org.junit.Assert.Colin Decker
2013-10-02Reorganize some internal classes.Colin Decker
2013-09-26Remove usages of CharMatcher until it's out of @Beta.Colin Decker
2013-09-25Get rid of max cache size option for disk storage for now.Colin Decker
2013-09-25Bump version to 0.8-SNAPSHOT; fix benchmarks build.Colin Decker
2013-09-25Further refinements to the configuration API, mostly to make the names shorter.Colin Decker
2013-09-25Completely overhaul configuration API.Colin Decker
2013-09-25Add a max cache option to Disk, allowing an upper bound on unused memory the ...Colin Decker
2013-09-25Changed DiskByteStore.createCopy to allocate all the blocks that are needed a...Colin Decker
2013-09-25Change Disk.allocateMoreBlocks to take a minimum number of blocks to allocate.Colin Decker
2013-09-25Add more benchmarks using the Files API.Colin Decker
2013-09-24Separate internal benchmarks from benchmarks using the API from misc informat...Colin Decker
2013-09-24Make JimfsFileChannel set the thread's interrupt status if InterruptedExcepti...Colin Decker
2013-09-24Change JimfsFileChannel to handle asynchronous interruption and close correctly.Colin Decker
2013-09-23Add DirectDisk, DirectByteStore and more benchmarks. Rename PrivateArrayDisk ...Colin Decker
2013-09-21Change to a multi-module Maven project.Colin Decker