Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic object writing to ODB over IPC hackweek project #1

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

mjcheetham
Copy link

Implement a basic version of the hash-object command in the ODB daemon that will compute the hash of the provided object contents, and optionally write through to the ODB on the file system.

Remove the static keyword from the `index_mem` function so that others
are able to hash/write new objects using an in-memory buffer.

Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
Implement a basic version of the hash-object command in the ODB daemon
that will compute the hash of the provided object contents, and
optionally write through to the ODB on the file system.

Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
@vdye vdye merged commit 10f928d into vdye:hackweek/more-odb-over-ipc Apr 23, 2024
1 check passed
@mjcheetham mjcheetham deleted the ipc-hash-object branch April 23, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants