-
In GitLab by @fraunhofer-iis-anon on Mar 2, 2020, 16:51
While reading the code of `japi.c`, I noticed a small issue.
Code snippet in question:
```c
free(ctx);
psc = ctx->push_services;
while (p…
-
In GitLab by @jannismain on Feb 25, 2020, 13:47
_Merges 25-support-unambiguous-request-response-matching -> dev_
Closes #25
-
In GitLab by @jannismain on Feb 25, 2020, 15:37
_Merges include-args-in-response -> dev_
Closes #26
-
In GitLab by @fraunhofer-iis-anon on Aug 27, 2019, 12:02
* [x] returns int 0/-1
* [x] move stdbool.h header from utils.c to utils.h
* [x] call by reference
* [x] adjust unit tests
-
In GitLab by @jannismain on Feb 6, 2020, 17:10
## Summary
Responses cannot be assigned to requests unambiguously in asynchronous contexts. I suggest to extend the API with an optional `japi_request_…
-
In GitLab by @fraunhofer-iis-anon on Sep 17, 2019, 14:28
_Merges add_CMakeLists -> dev_
CMakLists file for static and shared library.
-
In GitLab by @fraunhofer-iis-anon on Mar 2, 2020, 17:29
_Merges 29-japi_context-is-used-after-a-free-call -> master_
Closes #29
-
In GitLab by @hte on Sep 24, 2019, 17:11
It would be good if you can configure the libjapi so that just one connection is allowed (like it was in v1). Then we could detect in our GUI if already someo…
-
In GitLab by @fraunhofer-iis-anon on Aug 23, 2019, 12:01
_Merges packaging -> dev_
-
In GitLab by @fraunhofer-iis-anon on Oct 17, 2019, 15:52
_Merges multiclient_choice -> dev_
implements issue #22