Alex lx
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 11:59:13 +00:00
f0871f71b4 [sse-c] implement sse-c encryption for CopyObject
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 10:14:48 +00:00
159389eb56 [sse-c] add sse-c encryption to PostObject
lx pushed to sse-c2 at Deuxfleurs/garage 2024-02-27 09:48:07 +00:00
8aec3fa3b2 [sse-c] enable encryption in multipart uploads + refactoring
512109fda5 [sse-c] update Cargo.nix
Compare 2 commits »
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 09:46:45 +00:00
8aec3fa3b2 [sse-c] enable encryption in multipart uploads + refactoring
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 09:37:44 +00:00
38d7884413 [sse-c] enable encryption in multipart uploads
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 09:24:05 +00:00
512109fda5 [sse-c] update Cargo.nix
lx pushed to sse-c2 at Deuxfleurs/garage 2024-02-27 09:21:36 +00:00
lx created branch sse-c2 in Deuxfleurs/garage 2024-02-27 09:21:35 +00:00
lx pushed to sse-c at Deuxfleurs/garage 2024-02-27 09:15:46 +00:00
9d14a859d8 [sse-c] refactor read_and_put_blocks and handle encryption in PutObject
a1d25078cc [sse-c] add test for block encryption and decryption
a0632a8e6d [sse-c] hook encryption in header handling and make stuff compile
ea5533265c [sse-c] fix encryption.rs and add block encryption
439e7cb39f [sse-c] WIP: DecryptStream
Compare 10 commits »
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-27 09:13:53 +00:00
d0d95fd53f [next-0.10] woodpecker: run debug pipeline on manual trigger
lx pushed to sse-c at Deuxfleurs/garage 2024-02-26 22:07:59 +00:00
982104e78e [sse-c] refactor read_and_put_blocks and handle encryption in PutObject
lx pushed to sse-c at Deuxfleurs/garage 2024-02-26 18:06:25 +00:00
8a57cc5cc0 [sse-c] refactor read_and_put_blocks and handle encryption in PutObject
lx pushed to sse-c at Deuxfleurs/garage 2024-02-26 18:04:46 +00:00
009b51b976 [sse-c] refactor read_and_put_blocks and handle encryption in PutObject
22262aee50 [sse-c] add test for block encryption and decryption
b31cd12209 [sse-c] hook encryption in header handling and make stuff compile
6acc56ad1b [sse-c] fix encryption.rs and add block encryption
9fd0505220 [sse-c] WIP: DecryptStream
Compare 16 commits »
lx pushed to next-0.10 at Deuxfleurs/garage 2024-02-26 17:55:58 +00:00
4b978b7533 Merge branch 'main' into next-0.10
911a83ea7d Merge pull request 'rewrite read_and_put_block as a series of steps with channels' (#734) from refactor-put into main
b76c0c102e [refactor-put] add ordering tag to blocks being sent to storage nodes
babccd2ad3 [refactor-put] send several blocks in parallel to storage nodes
3fe94cc14f [refactor-put] rewrite read_and_put_block as a series of steps with channels
Compare 7 commits »
lx deleted branch refactor-put from Deuxfleurs/garage 2024-02-26 17:52:47 +00:00
lx pushed to main at Deuxfleurs/garage 2024-02-26 17:52:47 +00:00
911a83ea7d Merge pull request 'rewrite read_and_put_block as a series of steps with channels' (#734) from refactor-put into main
b76c0c102e [refactor-put] add ordering tag to blocks being sent to storage nodes
babccd2ad3 [refactor-put] send several blocks in parallel to storage nodes
3fe94cc14f [refactor-put] rewrite read_and_put_block as a series of steps with channels
Compare 4 commits »
lx merged pull request Deuxfleurs/garage#734 2024-02-26 17:52:46 +00:00
rewrite read_and_put_block as a series of steps with channels
lx pushed to refactor-put at Deuxfleurs/garage 2024-02-26 17:35:49 +00:00
b76c0c102e [refactor-put] add ordering tag to blocks being sent to storage nodes
lx pushed to refactor-put at Deuxfleurs/garage 2024-02-26 17:23:08 +00:00
babccd2ad3 [refactor-put] send several blocks in parallel to storage nodes
lx pushed to refactor-put at Deuxfleurs/garage 2024-02-26 16:56:16 +00:00
3fe94cc14f [refactor-put] rewrite read_and_put_block as a series of steps with channels