[Cryptech-Commits] [sw/libhal] branch rpc updated (cf04c6c -> 01f5452)

git at cryptech.is git at cryptech.is
Tue Mar 22 03:06:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch rpc
in repository sw/libhal.

      from  cf04c6c   Merge branch 'master' into rpc
       new  79559c5   Added serial RPC transport and lots more...
       new  34c5878   Skip tests we know are going to fail.
       new  4679383   Don't build position-independent code for stm32.
       new  cdaf07d   stupid fixes
       new  01f5452   Merge branch 'master' into rpc

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                   |   1 +
 GNUmakefile                                  | 135 ++++++--
 hal.h                                        |  12 +
 hal_internal.h                               |  67 ++--
 hal_io_eim.c => hal_io_fmc.c                 |  62 ++--
 hash.c                                       |   2 +-
 rpc_api.c                                    |   5 +
 rpc_client.c                                 | 449 ++++++++++++++-------------
 rpc_client_loopback.c                        |   8 +-
 rpc_client_loopback.c => rpc_client_serial.c |  79 +++--
 rpc_hash.c                                   |   3 +-
 rpc_misc.c                                   |   8 +-
 rpc_server.c                                 | 227 +++++++-------
 rpc_server_loopback.c                        |  22 +-
 rpc_client_loopback.c => rpc_server_serial.c |  58 ++--
 slip.c                                       | 141 +++++++++
 errorstrings.c => slip_internal.h            |  40 +--
 tests/GNUmakefile                            |  18 +-
 tests/test-rpc_get_version.c                 |  20 ++
 tests/test-rpc_hash.c                        |  30 +-
 tests/test-rpc_server.c                      |  12 +-
 rpc_xdr.c => xdr.c                           | 160 ++++++----
 rpc_client_loopback.c => xdr_internal.h      |  75 ++---
 23 files changed, 992 insertions(+), 642 deletions(-)
 copy hal_io_eim.c => hal_io_fmc.c (80%)
 copy rpc_client_loopback.c => rpc_client_serial.c (58%)
 copy rpc_client_loopback.c => rpc_server_serial.c (60%)
 create mode 100644 slip.c
 copy errorstrings.c => slip_internal.h (69%)
 create mode 100644 tests/test-rpc_get_version.c
 rename rpc_xdr.c => xdr.c (58%)
 copy rpc_client_loopback.c => xdr_internal.h (53%)



More information about the Commits mailing list