summaryrefslogtreecommitdiffstats
path: root/src/directory/mmap_directory.rs
AgeCommit message (Expand)Author
2019-10-01Merge branch 'hotfix-656'Paul Masurel
2019-10-01Address #656Paul Masurel
2019-09-18add checksum check in ManagedDirectory (#605)fdb-hiroshima
2019-09-07Fixed clippy warning: unneeded return statement (#646)Raminder Singh
2019-08-05Bump deps (#613)Kornel
2019-07-30Closes #544. (#607)Paul Masurel
2019-07-22Failrs (#600)Paul Masurel
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-06-06Update winapi requirement from 0.2 to 0.3 (#537)dependabot-preview[bot]
2019-03-20Disabling tests on AndroidPaul Masurel
2019-03-20cleanup for nodefaultfeaturesPaul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-02-26Code cleaningPaul Masurel
2019-02-26cargo fmtPaul Masurel
2019-02-23Partially addresses #500 (#502)Paul Masurel
2019-01-28Clippy + cargo fmtPaul Masurel
2019-01-27Issue/468b (#482)Paul Masurel
2018-10-31Adds open_or_create method (#428)Dru Sellers
2018-09-15Cargo Format (#420)Paul Masurel
2018-07-18Declare and implement separate Clone Traits (#336)Vignesh Sarma K
2018-06-30Issue/325 (#330)Paul Masurel
2018-06-22Preparing for releasePaul Masurel
2018-05-11Make it possible to stream the terms matching an Automaton (#297)Dru Sellers
2018-04-21Cargo fmtPaul Masurel
2018-02-03ClippyPaul Masurel
2018-02-03FormatPaul Masurel
2018-01-28Unit test passingPaul Masurel
2018-01-04Merge branch 'issue/218'Paul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-12-14NOBUG ClippyPaul Masurel
2017-12-14NOBUG intellij misc lintPaul Masurel
2017-11-25Editing rustdocPaul Masurel
2017-10-08Stopped using mmap in tantivy. Caching MmapReadOnly.Paul Masurel
2017-08-28FormatPaul Masurel
2017-06-05Tiny cleaningPaul Masurel
2017-05-29run cargo fmtAshley Mannix
2017-05-29initial error-chainAshley Mannix
2017-05-17clippy: fix redundant_closure warningsLaurentiu Nicola
2017-05-17clippy: fix or_fun_call warningsLaurentiu Nicola
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-04-05issue/96 Rename FileError -> OpenReadErrorPaul Masurel
2017-04-02issue/96 Added functionality to protect files from deletionPaul Masurel
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-06issue/77 ManagedDirectory workingPaul Masurel
2017-03-03issue/77 Added managed directoryPaul Masurel
2017-02-25NOBUG Adding doc.Paul Masurel