|
3e00837e
|
2025-07-31T13:27:26
|
|
feat: marshall_float32/64/128
|
|
6b1e4157
|
2025-07-30T12:19:09
|
|
wip: marshall_pcallable, marshall_call, marshall_ident
|
|
b5ec33b5
|
2025-07-28T16:54:06
|
|
add missing functions for serialization of libtommath big integers
|
|
47e75989
|
2025-07-26T20:36:11
|
|
remove comment
|
|
396e0fa0
|
2025-07-26T20:29:41
|
|
wip marshall
|
|
942099c5
|
2025-07-26T20:14:43
|
|
fix compilation
|
|
979b3eef
|
2025-07-26T19:48:21
|
|
refactor types.h
|
|
bbd83477
|
2025-07-25T18:02:09
|
|
refactor: TAG_LIST -> TAG_PLIST
|
|
ddb3e80a
|
2025-07-22T17:24:27
|
|
portable endian.h
|
|
c7c622ca
|
2025-07-22T04:57:55
|
|
ws: 72 columns
|
|
7ad003df
|
2025-07-24T18:39:37
|
|
fix marshall_str
|
|
2fe26722
|
2025-07-24T17:15:45
|
|
refactor: list_new_copy -> list_new_copy_all; fix: marshall_test expected strings
|
|
e77343fb
|
2025-07-22T18:03:58
|
|
wip: NULL marshalling in marshall_heap_pointer
|
|
e8367141
|
2025-07-21T18:18:26
|
|
fix: memory leaks for marshall
|
|
4cddecc3
|
2025-07-21T16:24:23
|
|
fix marshall/marshall_read for p_* pointer types
|
|
92e1ee09
|
2025-07-21T14:45:16
|
|
feat: marshall_plist implementation
|
|
2b1f0353
|
2025-07-18T18:08:45
|
|
wip: marshall_heap_pointer call in marshall_plist
|
|
a72bc1d9
|
2025-07-18T14:59:40
|
|
wip: marshall_plist calls marshall_list
|
|
221b29c0
|
2025-07-18T12:10:34
|
|
wip: marshall_plist calls
/!\ Segfault because of invalid s_tag providen in marshall_test
|
|
3c62a3da
|
2025-07-15T20:47:16
|
|
wip marshall_test and marshall_init
|
|
c2fb36ca
|
2025-07-15T20:19:01
|
|
fix: marshall function parameter mismatches
- Add missing heap parameter to marshall_tag call in kc3.c:718
- Add missing heap parameter to marshall_uw call in marshall.c:278
- Add missing heap parameter to marshall_tag call in marshall.c:282
- Fix marshall_heap_pointer function signature to match header declaration
- Fix marshall_list parameter to be const s_list * to match header
- Update test macros to include heap parameter and rename to MARSHALL_TEST_BUF_*
- Fix direct marshall_u32 calls in test functions to include heap parameter
|
|
9940c063
|
2025-07-15T18:28:07
|
|
feat: marshall_heap_pointer
|
|
5d9703df
|
2025-07-13T17:27:49
|
|
MARSHALL_MAGIC
|
|
c313631d
|
2025-07-13T15:03:35
|
|
cleanup all marshall and marshall_read files
|
|
94675057
|
2025-07-11T17:16:29
|
|
feat: marshalling save to file and read from file
See marshalling.h comments for more details
|
|
7f3cd5de
|
2025-07-10T17:42:47
|
|
feat: marshall character utf8
|
|
b59d173d
|
2025-07-10T17:19:11
|
|
wip
|
|
0ce9dee2
|
2025-07-10T17:14:28
|
|
wip
|
|
14e5009d
|
2025-07-10T16:33:44
|
|
serialize.c -> marshall.c for real
|