summaryrefslogtreecommitdiffstats
path: root/src/directory
AgeCommit message (Expand)Author
2017-05-29Removed pointer in fastfieldPaul Masurel
2017-05-29run fmtAshley Mannix
2017-05-29fix delete error msgAshley Mannix
2017-05-29remove error::* importsAshley Mannix
2017-05-29run cargo fmtAshley Mannix
2017-05-29fix build warningsAshley Mannix
2017-05-29impl std error for directory errorsAshley Mannix
2017-05-29initial error-chainAshley Mannix
2017-05-25Cargo fmtPaul Masurel
2017-05-25Added stream dictionary code, merge unit testPaul Masurel
2017-05-19Moving to termdictPaul Masurel
2017-05-17clippy: fix redundant_closure warningsLaurentiu Nicola
2017-05-17clippy: fix or_fun_call warningsLaurentiu Nicola
2017-05-17clippy: fix if_let_redundant_pattern_matching warningsLaurentiu Nicola
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-15Fixed logging deleted files twicePaul Masurel
2017-05-14Avoid clone() callLaurentiu Nicola
2017-05-14Closes #147Paul Masurel
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-04-05issue/96 Cleaning up some lock managementPaul Masurel
2017-04-05issue/96 Rename FileError -> OpenReadErrorPaul Masurel
2017-04-04issue/96 Added unit test, documentation and various tiny improvements.Paul Masurel
2017-04-02issue/96 Added functionality to protect files from deletionPaul Masurel
2017-03-28issue/96 mergePaul Masurel
2017-03-22Add unit test for when deleting failsPaul Masurel
2017-03-21Don't delete twice on not(windows)Laurentiu Nicola
2017-03-21Delay deleting the files in the test suite to make it work on WindowsLaurentiu Nicola
2017-03-20Clarify comment and use qualified import for the flagLaurentiu Nicola
2017-03-19Getting the FLAG from the winapi module.Paul Masurel
2017-03-19Make directory syncing work on WindowsLaurentiu Nicola
2017-03-07NOBUG added rustdocPaul Masurel
2017-03-06Fix .write -> .write_allPaul Masurel
2017-03-06issue/77 ManagedDirectory workingPaul Masurel
2017-03-03issue/77 Added managed directoryPaul Masurel
2017-02-25NOBUG Adding doc.Paul Masurel
2017-02-25Merge branch 'issue/43'Paul Masurel
2017-02-21NOBUG made the cleanup limit adaptive in MmapCachePaul Masurel
2017-02-21Fixes #72 - Cache directory uses weak ref. Introduced CacheInfo object.Paul Masurel
2017-02-19issue/43 simplification. removed the notion of delete cursor.Paul Masurel
2017-02-19issue/43 unit test running. segment updater uses futures.Paul Masurel
2017-02-19issue/43 Isolated SegmentMetaPaul Masurel
2017-02-19issue/43 Added delete doc filePaul Masurel
2016-10-25NOBUG Using BufWriter<Box<Write>>Paul Masurel
2016-10-16bug/4 Removed useless use of Cursor.Paul Masurel
2016-10-15Merge branch 'master' into bug/4Paul Masurel
2016-10-10bug/4 Bugfix. Committing was throwing away the segment's state (InMerge or Re...Paul Masurel
2016-10-01bug/4Paul Masurel
2016-09-29more minor doc text changesMichael J. Curry
2016-09-22DocPaul Masurel