aboutsummaryrefslogtreecommitdiff
path: root/demo/raw
Commit message (Expand)AuthorAge
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* demos: Demos do not need to use find_package for ThreadsGarrett D'Amore2025-01-01
* demos: raw and async demos should use nng_initGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* demos: bump cmake version required to 3.15Garrett D'Amore2024-12-29
* update demos to not use deprecated functions (#1531)Edward Rudd2021-11-27
* Fix error checkstromgy2020-02-13
* Remove redundant <sys/time.h> include. It is not used but prevents demos from...Evgeny Kravchenko2019-06-27
* fixes #612 demo/raw needs updating to use raw socket constructorGarrett D'Amore2018-08-06
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* Use contexts for new async demo.Garrett D'Amore2018-04-12