Skip to content

Tags: robur-coop/carton

Tags

0.7.2

Toggle 0.7.2's commit message
Release 0.7.2

CHANGES:

- Remove the `result` dependency (@hannesm, mirage/ocaml-git#634)
- Split out `carton` into `https://git.robur.coop/robur/carton` (@dinosaure)

3.16.0

Toggle 3.16.0's commit message
Release 3.16.0

CHANGES:

- Adapt `ocaml-git` to `mirage-flow.4.0.0` (@hannesm, #634)
- Improve the documentation (@Leonidas-from-XIV, #635)
- Explicitely add `unix` as a dependency of some ocaml-git's targets (@dinosaure, b2288c2)

3.15.0

Toggle 3.15.0's commit message
Merge pull request #631 from mirage/yield-on-batch-write

Give a pause when we iter on the index file and when we decompress a PACK file

carton-v0.7.1

Toggle carton-v0.7.1's commit message
Merge pull request #631 from mirage/yield-on-batch-write

Give a pause when we iter on the index file and when we decompress a PACK file

3.14.0

Toggle 3.14.0's commit message
Cooperative Mem.batch_write

carton-v0.7.0

Toggle carton-v0.7.0's commit message
Cooperative Mem.batch_write

3.13.0

Toggle 3.13.0's commit message
Release 3.13.0

CHANGES:

- Update tests with `mirage-crypto-rng` (@Zimmi48, #612)
- Update to `awa.0.2.0` (@hannesm, #613)

3.12.0

Toggle 3.12.0's commit message
Release 3.12.0

CHANGES:

- Export a new function to close file-descriptors for PACK file (for git-unix)
  (@dinosaure, @emillon, @moyodiallo, #590)

3.11.0

Toggle 3.11.0's commit message
Release 3.11.0

CHANGES:

- Limit the stream between the incoming flow and the PACK analyzer
  It will bind the analyze with the I/O throughput (@dinosaure, #608)
- Remove OCaml 5.0.0 warnings (@samoht, #609)

3.10.1

Toggle 3.10.1's commit message
Release 3.10.1

CHANGES:

- Add the NixOS CI to test `ocaml-git` (@Et7f3, #600, #473)
- Specify few more headers fields when we fetch/push via HTTP (@reynir, @hannesm, @dinosaure, #603, #601)
- Improve the error message about `Smart_git.Endpoint.of_string` (@reynir, @dinosaure, #605, #604)