https://codeberg.org/interpeer/vessel.git

sort by:
Revision Author Date Message Commit Date
5c7a392 (void) and () have different meanings in C 09 January 2024, 12:10:19 UTC
e62adf3 Bump version: 0.1.0 → 0.1.1 29 December 2023, 15:39:40 UTC
3660fa8 Fix bump2version config 29 December 2023, 15:39:30 UTC
475481a Fix bump2version config 29 December 2023, 15:39:03 UTC
c980a2a Update bumpversion config to also sign 29 December 2023, 15:38:22 UTC
037cb69 Update changelog 29 December 2023, 15:37:31 UTC
0a121d3 Add changelog entry for bugfix (kinda) 29 December 2023, 14:32:27 UTC
ecde627 Catch author deserialization errors and report them back safely. 29 December 2023, 14:20:00 UTC
bfe4741 Add docs directory 18 December 2023, 09:03:10 UTC
ecece78 No longer needed 16 December 2023, 11:00:29 UTC
2f19df9 Changelog 15 December 2023, 22:20:39 UTC
5d2e4f3 Bump conanfile to new conan version 15 December 2023, 16:14:07 UTC
238f0b0 update pipenv 15 December 2023, 15:32:15 UTC
51d0a1e Disable random_size CLI test for now 15 December 2023, 14:11:02 UTC
070d489 Update workflow to also respond to tags 15 December 2023, 14:07:32 UTC
0dd2400 We need a newer s3kr1t for MAC calculation 15 December 2023, 13:25:54 UTC
0474cf2 From ICU, we need not only icu-uc but also icu-i18n 15 December 2023, 09:56:46 UTC
5f23198 yep, also the CLI 13 December 2023, 14:27:34 UTC
5aa478b Trigger appveyor, even if it should fail 13 December 2023, 11:53:03 UTC
2bee14e Plugins were also missing 13 December 2023, 09:54:29 UTC
679eab9 Fix conan; add data dir to build 13 December 2023, 09:36:41 UTC
8e20dc1 Bump to latest checkout action 13 December 2023, 09:00:55 UTC
3773151 Disable AppVeyor for now, it won't work on win32 13 December 2023, 08:51:36 UTC
970545f Add changelong snippet for #9 13 December 2023, 08:43:49 UTC
ab1d2cb Add forgejo action 13 December 2023, 08:42:19 UTC
3e90c46 More changes for wyrd integration 13 December 2023, 08:02:44 UTC
3f75420 Add terminal casts 08 December 2023, 14:15:54 UTC
d9f3a2b Change 'total' display of ls command 08 December 2023, 14:02:16 UTC
12ea758 Add pre-recorded CLI video 08 December 2023, 14:01:51 UTC
280b6a6 Remove some std::cerr 08 December 2023, 12:11:09 UTC
5189d6a Cleanup, fix some bad syntax, and throw out dead code 08 December 2023, 11:56:34 UTC
df04c64 Add ls command 08 December 2023, 09:18:32 UTC
1d4c099 Add test case for importing multiple files 08 December 2023, 08:25:00 UTC
1c03aec When importing multiple files, we re-used an offset from the previous file, which would lead to segmentation faults 08 December 2023, 08:24:31 UTC
ef7cacc Section size calculation was a little off; fixed that 08 December 2023, 08:23:51 UTC
e493ebe Functioning import/export commands, yay! 07 December 2023, 12:13:16 UTC
ab05591 CLI test scripts (posix only; we may want a windows version of these eventually) 07 December 2023, 12:09:10 UTC
9140c23 Add refcounting mechanism to deal with the not-quite-asynchronous store/resource boundary 07 December 2023, 11:11:30 UTC
c793a90 WIP export command; this is very nearly ok, but it may be that the test resource is broken, we'll have to verify this 06 December 2023, 13:22:25 UTC
a39ddae Bump subprojects 05 December 2023, 13:02:20 UTC
0eff934 Forgot to include building the plugins, and adjusted tests 05 December 2023, 13:02:04 UTC
bbaf69e Info command in CLI largely implemented, now on to export 05 December 2023, 13:01:26 UTC
3ecf682 Add serialization function for algorithm choices 05 December 2023, 11:07:19 UTC
63c53fe Create plugins for algorithm choices 05 December 2023, 10:34:41 UTC
612fe97 Simplistic resource shuffling; works for resources with a consistent extent length 08 November 2023, 12:36:17 UTC
6a4df89 Checkpoint commit; have extent iteration down now 08 November 2023, 11:59:07 UTC
90e2f3b Fix display if byte_sequence 07 November 2023, 09:59:18 UTC
5300ee0 Remove superflous log line 04 November 2023, 13:34:57 UTC
3761a65 Allow for the index operation to return an iterator that can be used to access identifiers 04 November 2023, 13:34:36 UTC
fd77713 Install magic file for detecting vessel resources 31 October 2023, 14:28:12 UTC
cd61d75 Skeleton for info command 31 October 2023, 13:56:41 UTC
bd20767 Mostly working import; we'll have to see about a few TODOs still 31 October 2023, 13:41:59 UTC
31eaae2 WIP: - Options are passed to the command, so we can set the output resource multiplier. - Handling multiple input files is (in principle) implemented. However, the extent finding/fetching algorithm has problems when splitting a file into multiple small extents, so this has to be fixed. 31 October 2023, 10:59:26 UTC
a886741 WIP with working import of single files, it seems 30 October 2023, 16:06:21 UTC
06a093e Add badges to README 26 October 2023, 10:12:07 UTC
6b1ff52 Added signature based verification section 24 October 2023, 10:21:45 UTC
5dfa2f9 Add MAC section generation, requiring a symmetric key. We're close to AEAD, eh? 13 October 2023, 13:14:24 UTC
72094ba Fix pipelines while we're at it 13 October 2023, 13:13:35 UTC
6ebba05 Add writing and validation of integrity sections (CRC32) 06 October 2023, 13:53:25 UTC
c32165d WIP: working simple version of callback/state machine based approach; now for the edge cases 04 August 2023, 14:20:13 UTC
1a49468 Revamp store API further: return opid, and always take an optional, operation specific callback 02 August 2023, 11:26:04 UTC
3fe9b32 - Add baton to store callback - Add tests for store callbacks 01 August 2023, 10:02:09 UTC
64aba86 remove superfluous comments 19 July 2023, 10:51:54 UTC
d2175f1 Add container-like interface for payloads to make manipulating individual sections a little easier 19 July 2023, 10:51:22 UTC
0c69f9c Also BLOBs are variable sized sections 19 July 2023, 10:50:43 UTC
14d8d7c Code cleanup 19 July 2023, 10:49:47 UTC
5903bce Fix typo 19 July 2023, 10:49:24 UTC
c7449ca Include logging header if we're using logging macros 19 July 2023, 10:49:11 UTC
f690e02 code cleanup 19 July 2023, 10:48:51 UTC
e58cbd9 Permit serialization without payload (as placeholders) 19 July 2023, 10:48:24 UTC
efa3d49 Add public API for creating & manipulating content type sections 14 July 2023, 16:50:01 UTC
3f11f34 Add content type payload parsing & serialization functions and tests 14 July 2023, 10:53:37 UTC
29204f8 Fixed a bunch of warnings about using uninitialized memory 13 July 2023, 09:39:58 UTC
821fc4b Basic CLI, first half-baked command. We need some internals improved for the rest 13 July 2023, 09:26:41 UTC
ae9ce83 Implement & test author ids that are raw public keys (edwards) 10 July 2023, 12:34:52 UTC
44ada09 Bump meson version and remove checks for unused symbols 07 July 2023, 08:58:08 UTC
854b5a2 Update pipfile 07 July 2023, 08:55:26 UTC
e69189c Cosmetic change 09 May 2023, 06:37:27 UTC
143eb84 Bump dependencies 08 May 2023, 09:38:44 UTC
9ffd452 Add missing 'struct' 08 May 2023, 07:53:00 UTC
ef1db8f Merge branch '7-migrate-to-conan2' 05 May 2023, 08:09:11 UTC
7038b0f Add changelog snippet 05 May 2023, 08:00:21 UTC
8da478a Basic boilerplate for conan2 05 May 2023, 07:29:43 UTC
95e2b48 Exclude gcov files 14 October 2022, 07:54:12 UTC
ec141cc More boilerplate 14 October 2022, 07:08:36 UTC
7c66e26 Add changelog entry 13 October 2022, 14:49:54 UTC
a66cd2f Bump image to one where autotools can use detected CPP 13 October 2022, 14:47:45 UTC
d4073f2 Must activate ICU dep in conan as well 13 October 2022, 14:28:54 UTC
0a4c6aa We may not need ICU now, but we will need ICU soon 13 October 2022, 14:19:03 UTC
59caa81 liberate & s3kr1t as deps with fallback; ICU temporarily disabled 13 October 2022, 13:13:22 UTC
9924665 Enable conan builds on CI 13 October 2022, 13:12:48 UTC
486a553 Conan package 13 October 2022, 13:10:33 UTC
f6d68fd The icu_force_subproject option is a feature provided by meson itself 13 October 2022, 13:10:19 UTC
112e7c0 Fix re-use of ++ operator 13 October 2022, 13:09:13 UTC
b25d0b0 Build deps + fallback 13 October 2022, 12:53:07 UTC
9610856 Ignore conan files 13 October 2022, 12:36:51 UTC
632f47e Update pip deps 13 October 2022, 12:32:19 UTC
7f664d3 Remove superfluous outp 04 October 2022, 09:18:04 UTC
a1aa6a1 Don't define (unused) variable without debug flag 04 October 2022, 09:17:50 UTC
1cb7a24 There is probably a trailing newline somewhere 30 September 2022, 16:28:43 UTC
back to top