Skip to content

Tags: mycelial/mycelite

Tags

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dmzmk Dmitriy Mazurin
Setup env var for aarch64 target linker

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dmzmk Dmitriy Mazurin
Simplify AsyncWrite protocol. Add implementation for shutdown

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.3.0 (#41)

* diffing kickoff

* v0.3.0 on the way

* Fix example. Renamings

* Fix initial bootstraping && remove prints

* fmt & clippy

* Update example. Add drop for ReadReceiver to make sure all future wakers are consumed and called

* Move all blocking ops to spawned thread

* Redo async bridge API

* Name things properly, remove missleading comment, snapshots are explicit now

* Rebase, fmt & clippy

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dmzmk Dmitriy Mazurin
Rename lib on windows

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
default endpoint in config (#35)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dmzmk Dmitriy Mazurin
Install pkg-config on Mac worker

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always re-read journal header when adding new/existing snapshot (#27)

* Always re-read journal header on new snapshot

* Add test

* Force threads to sleep

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix journal bootstraping (#25)

* Provide offset with raw page

v0.1.0

Toggle v0.1.0's commit message
Fix calc for block alignment in SQliteAllocator