Gabriel Cruz
c91287ba22
feat: CBOR-free scalar fast path for abi=c procs ( #110 )
2026-07-06 12:48:07 -03:00
Gabriel Cruz
8dcdcdc76a
feat(ffi): configurable per-request handler timeout with a finite default ( #93 ) ( #108 )
2026-07-06 11:58:04 -03:00
Gabriel Cruz
fb0a1f1077
feat(ffi): CBOR-free scalar fast path for all-scalar abi = c procs ( #106 )
2026-07-06 11:57:46 -03:00
Ivan FB
5d49ee6b08
feat(ffi): sharded MPSC request ingress (alternative to lock-free #98 ) ( #101 )
...
Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
2026-06-27 19:08:10 +02:00
Gabriel Cruz
ee472f05ad
chore(ci): fsanitize tests ( #34 )
2026-05-20 14:14:42 -03:00
Ivan FB
ac303a707e
Start using CBOR ( #23 )
...
Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
2026-05-16 01:08:42 +02:00
Gabriel Cruz
e99eb60fd1
chore: run tests with refc ( #20 )
...
* chore: run tests with refc
* chore: split ci jobs
* chore: fix tests
2026-05-09 10:47:37 -03:00
Ivan FB
df2277e726
Fix memleaks ( #11 )
...
* protect against mem leak in case of failures sending requests to ffi thread
* better cleanup if failures in createFFIContext
* avoid dangling cstring in handleRes under ARC/ORC
* better resource cleanup in destroyFFIContext
* invoke onNotResponding if failure in destroyFFIContext
* correct seq copy in alloc
* make sure the lock is init before cleanUpResources
* better possible exception handling in processReq
* guard allocSharedSeq if given seq is empty
* enhance error handling in ffi_context
* add new tests and some corrections
2026-04-27 21:22:45 +02:00
Ivan Folgueira Bande
d7a5492121
avoid use gc ed types in FFIContext and better macro documentation
2025-12-13 23:53:59 +01:00
Ivan Folgueira Bande
803744dd29
rm some Waku leftover references
2025-12-11 23:50:00 +01:00
Ivan Folgueira Bande
3c7f7f9a1c
remove comment
2025-09-17 14:37:53 +02:00
Ivan Folgueira Bande
a1a6536b3c
general ffi increments
2025-09-17 14:37:45 +02:00
Ivan Folgueira Bande
356f0ccc1b
working simplification
2025-09-17 14:37:36 +02:00
Ivan Folgueira Bande
46e51e45a6
more positive progress. Getting closer
2025-09-17 14:37:28 +02:00