Mon, 03 May 2021 23:40:05 +0200 |
Pierre-Yves David |
revlog: compress sidedata when doing "post-pull" sidedata update
|
Mon, 03 May 2021 23:14:48 +0200 |
Pierre-Yves David |
revlog: compress sidedata in `_writeentry`
|
Mon, 03 May 2021 22:48:31 +0200 |
Pierre-Yves David |
revlog: apply compression mode while reading sidedata
|
Mon, 03 May 2021 21:34:02 +0200 |
Pierre-Yves David |
revlog: introduce a compression mode for sidedata in the revlog index
|
Mon, 03 May 2021 21:13:24 +0200 |
Pierre-Yves David |
revlog: implement a "default compression" mode
|
Mon, 03 May 2021 21:04:55 +0200 |
Pierre-Yves David |
revlog: add a `_get_decompressor` method
|
Mon, 03 May 2021 19:46:25 +0200 |
Pierre-Yves David |
revlog: introduce a plain compression mode
|
Mon, 03 May 2021 20:22:34 +0200 |
Pierre-Yves David |
revlog: use an intermediate variable for `data` in `_chunk`
|
Mon, 03 May 2021 18:41:51 +0200 |
Pierre-Yves David |
revlogv2: preserve the compression mode on disk
|
Tue, 04 May 2021 01:49:37 +0200 |
Pierre-Yves David |
revlog: use `format_version` to dispatch different version in index_get
|
Mon, 03 May 2021 18:19:16 +0200 |
Pierre-Yves David |
revlog: add a "data compression mode" entry in the index tuple
|
Tue, 04 May 2021 01:15:03 +0200 |
Pierre-Yves David |
revlog: fix the `null_item` attribute for V0
|
Tue, 04 May 2021 01:13:53 +0200 |
Pierre-Yves David |
revlog: create a create `null_item` attribute for V0
|
Mon, 03 May 2021 16:52:38 +0200 |
Pierre-Yves David |
revlog: improve documentation of the entry tuple
|
Mon, 03 May 2021 23:45:05 +0200 |
Pierre-Yves David |
revlog: simplify entry update logic in `rewrite_sidedata`
|