aboutsummaryrefslogtreecommitdiff
path: root/src/core/platform.h
Commit message (Expand)AuthorAge
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* fixes #1409 reader/writer lock desiredGarrett D'Amore2021-07-11
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #844 WebSocket wildcard host errorsGarrett D'Amore2020-07-27
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1105 pollable can be inlined, and use atomicsGarrett D'Amore2020-01-04
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-30
* fixes #1051 nni_ntop is unusedGarrett D'Amore2019-12-27
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #674 want 64-bit atomics (for stats)Garrett D'Amore2018-08-27
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #32 autoscale based on CPUs availableGarrett D'Amore2018-06-12
* fixes #499 Eliminate the unused nni_plat_home_dir...Garrett D'Amore2018-05-30
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* Refactored file API.Garrett D'Amore2018-01-11
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* New platform API for storage methods.Garrett D'Amore2017-10-09
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16