aboutsummaryrefslogtreecommitdiff
path: root/demo
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
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
* 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
* demo: call nng_init in http_clientGarrett D'Amore2025-01-01
* demo: fix reqrep demo to use nng_initGarrett D'Amore2025-01-01
* demo: fix rest server (must initialize NNG library)Garrett D'Amore2025-01-01
* demos: fix pubsub_forwarder to call nng_initGarrett D'Amore2025-01-01
* stream demo: fix compilation, add server modeGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* Enhance demo/async/ to allow async dial by clientBrian Carcich2024-12-31
* demos: bump cmake version required to 3.15Garrett D'Amore2024-12-29
* zerotier: removedGarrett D'Amore2024-12-26
* nng_http_server_collect_body now void return (API break)Garrett D'Amore2024-12-22
* http: method on request structure is now staticGarrett D'Amore2024-12-22
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* Add a nng_stream example paired with a socket server on win/linuxHugo Lindström2024-01-01
* typozheng shuyuan2023-08-23
* Follow clang-format defined styleC-o-r-E2023-08-23
* Add forwarder demoC-o-r-E2023-08-23
* Correct an error (#1569)RealSense3D2022-01-27
* update demos to not use deprecated functions (#1531)Edward Rudd2021-11-27
* Use env shebangs everywhere (#1515)Leonard Pollak2021-10-26
* Extend the reqdep demo with ZeroTier transport (#1439)janjaapbos2021-04-10
* Fix typos in commentsEvgeny Ermakov2020-02-13
* Fix error checkstromgy2020-02-13
* Remove redundant <sys/time.h> include. It is not used but prevents demos from...Evgeny Kravchenko2019-06-27
* fixes #817 demo/rest does not workGarrett D'Amore2018-12-16
* fixes #612 demo/raw needs updating to use raw socket constructorGarrett D'Amore2018-08-06
* fixes #508 nng_aio_free blocks during callbackGarrett D'Amore2018-06-07
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* Remove some unused variables.Garrett D'Amore2018-04-12
* Use contexts for new async demo.Garrett D'Amore2018-04-12
* fixes #341 Want REST API gateway demoGarrett D'Amore2018-04-11
* fixes #284 want async demoGarrett D'Amore2018-03-12
* Fix copyright, reflow code.Garrett D'Amore2018-03-02
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Add reqrep demo, but demonstrate zero copy, and sending binary data.Garrett D'Amore2018-02-08
* Introduce simple HTTP client demo application.Garrett D'Amore2018-02-07