• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D15-Oct-2018450 107

async_shutdown.cH A D15-Oct-20182.5 KiB8140

block.cH A D15-Oct-20182.1 KiB7330

bug328.cH A D15-Oct-20182 KiB5624

bug777.cH A D15-Oct-20181.7 KiB4920

bus.cH A D15-Oct-20182.7 KiB8347

cmsg.cH A D15-Oct-20183.6 KiB11773

device.cH A D15-Oct-20185.1 KiB190103

device4.cH A D15-Oct-20183 KiB10145

device5.cH A D15-Oct-20183.6 KiB12563

device6.cH A D15-Oct-20183.7 KiB12563

device7.cH A D15-Oct-20183.6 KiB12764

domain.cH A D15-Oct-20181.8 KiB5523

emfile.cH A D15-Oct-20181.7 KiB5526

hash.cH A D15-Oct-20182.1 KiB6128

inproc.cH A D15-Oct-20186.1 KiB223153

inproc_shutdown.cH A D15-Oct-20182.1 KiB7336

iovec.cH A D15-Oct-20182.2 KiB7542

ipc.cH A D15-Oct-20185.2 KiB170109

ipc_shutdown.cH A D15-Oct-20183.3 KiB13075

ipc_stress.cH A D15-Oct-20183.6 KiB12684

list.cH A D15-Oct-20185.6 KiB198103

msg.cH A D15-Oct-20184.1 KiB14694

pair.cH A D15-Oct-20181.6 KiB5120

pipeline.cH A D15-Oct-20182.4 KiB8239

poll.cH A D15-Oct-20185.3 KiB195135

prio.cH A D15-Oct-20183.7 KiB12276

pubsub.cH A D15-Oct-20183 KiB8951

reqrep.cH A D15-Oct-20185.3 KiB179110

reqttl.cH A D15-Oct-20184.7 KiB15684

separation.cH A D15-Oct-20183.8 KiB11066

shutdown.cH A D15-Oct-20181.7 KiB5019

stats.cH A D15-Oct-20183.9 KiB10055

survey.cH A D15-Oct-20183.4 KiB10149

surveyttl.cH A D15-Oct-20184.6 KiB14982

symbol.cH A D15-Oct-20182 KiB5928

tcp.cH A D15-Oct-20187.2 KiB225157

tcp_shutdown.cH A D15-Oct-20183.7 KiB14185

term.cH A D15-Oct-20182.4 KiB7532

testutil.hH A D15-Oct-20186.8 KiB216162

timeo.cH A D15-Oct-20182.1 KiB6332

trie.cH A D15-Oct-20188 KiB211166

win_sec_attr.cH A D15-Oct-20184.5 KiB14586

ws.cH A D15-Oct-20187.7 KiB251165

ws_async_shutdown.cH A D15-Oct-20183.2 KiB11163

zerocopy.cH A D15-Oct-20186.1 KiB217138

README

1This directory contains automatic tests for nanomsg library. To run the tests
2do "make test" in the build directory, or alternatively run ctest.
3
4Note that the code here is probably ill-suited for demonstration purposes, as
5it is primarily oriented towards testing the library, rather than serving as
6any sort of example.
7
8Instead, we recommend looking in ../demo for some example programs that
9demonstrate the API as we feel it is meant to be used.
10