summaryrefslogtreecommitdiff
path: root/src/core/dialer.c
Commit message (Expand)AuthorAge
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Several minor cleanups. Fix socket id stat for listener.v1.5.0Garrett D'Amore2021-07-09
* Fix compilation warnings (#1397)Evgeny Ermakov2021-01-02
* 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 #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fix compilation errors and warnings when NNG_ENABLE_STATS is OFFRobert Bielik2019-12-30
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #693 Failed dial results in hard spinGarrett D'Amore2018-08-31
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* Remove dead #if 0 code in dialer.Garrett D'Amore2018-08-19
* 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
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #564 Race regression caused by#522Garrett D'Amore2018-07-02
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27