aboutsummaryrefslogtreecommitdiff
path: root/src/core/sockimpl.h
Commit message (Expand)AuthorAge
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* fixes #961 surprising pipe event orderGarrett D'Amore2024-12-28
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* pipes and endpoints: support for inline allocations of transport dataGarrett D'Amore2024-12-08
* fixes #1408 Reference count as a first class typeGarrett D'Amore2024-12-07
* Inline dialer URL.Garrett D'Amore2024-11-21
* Avoid extra allocs for listener url.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* fix copyrightsGarrett D'Amore2023-04-23
* fixes #1658 Possible use-after-free in dialerGarrett D'Amore2023-04-23
* fixes #1657 Use after free in listener (data race)Garrett D'Amore2023-04-23
* Eliminate the pipe mutex and use atomic for pipe closed.Garrett D'Amore2021-09-06
* fixes #1498 Endpoint close/shutdown could be synchronous (#1499)Garrett D'Amore2021-09-04
* Minor cleanups.Garrett D'Amore2021-08-21
* Minor format and spelling in comments.Garrett D'Amore2021-07-31
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1104 move allocation of protocol objects to common coreGarrett D'Amore2020-01-03
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #654 use aio for synchronous connectGarrett D'Amore2018-08-15
* fixes #208 pipe start should occur before connect / acceptGarrett D'Amore2018-08-14
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #601 pipe destroy can fail to close pipeGarrett D'Amore2018-07-18
* fixes #568 Want a single reader/write lock on socket child objectsGarrett D'Amore2018-07-06