]> git.meshlink.io Git - meshlink-tiny/commit
Rename the library and public header to meshlink-tiny.
authorGuus Sliepen <guus@sliepen.org>
Sat, 12 Jun 2021 21:07:27 +0000 (23:07 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sat, 12 Jun 2021 21:18:55 +0000 (23:18 +0200)
commit80a9dcfd08bcd450f7be14207257713e1b027319
tree29b523eaa7893ffa058291036ec49ff1d40615d8
parentae661459191862c5c2abbf0722fdbc2523425b7d
Rename the library and public header to meshlink-tiny.

This allows the library to coexist with the full MeshLink library in the
same installation directory, and avoids accidental linking to the wrong
version of the library.

The function names have not changed, so it is not possible to
simultaneously link both versions of the library into a single program.
52 files changed:
examples/Makefile.am
examples/channels.c
examples/chat.c
examples/chatpp.cc
examples/groupchat.c
examples/manynodes.c
examples/meshlinkapp.c
examples/monitor.c
src/Makefile.am
src/event.c
src/meshlink++.h [deleted file]
src/meshlink-tiny++.h [new file with mode: 0644]
src/meshlink-tiny.h [new file with mode: 0644]
src/meshlink.h [deleted file]
src/meshlink_internal.h
test/Makefile.am
test/api_set_node_status_cb.c
test/basic.c
test/basicpp.cpp
test/blackbox/common/common_types.h
test/blackbox/common/test_step.c
test/blackbox/common/test_step.h
test/blackbox/run_blackbox_tests/test_cases_random_port_bindings01.c
test/blackbox/run_blackbox_tests/test_cases_random_port_bindings02.c
test/blackbox/util/gen_invite.c
test/blacklist.c
test/channels-aio-abort.c
test/channels-aio-cornercases.c
test/channels-aio-fd.c
test/channels-aio.c
test/channels-buffer-storage.c
test/channels-cornercases.c
test/channels-failure.c
test/channels-fork.c
test/channels-no-partial.c
test/channels-udp-cornercases.c
test/channels-udp.c
test/channels.c
test/duplicate.c
test/echo-fork.c
test/encrypted.c
test/ephemeral.c
test/get-all-nodes.c
test/import-export.c
test/invite-join.c
test/meta-connections.c
test/netns_utils.c
test/sign-verify.c
test/storage-policy.c
test/trio.c
test/trio2.c
test/utils.h