| 2024-08-08 |
Chris Mikkelson | tests: use small blocksize in rwtest to exercise index |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | block: use little-endian fixed representations |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | reader: handle seeking past end of index block |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | writer: fix logic error in offset tracking |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | Refactor block code for clean-up, tests, seek() fixes |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | increase size of rwtest data |
commit | commitdiff | tree | snapshot |
| 2024-08-08 |
Chris Mikkelson | Update API layout to use prelude |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | reader: remove debug print and unused CRC decoding |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | cargo-clippy lints |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | Give ReaderIter a Reader Clone for flexibility |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | WIP: working reader, with test |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | iter.rs: cargo fmt |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | writer: Move index update to data block write |
commit | commitdiff | tree | snapshot |
| 2024-08-07 |
Chris Mikkelson | Refactor reader code around Arc<impl AsRef<[u8]>> |
commit | commitdiff | tree | snapshot |
| 2024-08-06 |
Chris Mikkelson | experimental first cut at reader -- not working |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | writer: write in-progress block |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | metadata: read from file-like object instaed of buf |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | Flesh out writer, block builder, requirements |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | move block result, error to main lib |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | add metadata, compression |
commit | commitdiff | tree | snapshot |
| 2024-08-05 |
Chris Mikkelson | Refactor block, block_builder for readability, magic... |
commit | commitdiff | tree | snapshot |
| 2024-07-29 |
chris mikkelson | Break iter and source into separate modules. |
commit | commitdiff | tree | snapshot |
| 2024-07-29 |
chris mikkelson | source.rs: Remove unneeded GenSource trait |
commit | commitdiff | tree | snapshot |
| 2024-07-28 |
Chris Mikkelson | Rename GenericSource -> BoxedSource |
commit | commitdiff | tree | snapshot |
| 2024-07-24 |
Chris Mikkelson | Flesh out 'generic merger' test |
commit | commitdiff | tree | snapshot |
| 2024-07-23 |
Chris Mikkelson | Generic sources working after big refactor. |
commit | commitdiff | tree | snapshot |
| 2024-07-22 |
Chris Mikkelson | generic sources working, sort of, in test |
commit | commitdiff | tree | snapshot |
| 2024-07-22 |
Chris Mikkelson | WIP experiment dyn source |
commit | commitdiff | tree | snapshot |
| 2024-07-21 |
Chris Mikkelson | Refactor Source trait hierarchy |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | General cleanup, cargo-clippy fixes |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | pull out the non-working generic source bits |
commit | commitdiff | tree | snapshot |
| 2024-07-20 |
Chris Mikkelson | WIP of attempt to make a generic source |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | Add generic source wrapper for mixed mergers |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | fixed lifetime issue! ? |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | WIP commit: attempt to make Source object safe |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | merger: Remove all internal use of Box<dyn Iter> |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | Add support for Boxed dyn Iter objects |
commit | commitdiff | tree | snapshot |
| 2024-07-19 |
Chris Mikkelson | merger: remove Source paramater from Iter template. |
commit | commitdiff | tree | snapshot |
| 2024-07-16 |
Chris Mikkelson | Beginnings of reader and writer |
commit | commitdiff | tree | snapshot |
| 2024-07-14 |
Chris Mikkelson | Another refactor: back to mtbl C idioms |
commit | commitdiff | tree | snapshot |
| 2024-06-17 |
Chris Mikkelson | map values only; generic keys too complex |
commit | commitdiff | tree | snapshot |
| 2024-05-03 |
Chris Mikkelson | Seekable: relax Ord requirement on keys |
commit | commitdiff | tree | snapshot |
| 2024-05-03 |
Chris Mikkelson | SeekableVec: relax Copy requirement to Clone |
commit | commitdiff | tree | snapshot |
| 2024-04-29 |
Chris Mikkelson | Modify filter_map to only map values |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | cargo-clippy fixes |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Add coalesce (merge function) support |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | SeekableVec: add value type. |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Refactor imports for visibility. |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Move SeekableVec to module for test support |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Refactor to generic Seekable IntoIterator |
commit | commitdiff | tree | snapshot |
| 2024-04-28 |
Chris Mikkelson | Remove lender dependency |
commit | commitdiff | tree | snapshot |
| 2024-04-18 |
Chris Mikkelson | format iter.rs |
commit | commitdiff | tree | snapshot |
| 2024-04-18 |
Chris Mikkelson | Convert AsRef template functions to use impl AsRef |
commit | commitdiff | tree | snapshot |
| 2024-04-12 |
Chris Mikkelson | iter: Genericize repeated IntoIterator implementations |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Entries::filter_seek -> Entries::filter |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Rename Iter to "entries" to avoid confusion with iterator. |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Iter -> Entries, prep for Iter: IntoIterator |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | iter: IterBox -> IterCell, private struct |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | make test output more readable |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Iter::filter_seek: consume source iterator |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | rustfmt |
commit | commitdiff | tree | snapshot |
| 2024-04-07 |
Chris Mikkelson | Initial commit |
commit | commitdiff | tree | snapshot |
|