[Cryptech-Commits] [sw/libhal] branch master updated (9ad64e1 -> abfe36f)

git at cryptech.is git at cryptech.is
Fri Jun 3 08:54:28 UTC 2016


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

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

      from  9ad64e1   Make the makefile hopefully a little more readable/maintainable.
       new  b83f77f   Add hal_rpc_client_close() where needed.
       new  63fd94a   Refactor serial and slip.
       new  f94203f   Add RPC client daemon.
       new  abfe36f   mkmif.o got lost in makefile cleanup (9ad64e1)

The 4 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                                  |  23 +-
 daemon.c                                     | 343 +++++++++++++++++++++++++++
 rpc_client_loopback.c => rpc_client_daemon.c |  44 ++--
 rpc_client_serial.c                          |  56 +----
 rpc_client_serial.c => rpc_serial.c          |  51 ++--
 rpc_server_serial.c                          |  26 +-
 errorstrings.c => serial_internal.h          |  36 +--
 slip.c                                       | 208 ++++++++--------
 slip_internal.h                              |  22 +-
 tests/test-rpc_get_random.c                  |   1 +
 tests/test-rpc_get_version.c                 |   1 +
 tests/test-rpc_pkey.c                        |   2 +
 tests/test-rpc_server.c                      |   1 +
 14 files changed, 554 insertions(+), 261 deletions(-)
 create mode 100644 daemon.c
 copy rpc_client_loopback.c => rpc_client_daemon.c (73%)
 copy rpc_client_serial.c => rpc_serial.c (74%)
 copy errorstrings.c => serial_internal.h (75%)



More information about the Commits mailing list