aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* docs: progress on socket document conversionGarrett D'Amore2024-12-31
* docs: remove converted nng_stats_free old docGarrett D'Amore2024-12-31
* .gitignore updatesGarrett D'Amore2024-12-31
* docs: start of streams API documentationGarrett D'Amore2024-12-31
* workflows: no need for code analysis on docsGarrett D'Amore2024-12-31
* docs: API chapter index fixesGarrett D'Amore2024-12-31
* docs: add xrefs for URL apiGarrett D'Amore2024-12-31
* docs: statistics updates, document nng_stat_parent (fixes #1896)Garrett D'Amore2024-12-31
* docs: fix URL documentationGarrett D'Amore2024-12-31
* websocket tests: more resilience against EADDRINUSEGarrett D'Amore2024-12-31
* Enhance demo/async/ to allow async dial by clientBrian Carcich2024-12-31
* pipes: fix crash caused by use after free race in rejectionGarrett D'Amore2024-12-30
* * MDF [core/socket] correct stat desc of rx_bytesJaylin2024-12-30
* poll poller: support concurrency for pollers using poll()Garrett D'Amore2024-12-30
* poller: port events scalability (illumos/Solaris)Garrett D'Amore2024-12-30
* fixes #530 POSIX pollqs should scale horizontally (epoll)Garrett D'Amore2024-12-30
* kqueue: support concurrent pollersGarrett D'Amore2024-12-30
* ipc test: add a case for IPC that never connectsGarrett D'Amore2024-12-30
* ipc/tcp stream tests: use dup() to avoid confusion and hang in teardownGarrett D'Amore2024-12-30
* bump test timeouts for CI/CDGarrett D'Amore2024-12-30
* fixup! fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* socket activation: test fixes (improve coverage, etc.)Garrett D'Amore2024-12-30
* fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* url: accessor functions missing NNG_DECL tagGarrett D'Amore2024-12-29
* posix: fall back to send if sendmsg is unavailable for ipc and tcpGarrett D'Amore2024-12-29
* aio: clear vector on advance (debugging aid)Garrett D'Amore2024-12-29
* aio test: add a test for IOV overrunGarrett D'Amore2024-12-29
* udp: use a bounce buffer if we lack sendmsg or recvmsgGarrett D'Amore2024-12-29
* demos: bump cmake version required to 3.15Garrett D'Amore2024-12-29
* resolver: add some additional test coverageGarrett D'Amore2024-12-29
* tcp listener: remove obsolete function prototypesGarrett D'Amore2024-12-28
* fixup! resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* resolver: default to just a single resolver threadGarrett D'Amore2024-12-28
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* windows tcp: fix compilation warningGarrett D'Amore2024-12-28
* windows tests: some tests of performance tools fail lately in CI/CD on WindowsGarrett D'Amore2024-12-28
* fixes #961 surprising pipe event orderGarrett D'Amore2024-12-28
* tcp stream: add test for ESTATE getting port on unbound listenerGarrett D'Amore2024-12-28
* windows tcp: Lookup extended TCP function pointers at startupGarrett D'Amore2024-12-28
* tcp: flatten the listener implementationGarrett D'Amore2024-12-28
* fixes #1954 make BUILD_SHARED_LIBS ON by defaultGarrett D'Amore2024-12-26
* zerotier: removedGarrett D'Amore2024-12-26
* Update .gitignoreGarrett D'Amore2024-12-26
* http: inline aiosGarrett D'Amore2024-12-26
* tcp dialer: inline aio objectsGarrett D'Amore2024-12-26
* dialer: use inline aioGarrett D'Amore2024-12-26
* fix for potential leaking connectionsGarrett D'Amore2024-12-26
* aio: remove nni_aio_begin and nni_aio_scheduleGarrett D'Amore2024-12-26
* pipeline: use nni_aio_startGarrett D'Amore2024-12-26
* sub: remove some calls to nni_aio_beginGarrett D'Amore2024-12-26