aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/main
AgeCommit message (Expand)Author
2014-01-24Clean up pom.xml files and change Jimfs to use auto-service to generate its M...Colin Decker
2014-01-22Remove references to internal types from JimfsFileSystemProvider method signa...Colin Decker
2014-01-22Move around some javadoc and add a few TODOsColin Decker
2014-01-22Fix a couple lines that were too long and remove useless package-info.javaColin Decker
2014-01-22Change name case from JimFS to Jimfs.Colin Decker
2014-01-22Collapse all packages into com.google.jimfs.Colin Decker
2013-12-20Fix JimfsPath compareTo impl to throw CCE as documented, plus minor other Pat...Colin Decker
2013-12-16Add methods to Jimfs that choose a Configuration based on the current OS.Colin Decker
2013-12-11Change Inode to use a Table instead of a Map to store (view, attribute) -> va...Colin Decker
2013-12-11Various changes in attribute package.Colin Decker
2013-12-10Mention alternative of using / instead of \ in example in Configuration.windo...Colin Decker
2013-12-10Javadoc changes in Configuration.Colin Decker
2013-12-09Remove unused @SuppressWarnings.Colin Decker
2013-12-09 Add test cases to ByteStoreTest covering writes of 0 bytes.Colin Decker
2013-12-08Add tests for HeapDisk and fix a small bug.Colin Decker
2013-12-08Add tests for DirectoryEntryMap and fix a bug.Colin Decker
2013-12-06Some changes in Configuration.Colin Decker
2013-12-06Minor tweaks to ByteStore/channel/streams.Colin Decker
2013-12-06Various cleanup, plus significant changes to ByteStore testing.Colin Decker
2013-12-05Make HeapDisk parameters (block size, max size, max cache size) configurable ...Colin Decker
2013-12-05Add the ability to limit disk size and to limit the maximum amount of unused ...Colin Decker
2013-12-04Various changes based on review feedback.Colin Decker
2013-11-15Some regular file related fixes and simplifications.Colin Decker
2013-11-12Minor change in DirectoryTable.Colin Decker
2013-11-12Some cleanups and changes to attribute and byte store stuff.Colin Decker
2013-11-06Remove an unused method.Colin Decker
2013-11-06More lint fixes.Colin Decker
2013-11-06Fix some lint warnings (line length, modifier order).Colin Decker
2013-11-05Simplify AbstractWatchService implementation a bit.Colin Decker
2013-11-05Ensure all switch statements have a default clause.Colin Decker
2013-11-05Make path matcher syntax (e.g. "glob:" or "regex:") case insensitive as speci...Colin Decker
2013-11-05Small javadoc fix.Colin Decker
2013-11-05A few minor changes.Colin Decker
2013-11-04Move static Configuration objects into holder classes to avoid instantiating ...Colin Decker
2013-10-30Change MemoryDiskByteStore to allocate all needed blocks up front on write ca...Colin Decker
2013-10-30Pull map implementation out of DirectoryTable into DirectoryEntryMap.Colin Decker
2013-10-30Remove concept of "super-root" directory. There is now just a map.Colin Decker
2013-10-29Fix moving a symbolic link to move the link, not its target, once again. Add ...Colin Decker
2013-10-29Some changes to javadoc and pom.xml; fully qualify links in package-info.java.Colin Decker
2013-10-29Some pom.xml changes; s/JIMFS/JimFS/gColin Decker
2013-10-29Provide a hopefully helpful error message for using Normalization.CASE_FOLD_U...Colin Decker
2013-10-25Rename Disk to MemoryDisk; make a few other changes to it.Colin Decker
2013-10-23Tiny changeColin Decker
2013-10-23Minor changes in DirectoryTable.Colin Decker
2013-10-23Update package-info to reflect recent changes. Add finalize() to channel/stre...Colin Decker
2013-10-22Change Input/OutputStream implementations to avoid bounds checking on full ar...Colin Decker
2013-10-22Small changes in Disk and ByteStore.Colin Decker
2013-10-22Move some benchmarks and add a method for faster array zeroing.Colin Decker
2013-10-21Ensure that regular files are opened while holding a lock on the file store.Colin Decker
2013-10-21Rename methods for getting file content.Colin Decker