libsearpc icon indicating copy to clipboard operation
libsearpc copied to clipboard

A simple C language RPC framework (including both server side & client side). Python binding is also provided

Results 9 libsearpc issues
Sort by recently updated
recently updated
newest added

Use g_realloc in named_pipe_client_handler

These changes allow the python code to run on both python2 and python3. It was tested under python2.7 and python3.4. The behavior was the same with both. The intent is...

Add an argparse block to searpc-codegen for basic `--help` output

Added CMake support. WiP, likey just the generated headers to go. @ tag me if you want this finished

The code for dispatching a request json to registered functions so far did not correctly check the return codes of jannson json parsing functions which allowed segmentation faults for specially...

Before, the demo target wouldn't compile, if Jansson's header files aren't in some standard include directory. With this change the proper parameters are passed to the compiler, allowing compiling and...

this PR will speed up the CI progress: Anyway this is still blocking https://github.com/travis-ci/travis-ci/issues/4287 before we can get it.

Please note that I am using libsearpc provided by fedora, not from this repo. I hope these patches are valid anyway.